Ethernet (or at least TCP) packet debugging with the ability to set breakpoints and modify packets
        Posted  
        
            by Mario
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mario
        
        
        
        Published on 2010-03-18T23:21:51Z
        Indexed on 
            2010/03/20
            19:01 UTC
        
        
        Read the original article
        Hit count: 431
        
Fiddler is an HTTP proxy that, among other things, allows one to pause outgoing and incoming HTTP packets, modify their contents and continue.
Is there anything similar to this working in lower layers of the OSI model? In particular, I want to be able to pause a TCP ACK packet and later let it continue through the pipeline. *nux or Windows suggestions are appreciated.
© Stack Overflow or respective owner