Results 1 to 4 of 4
Hi I'm using fedora 10.When I try to include pcap.h header file in my program the compiler throws an error saying No such file or directory.Also when I try man ...
- 03-06-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 10
Problem using pcap.h
Hi I'm using fedora 10.When I try to include pcap.h header file in my program the compiler throws an error saying No such file or directory.Also when I try man pcap.There is no man page.What could be the problem .I'm sure that libpcap is installed on my box..Thanx in advance
- 03-06-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You need the headers which are in the development package, libpcap-devel.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-06-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 10
- 03-06-2010 #4


Reply With Quote
