http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51006
User: guy
Date: 2013/07/29 01:31 AM
Log:
Copy over r51005 from trunk:
------------------------------------------------------------------------
r51005 | guy | 2013-07-29 01:30:42 -0700 (Mon, 29 Jul 2013) | 11 lines
The argument to the -l flag to text2pcap is a LINKTYPE_ value, not a
DLT_ value, which is good because it's a numerical value and the
numerical values for some link-layer header types are OS-dependent, but
the numerical values for all LINKTYPE_ values are OS-independent. Use
LINKTYPE_RAW, not the value for the DLT_RAW on some but not all OSes,
for raw IP.
Also, 7 is LINKTYPE_ARCNET_BSD, emphasis on the "_BSD"; there's also a
Linux encapsulation for ARCNet that is different. Note that it's the
BSD flavor.
Directory: /trunk-1.10/doc/
Changes Path Action
+3 -3 text2pcap.pod Modified