# HG changeset patch # User Rich Burridge # Date 1320681842 28800 # Node ID 17ac3785d1bc67db45425f19779cacc00d9bf7de # Parent df90f8949db753b34288c704780fe3a372adfa3f 6916248 man page for pcap-filter(4) is missing diff -r df90f8949db7 -r 17ac3785d1bc components/libpcap/libpcap.p5m --- a/components/libpcap/libpcap.p5m Fri Nov 04 09:52:36 2011 -0700 +++ b/components/libpcap/libpcap.p5m Mon Nov 07 08:04:02 2011 -0800 @@ -41,18 +41,27 @@ dir path=usr/lib/$(MACH64) dir path=usr/share dir path=usr/share/man +dir path=usr/share/man/man1 dir path=usr/share/man/man3pcap +dir path=usr/share/man/man4 +dir path=usr/share/man/man5 # +file path=usr/bin/pcap-config +file path=usr/bin/$(MACH64)/pcap-config file path=usr/include/pcap-bpf.h file path=usr/include/pcap-namedb.h file path=usr/include/pcap.h +file path=usr/include/pcap/bluetooth.h file path=usr/include/pcap/bpf.h +file path=usr/include/pcap/ipnet.h file path=usr/include/pcap/namedb.h file path=usr/include/pcap/pcap.h file path=usr/include/pcap/sll.h file path=usr/include/pcap/usb.h +file path=usr/include/pcap/vlan.h file path=usr/lib/$(MACH64)/libpcap.so.1.1.1 file path=usr/lib/libpcap.so.1.1.1 +file path=usr/share/man/man1/pcap-config.1 file path=usr/share/man/man3pcap/pcap.3pcap file path=usr/share/man/man3pcap/pcap_activate.3pcap file path=usr/share/man/man3pcap/pcap_breakloop.3pcap @@ -72,11 +81,11 @@ file path=usr/share/man/man3pcap/pcap_file.3pcap file path=usr/share/man/man3pcap/pcap_fileno.3pcap file path=usr/share/man/man3pcap/pcap_findalldevs.3pcap +file path=usr/share/man/man3pcap/pcap_fopen_offline.3pcap file path=usr/share/man/man3pcap/pcap_free_datalinks.3pcap file path=usr/share/man/man3pcap/pcap_freealldevs.3pcap file path=usr/share/man/man3pcap/pcap_freecode.3pcap file path=usr/share/man/man3pcap/pcap_get_selectable_fd.3pcap -file path=usr/share/man/man3pcap/pcap_geterr.3pcap file path=usr/share/man/man3pcap/pcap_inject.3pcap file path=usr/share/man/man3pcap/pcap_is_swapped.3pcap file path=usr/share/man/man3pcap/pcap_lib_version.3pcap @@ -85,11 +94,11 @@ file path=usr/share/man/man3pcap/pcap_lookupnet.3pcap file path=usr/share/man/man3pcap/pcap_loop.3pcap file path=usr/share/man/man3pcap/pcap_major_version.3pcap -file path=usr/share/man/man3pcap/pcap_next_ex.3pcap +file path=usr/share/man/man3pcap/pcap_next.3pcap file path=usr/share/man/man3pcap/pcap_offline_filter.3pcap file path=usr/share/man/man3pcap/pcap_open_dead.3pcap file path=usr/share/man/man3pcap/pcap_open_live.3pcap -file path=usr/share/man/man3pcap/pcap_open_offline.3pcap +file path=usr/share/man/man3pcap/pcap_perror.3pcap file path=usr/share/man/man3pcap/pcap_set_buffer_size.3pcap file path=usr/share/man/man3pcap/pcap_set_datalink.3pcap file path=usr/share/man/man3pcap/pcap_set_promisc.3pcap @@ -103,10 +112,31 @@ file path=usr/share/man/man3pcap/pcap_stats.3pcap file path=usr/share/man/man3pcap/pcap_statustostr.3pcap file path=usr/share/man/man3pcap/pcap_strerror.3pcap -legacy pkg=SUNWlibpcap desc="libpcap - 1.1.1" \ +file path=usr/share/man/man4/pcap-savefile.4 +file path=usr/share/man/man5/pcap-filter.5 +file path=usr/share/man/man5/pcap-linktype.5 +legacy pkg=SUNWlibpcap desc="libpcap" \ name="libpcap - a packet capture library" license license.pcap license=BSD link path=usr/lib/$(MACH64)/libpcap.so target=./libpcap.so.1.1.1 link path=usr/lib/$(MACH64)/libpcap.so.1 target=./libpcap.so.1.1.1 link path=usr/lib/libpcap.so target=./libpcap.so.1.1.1 link path=usr/lib/libpcap.so.1 target=./libpcap.so.1.1.1 +link path=usr/share/man/man3pcap/pcap_datalink_val_to_description.3pcap \ + target=./pcap_datalink_val_to_name.3pcap +link path=usr/share/man/man3pcap/pcap_dispatch.3pcap \ + target=./pcap_loop.3pcap +link path=usr/share/man/man3pcap/pcap_dump_fopen.3pcap \ + target=./pcap_dump_open.3pcap +link path=usr/share/man/man3pcap/pcap_geterr.3pcap \ + target=./pcap_perror.3pcap +link path=usr/share/man/man3pcap/pcap_getnonblock.3pcap \ + target=./pcap_setnonblock.3pcap +link path=usr/share/man/man3pcap/pcap_minor_version.3pcap \ + target=./pcap_major_version.3pcap +link path=usr/share/man/man3pcap/pcap_next_ex.3pcap \ + target=./pcap_next.3pcap +link path=usr/share/man/man3pcap/pcap_open_offline.3pcap \ + target=./pcap_fopen_offline.3pcap +link path=usr/share/man/man3pcap/pcap_sendpacket.3pcap \ + target=./pcap_inject.3pcap diff -r df90f8949db7 -r 17ac3785d1bc components/wireshark/patches/man.patch --- a/components/wireshark/patches/man.patch Fri Nov 04 09:52:36 2011 -0700 +++ b/components/wireshark/patches/man.patch Mon Nov 07 08:04:02 2011 -0800 @@ -1,5 +1,5 @@ ---- doc/tshark.pod Tue May 31 09:12:34 2011 -+++ doc/tshark.pod Wed Jul 13 07:52:24 2011 +--- doc/tshark.pod.orig Wed Oct 19 10:42:24 2011 ++++ doc/tshark.pod Wed Oct 19 10:44:12 2011 @@ -406,9 +406,9 @@ Network interface names should match one of the names listed in @@ -13,8 +13,26 @@ If no interface is specified, B searches the list of interfaces, choosing the first non-loopback interface if there are any ---- doc/wireshark.pod.template Tue May 31 09:12:34 2011 -+++ doc/wireshark.pod.template Wed Jul 13 07:56:06 2011 +@@ -996,7 +996,7 @@ + + =head1 CAPTURE FILTER SYNTAX + +-See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(8), ++See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1), + or, if that doesn't exist, L. + + =head1 READ FILTER SYNTAX +@@ -1228,7 +1228,7 @@ + + =head1 SEE ALSO + +-wireshark-filter(4), wireshark(1), editcap(1), pcap-filter(4), tcpdump(8), ++wireshark-filter(4), wireshark(1), editcap(1), pcap-filter(5), tcpdump(1), + pcap(3), dumpcap(1), text2pcap(1), mergecap(1) + + =head1 NOTES +--- doc/wireshark.pod.template.orig Wed Oct 19 10:42:29 2011 ++++ doc/wireshark.pod.template Wed Oct 19 10:43:51 2011 @@ -309,9 +309,9 @@ Network interface names should match one of the names listed in @@ -28,3 +46,111 @@ If no interface is specified, B searches the list of interfaces, choosing the first non-loopback interface if there are any +@@ -2343,7 +2343,7 @@ + + =head1 CAPTURE FILTER SYNTAX + +-See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(8), ++See the manual page of pcap-filter(5) or, if that doesn't exist, tcpdump(1), + or, if that doesn't exist, L. + + =head1 DISPLAY FILTER SYNTAX +@@ -2678,7 +2678,7 @@ + + =head1 SEE ALSO + +-wireshark-filter(4), tshark(1), editcap(1), pcap-filter(4), tcpdump(8), ++wireshark-filter(4), tshark(1), editcap(1), pcap-filter(5), tcpdump(1), + pcap(3), dumpcap(1), mergecap(1), text2pcap(1) + + =head1 NOTES +--- doc/capinfos.pod.orig Wed Oct 26 09:10:07 2011 ++++ doc/capinfos.pod Wed Oct 26 09:10:26 2011 +@@ -317,7 +317,7 @@ + + =head1 SEE ALSO + +-tcpdump(8), pcap(3), wireshark(1), mergecap(1), editcap(1), tshark(1), ++tcpdump(1), pcap(3), wireshark(1), mergecap(1), editcap(1), tshark(1), + dumpcap(1) + + =head1 NOTES +--- doc/dumpcap.pod.orig Wed Oct 26 09:13:27 2011 ++++ doc/dumpcap.pod Wed Oct 26 09:14:40 2011 +@@ -259,13 +259,13 @@ + + =head1 CAPTURE FILTER SYNTAX + +-See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(8), ++See the manual page of pcap-filter(4) or, if that doesn't exist, tcpdump(1), + or, if that doesn't exist, L. + + =head1 SEE ALSO + + wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap-filter(4), +-tcpdump(8), pcap(3) ++tcpdump(1), pcap(3) + + =head1 NOTES + +--- doc/editcap.pod.orig Wed Oct 26 09:13:34 2011 ++++ doc/editcap.pod Wed Oct 26 09:14:47 2011 +@@ -340,7 +340,7 @@ + + =head1 SEE ALSO + +-tcpdump(8), pcap(3), wireshark(1), tshark(1), mergecap(1), dumpcap(1), ++tcpdump(1), pcap(3), wireshark(1), tshark(1), mergecap(1), dumpcap(1), + capinfos(1), text2pcap(1), od(1) + + =head1 NOTES +--- doc/mergecap.pod.orig Wed Oct 26 09:13:43 2011 ++++ doc/mergecap.pod Wed Oct 26 09:14:55 2011 +@@ -134,7 +134,7 @@ + + =head1 SEE ALSO + +-tcpdump(8), pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), ++tcpdump(1), pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), + text2pcap(1) + + =head1 NOTES +--- doc/rawshark.pod.orig Wed Oct 26 09:13:52 2011 ++++ doc/rawshark.pod Wed Oct 26 09:15:02 2011 +@@ -467,7 +467,7 @@ + + =head1 SEE ALSO + +-wireshark-filter(4), wireshark(1), tshark(1), editcap(1), tcpdump(8), ++wireshark-filter(4), wireshark(1), tshark(1), editcap(1), tcpdump(1), + pcap(3), dumpcap(1), text2pcap(1) + + =head1 NOTES +--- doc/text2pcap.pod.orig Wed Oct 26 09:14:00 2011 ++++ doc/text2pcap.pod Wed Oct 26 09:15:09 2011 +@@ -198,7 +198,7 @@ + + =head1 SEE ALSO + +-od(1), tcpdump(8), pcap(3), wireshark(1), tshark(1), dumpcap(1), mergecap(1), ++od(1), tcpdump(1), pcap(3), wireshark(1), tshark(1), dumpcap(1), mergecap(1), + editcap(1), strptime(3). + + =head1 NOTES +--- doc/wireshark-filter.pod.template.orig Wed Oct 26 09:14:08 2011 ++++ doc/wireshark-filter.pod.template Wed Oct 26 09:15:19 2011 +@@ -387,12 +387,12 @@ + + This manpage does not describe the capture filter syntax, which is + different. See the manual page of pcap-filter(4) or, if that doesn't exist, +-tcpdump(8), or, if that doesn't exist, L ++tcpdump(1), or, if that doesn't exist, L + for a description of capture filters. + + =head1 SEE ALSO + +-wireshark(1), tshark(1), editcap(1), pcap-filter(4), tcpdump(8), pcap(3) ++wireshark(1), tshark(1), editcap(1), pcap-filter(4), tcpdump(1), pcap(3) + + =head1 AUTHORS +