From Andrej Mikus:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 Feb 2007 21:42:41 +0000 (21:42 +0000)
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 Feb 2007 21:42:41 +0000 (21:42 +0000)
commit828facd6063c57ffa3ed004b06cacc4e547fabf5
treed7f27a9de605a235edf9061b9f71ce48b4fb2b72
parenteefea304a35406ac23b4f4d353285034530639ae
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20722 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-udp.c