Add more information to the WTP protocol summary (PDU type and PDU specific
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Jan 2004 22:02:16 +0000 (22:02 +0000)
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Jan 2004 22:02:16 +0000 (22:02 +0000)
commitbc3a041db462618146e15d182ca8a9ab8305843e
treec03326a24de68070fde1868bb8179548061b2788
parentbe483d3fd43a56b2bc75b2dad82aaa1f919e183b
Add more information to the WTP protocol summary (PDU type and PDU specific
important parameters).

Document the computation of the length field in WTP concatenation after having
looked at a capture with the length field encoded as a WSP uintvar-integer.

Use "common code" for WTP reassembly, by calling process_reassembled_data().
Document the behavior of reassembly as the output of Ethereal differs between
the first and the second pass.

Question: shoud the common reassembly code provide a call-back mechanism to
get access to previously-unreassembled packets that appear to be part of a
reassembled whole, and to be able to update the state and information of
those packets at the time of the reassembly?

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9547 f5534014-38df-0310-8fa8-9805f1628bb7
packet-wtp.c