Wireshark-commits: [Wireshark-commits] rev 33909: /trunk/wiretap/ /trunk/wiretap/: daintree-sna.c

Date: Tue, 24 Aug 2010 14:59:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33909

User: wmeier
Date: 2010/08/24 07:59 AM

Log:
 Fix issue which causes daintree-sna frames to be rejected with "capture length > packet length".
 
 This fix adds back two lines of code removed in SVN #33678.
 
  "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. [...]"
 
 This fix just restores the discarding of two end-of-frame "pad" bytes as each frame is read
 from the capture file; This seems to me to be the correct behaviour.

Directory: /trunk/wiretap/
  Changes    Path              Action
  +2 -0      daintree-sna.c    Modified