A smart UDP protocol analyzer?

Posted by ripper234 on Stack Overflow See other posts from Stack Overflow or by ripper234
Published on 2010-06-02T18:27:56Z Indexed on 2010/06/03 13:54 UTC
Read the original article Hit count: 226

Filed under:
|
|

Is there a "smart" UDP protocol analyzer that can help me reverse engineer a message based protocol?

I'm using Wireshark to do the sniffing, but if there's a tool that can detect regularities in the protocol (repeated strings, bits of the protocol that are CRC/Checksum or length, ...) and aid the process that would help.

© Stack Overflow or respective owner

Related posts about udp

Related posts about network-protocols