Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Obtaining UDP packet lenght

From: eymanm <eymanm@xxxxxxxxx>
Date: Thu, 8 Jul 2010 18:39:04 -0400
I'm dissecting content of a UDP packet. I need to use the packet length number, which is IMHO is dissected by packet-udp.c. Is there a way of getting this parameter within my dissector and not making any changes to the packet-udp?

Thanks