http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51008
User: guy
Date: 2013/07/29 01:37 AM
Log:
In the comments for pcap_link_type, point to
http://www.tcpdump.org/linktypes.html for the details, rather than to
some particular OS's net/bpf.h (assuming it even has one), and speak of
it as a LINKTYPE_ value rather than a DLT_ value (in those cases where
the LINKTYPE_ value for a given link-layer header type is different from
the DLT_ value, it's the LINKTYPE_ value that should be passed to
text2pcap, as it's what gets written to the file, and those should be
the always-platform-independent LINKTYPE_ values rather than the
possibly-platform-dependent DLT_ values).
Directory: /trunk/
Changes Path Action
+2 -2 text2pcap.c Modified