Ask Your Question

ejeangilles's profile - activity

2021-06-27 00:55:22 +0000 received badge  Famous Question (source)
2021-06-27 00:55:22 +0000 received badge  Notable Question (source)
2021-06-27 00:55:22 +0000 received badge  Popular Question (source)
2020-02-21 05:45:46 +0000 answered a question To "Analyze TCP sequence numbers" or not to analyze?

Thanks for that great info. It makes sense now that I think about it.

2020-02-21 05:45:36 +0000 marked best answer To "Analyze TCP sequence numbers" or not to analyze?

I've been trobueshooting something I've been seeing for a few months. A wireshark capture I've been anaylyzing has some TCP out of order, Dup Ack's, and previous segment not captured. Application works fine but not sure why I get these errors. When I place the client and server on the same segment and right next to each other I still get the same errors. I was told to uncheck the Analyze TCP sequence numbers and then all the errors disappeared from the pcap file. They informed Wireshark has its own way of looking at the sequence numbers instead of using the raw sequence numbers from the pcap. If I look at every wireshark capture file and have this option unchecked will wireshark disregard any errors it might potentially see. Does wireshark have any issues analyzing a pcap with its own sequence numbers? Any input is greatly appreciated?

2020-02-21 05:45:36 +0000 received badge  Scholar (source)
2020-02-15 23:37:16 +0000 asked a question To "Analyze TCP sequence numbers" or not to analyze?

To "Analyze TCP sequence numbers" or not to analyze? I've been trobueshooting something I've been seeing for a few month