Comment 1 for bug 397595

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

*sigh*

Okay, pcap-int.h turned out to be an unneccessary include. Removing the offending '#include "pcap.h"' from the "tomahawk.c" file on my system didn't adversely affect anything -- the program compiled just the same.

Further investigation reveals that pcap-int.h is apparently for internal data structures in the pcap library which shouldn't be exposed.

This bug can be closed.