Re: [tcpdump-workers] Lost packet,

2005-10-19 Thread Wilmar SULAIMAN
more info about this? For instance I would like to answer question like this i.e "Suppose that If I my program spend 0.1 sec in the pcap_loop, what is the maximum transfer rate with free packet drop". thanks Wilmar Sulaiman On Wed, 19 Oct 2005, Guy Harris wrote: Wilmar SULAIMAN w

Re: [tcpdump-workers] Lost packet,

2005-10-19 Thread Wilmar SULAIMAN
omputer is too slow, therefore it couldn't capture all the packet. Is this case possible? If yes , how to detect if there is a lost packet. Wilmar Sulaiman - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.

[tcpdump-workers] extract payload - Per connection

2005-05-30 Thread Wilmar SULAIMAN
Dear all, I am new to libpcap, I believed the tutorial on tcpdump.org. Analyze the traffic by using packet as the data unit. I've sucessfully print out the payload using the tutorial. I was wondering is it possible to print out the payload using connection as a data unit? cheers, W

[tcpdump-workers] Length Payload and Print the payload content?

2005-05-04 Thread Wilmar Sulaiman
Dear all, I am new to libpcap library, I was wondering how to get the payload length and to print the payload content. I've look the tutorial at http://www.tcpdump.org/pcap.htm. However my concern is they using size of ethernet + ip + tcp, while it is correct that they payload is everything af