0

Im using tcpdump to generate some captures between a client, proxy and an origin server. I was wondering if its possible to either within wireshark or thru some param to indicate in each packet what TCP status the device is at e.g. ip 10.20.30.34 -- CLOSE_WAIT etc..

wmitchell
  • 5,665
  • 10
  • 37
  • 62
  • 2
    Not a Wireshark answer, but netstat -ano will show you connections, port numbers and tcp socket state – serg10 Sep 08 '10 at 11:35

1 Answers1

1

This is not possible within Wireshark (and AFAIK not within tcpdump either).

willyo
  • 961
  • 7
  • 9