Wireshark-commits: [Wireshark-commits] rev 51005: /trunk/doc/ /trunk/doc/: text2pcap.pod
Date: Mon, 29 Jul 2013 08:30:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51005

User: guy
Date: 2013/07/29 01:30 AM

Log:
 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/doc/
  Changes    Path             Action
  +3 -3      text2pcap.pod    Modified