On 22 dec 2010, at 09:58, Kaul wrote:

> Can I use something like tcp_dissect_pdus() for UDP packets? Specifically, 
> Kerberos over UDP - I think we can get the PDU length from the packet and get 
> a complete PDU.

As the UDP header is missing a sequence number, it is not possible to do UDP 
reassembly at the UDP layer. It needs to be done at a higher layer where the 
order of fragments can be determined.

Cheers,


Sake


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to