Hello
Like I have Client and server In the file I have the packets Client1 to Server and Server to Client1 Client2 to Server and Server to Client2 Client4 to Server and Server to Client4 And only for Client3 I am getting only one way traffic means Traffic is going Client3 to Server but no Traffic is from Server to Client3 So tell me how I can filter these kind of traffic which have only one way of communication using Wireshark. In real I have a lot of clients so I want to know which client is have only one way traffic. Thanks Regards Mudasser asked 12 Mar '13, 03:33 togreatmind |
One Answer:
Goto menu Statistics|Conversations. Sort the list on 'Packets A->B', or 'Packets A<-B', and see which has 0 at the one end. answered 12 Mar '13, 03:50 Jaap ♦ |
Thanks alot dear