Wireshark-commits: [Wireshark-commits] rev 49409: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 18 May 2013 17:08:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49409

User: martink
Date: 2013/05/18 10:08 AM

Log:
 distinguish between length and reported length when dissecting a packet
 with DLT_USERxy
 
 with this fix, the user-encap dissector hands over truncated packets to
 the defined sub-dissector
 
 (the previous version would assume length==reported length and throw an
 execption for truncated packets)

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +5 -4      packet-user_encap.c    Modified