Tagged Questions

0
votes
1answer
260 views

wireshark generic dissector- using the packet sequence to define the message

I am not sure if stackoverflow is the right place to put this question, but it seems like. I am trying to write a dissector using the generic dissector plugin (http://wsgd.free.fr/). I have a small ...
0
votes
3answers
366 views

Tool for network traffic analysis of a custom protocol

The protocol is very simple and is developed on top of TCP. I need to analyze a big libpcap dump file to calculate the average value and standard deviation of the conversation time and of the number ...