sir how to find different vesions of TCP using Wireshark and how to compare the diffrent versions of TCP performance using wireshark pls help asked 13 Sep '13, 03:06 shaziya islam |
One Answer:
Yes, you can compare different TCP stack types (I guess that's what you mean with "versions") with Wireshark if you know how the stack types behave. So first you need to find out what the differences between the stack types are, and then look for telltale signs in the decoded packets. It is quite a challenging task, and I know of at least one person who has written a thesis about this (with months of preparation). So good luck! :-) answered 13 Sep '13, 03:32 Jasper ♦♦ |