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

Date: Thu, 08 Feb 2007 10:26:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20743

User: guy
Date: 2007/02/08 10:26 AM

Log:
 The length of the UDP packet, according to IP, is the reported length,
 not the data length (the packet might've been cut short by a snapshot
 length).
 
 Fetch the reported length with an accessor.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -2      packet-udp.c    Modified