man tethereal
feed the capture through tethereal and use the flags
-R "not frame" -z conv,tcp
the -R flag is to stop tethereal from printing any packet summaries to stdout,
-z flag is to make tethereal to print a table of all TCP sessions to
stdout after the entire capture file has been parsed.
Dear all:
I apologize because I was not clear about my question...
I use the following instruction for capturing packet info in a file:
windump ?n ?i 2 tcp >tcptest.txt
I am using windows 2000
I want to determine the number of concurrent TCP connections during the
capturing interval...I look at