Le 02/06/2013 18:01, Manish Kumar a écrit : > Hi All, > > I am a beginner to wireshark development. I want to add a small filter > related to small information contained in GTPV2 packets. Can any one > guide me how to go about this. > > Which one is the main file in the whole code through I can browse the > code. Any help will be appreciated. > > Regards, > Manish
Hi Manish, the GTPv2 dissection code is located in epan/dissectors/packet-gtpv2.c I recommend you to read doc/README.developer so as to learn how to add filters and look at the code of the GTPv2 dissector for examples. Once done, you can submit your patch as explained here: https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute.html Regards, Pascal. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
