Deciphering Encoding: Packet Analyzation Tools
        Posted  
        
            by Zombies
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zombies
        
        
        
        Published on 2009-02-12T14:35:02Z
        Indexed on 
            2010/05/16
            2:50 UTC
        
        
        Read the original article
        Hit count: 287
        
I am looking for better tools than wireshark for this. The problem with wireshark is that it does not format the data layer (which is the only part I am looking at) cleanly for me to compare the different packets and attempt to understand the third party encoding (which is closed source).
Specifically, what are some good tools for viewing data, and not tcp/udp header information? Particularly, a tool that formats the data for comparison.
To be very specific: I would like a program that compares multiple (not just 2) files in hex.
© Stack Overflow or respective owner