Hello, I need to correlate 2 separate traces, one taken on my network and the other on my client's network. There are packet drops and retransmissions in between our networks , with at least a half dozen of the client's switches/routers before my end-point router on the client's network. Is there an article/tutorial/youtube/Sharkfest presentation that can assist me? Thanks asked 05 Dec '14, 13:59 IND |
One Answer:
Are they the same exact session captured at these two locations? If so, one way would be
From that, you should have an apples-to-apples comparison where two complete sets of the packets relating to that session are in one file, with one file's packets "marked" and the other's not. At this level you can (for example) right-click the IP ID field of an IP header and add it as a column, looking for any lack of duplicates. You could also look at the protocol stats with 'frame.marked==1' compared to '!frame.marked==1', or put those two into an IO graph and compare any criteria you want for these traces. Could you possibly upload the trace files and post the URL (if the data isn't confidential)?: https://appliance.cloudshark.org/upload/ answered 05 Dec '14, 16:42 Quadratic edited 05 Dec '14, 16:43 |
Thank you, let me work with your recommendation.Ivan