Why do i see source and destination ports switching with each other in a packet capturing application?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

You're seeing each side of the conversation in each successive line of the capture. Example:

10.1.1.1:25613 > 10.1.1.2:80

10.1.1.2:80 > 10.1.1.1:25613

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.