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?