I'm writing a program that uses pcaplib to open tcpdump capture files.
I'm using two calls:
pcap_open_offline(); pcap_loop();
Neither function returns an error, but the loopback function is never called. If I use
pcap_open_live();
instead, pcap_loop() works as expected.
I presume I'm doing something really brain-dead. Can anyone point it out?
(I can post compilable sample code or provide more detail as needed.)
Danke...
_________________________________________________________________
Get MSN 8 and enjoy automatic e-mail virus protection. http://join.msn.com/?page=features/virus
- This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]
