in reply to •Re: tcpdump: setting a conditional timeout
in thread tcpdump: setting a conditional timeout

Be forewarned that POCO::Pcap is going to give you back the raw unparsed contents of the captured packets, not neatly parsed data like tcpdump does. You'll need to pull captured traffic apart using NetPacket::TCP and friends.

  • Comment on Re^2: tcpdump: setting a conditional timeout