Programs using libpcap should avoid directly using things defined in pcap-int.h. It would be better if you can use the functions and data structures declared in the other headers which do get included in the libpcap dev package.
You may really want to be using "pcap_t" instead of "struct pcap". -- libpcap0.8-dev does not include pcap-int.h https://bugs.launchpad.net/bugs/397595 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
