I have a custom protocol that I'm looking at in wireshark. I thought it'd be useful if wireshark could disect it for me so that I don't have to decode the hex. Although I'm doing this in my program logs, wireshark captures the whole conversation with timing info so it'd be more useful there.

Can this be easily done?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

It depends on your definition of "easily". It's definitely doable - WireShark has great support for pluggable dissectors.

README.developer is apparently the "best manual" for dissector development. Take a look, and decide for yourself.

link|improve this answer
2  
Thank's this is what I was after. I also discovered this link: wireshark.org/docs/wsdg_html_chunked/ChapterDissection.html – Matt H Feb 5 '11 at 3:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.