http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50989
User: guy
Date: 2013/07/28 02:12 PM
Log:
If a core Wireshark developer repeatedly can't remember that the
argument to the -F flag for pcap format is "libpcap", not "pcap", we
have a problem. Make it "pcap", and add a backwards-compatibility hack
to support using "libpcap" as well.
Update the man pages to refer to it as pcap as well, and fix the
capitalization of "WinPcap" (see http://www.winpcap.org) while we're at
it.
Also, refer to http://www.tcpdump.org/linktypes.html for the list of
link-layer header types for pcap and pcap-ng.
Directory: /trunk/doc/
Changes Path Action
+7 -7 dumpcap.pod Modified
+2 -2 editcap.pod Modified
+3 -3 mergecap.pod Modified
+1 -1 randpkt.pod Modified
+18 -17 rawshark.pod Modified
+1 -1 text2pcap.pod Modified
+5 -5 tshark.pod Modified
+8 -7 wireshark.pod.template Modified
Directory: /trunk/wiretap/
Changes Path Action
+11 -2 file_access.c Modified