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] help with udp?

From: Yang Ning <yang.ning@xxxxxxxxxxx>
Date: Mon, 23 Mar 2009 19:41:20 -0400
hi

I'm trying to add a field for UDP data payload. So that I can use the strings to search for some information. 
(Like for example, I can do udp.length==12345, 
I want to add a payload field so that I can do something like "udp.payload contain something")

where abouts does the code for udp dissection situated?