Fix up the lists of binaries and man pages in dpkgs.

Sort both lists; for the man pages, sort the extcap man pages after the
regular command-line tool man pages.

Add the captype and randpkt programs and man pages, and the udpdump man
page.

Change-Id: I0244013f8d08685d61ba70274185cb5539ff0545
Reviewed-on: https://code.wireshark.org/review/31503
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-01-11 14:43:46 -08:00
parent 16c1f48074
commit 891bdc469d
2 changed files with 19 additions and 14 deletions

View File

@ -1,11 +1,13 @@
usr/bin/dumpcap
usr/bin/rawshark
usr/bin/capinfos
usr/bin/captype
usr/bin/dumpcap
usr/bin/editcap
usr/bin/mergecap
usr/bin/text2pcap
usr/bin/reordercap
usr/bin/mmdbresolve
usr/bin/randpkt
usr/bin/rawshark
usr/bin/reordercap
usr/bin/text2pcap
usr/lib/*/wireshark/extcap
usr/share/icons/
usr/share/mime/packages/

View File

@ -1,14 +1,17 @@
obj-*/doc/androiddump.1
obj-*/doc/ciscodump.1
obj-*/doc/sshdump.1
obj-*/doc/randpktdump.1
obj-*/doc/editcap.1
obj-*/doc/extcap.4
obj-*/doc/mergecap.1
obj-*/doc/text2pcap.1
obj-*/doc/wireshark-filter.4
obj-*/doc/capinfos.1
obj-*/doc/captype.1
obj-*/doc/dumpcap.1
obj-*/doc/editcap.1
obj-*/doc/mergecap.1
obj-*/doc/mmdbresolve.1
obj-*/doc/randpkt.1
obj-*/doc/rawshark.1
obj-*/doc/reordercap.1
obj-*/doc/mmdbresolve.1
obj-*/doc/text2pcap.1
obj-*/doc/androiddump.1
obj-*/doc/ciscodump.1
obj-*/doc/randpktdump.1
obj-*/doc/udpdump.1
obj-*/doc/sshdump.1
obj-*/doc/extcap.4
obj-*/doc/wireshark-filter.4