|
HI, Currently I put myself to write a dissector, for that first I have to understand the various "functional syntax and its descriptions" involved in dissector creation. Can any one give me the functional syntax for writing a dissector? I read through the "http://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html" link, but I need the syntax and description. Thanks |

Can you be more specific? Dissectors are written in C, so the "functional syntax" of a dissector is the same as the C programming language. The developer's guide chapter you link to provides a fairly thorough summary of how to create a dissector; if it is not enough information, you could also check
doc/README.developerin the Wireshark sources.