http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20722
User: jake
Date: 2007/02/05 09:42 PM
Log:
From Andrej Mikus:
Wireshark complains about bogus udp length when processing last fragment of UDP data.
It compares length field from UDP header with payload size of last fragment.
Attached is my attempt to fix this by referring to tvp->length instead of pinfo->iplen - pinfo->iphdrlen.
Also set some items attribute to generated.
Directory: /trunk/epan/dissectors/
Changes Path Action
+11 -8 packet-udp.c Modified