http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33678
User: guy
Date: 2010/07/29 07:30 PM
Log:
Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don't
include the FCS, and use it for the Daintree SNA file format. While
we're at it, explicitly check to make sure the purported packet length
gives it at least one byte of packet data, and fix some print formats to
use %u for unsigned values.
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -0 packet-ieee802154.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+15 -9 daintree-sna.c Modified
+4 -1 wtap.c Modified
+2 -1 wtap.h Modified