Hello everyone I have a school project that i'm working on, and some of the questions are to: Show the number of packets sent and received for each application layer. Can anyone please assist me with this. Thanks in advance asked 13 Dec '12, 13:56 ahad917 |
2 Answers:
Take a look at the Statistics/Protocol Hierarchy menu option, you might want to filter from there to gather what you need if the statistics in itself aren't enough. answered 13 Dec '12, 14:26 Jasper ♦♦ |
Take a look at
You will get a list of the different protocol layers and some information about the number of packets/bytes and the direction. Regarding your question:
There is no direction associated with an IP packet, as both the client and the server send and receive packets. So you can't answer that question unless you specify the context. So, if you say:
You will have to look at all packets where the client IP is the source IP.
You will have to look at all packets where the client IP is the destination IP. Regards answered 14 Dec '12, 07:26 Kurt Knochner ♦ |
Thanks for the reply Jasper,
Do you have any idea on which of the packets are sent and which are received?