Comment 3 for bug 397595

Revision history for this message
Mike Hicks (hick0088) wrote :

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".