Bug 14363

Summary: error in package libpcap (not found in component list)
Product: [Retired] Red Hat Linux Reporter: Need Real Name <mjakusch>
Component: tcpdumpAssignee: Harald Hoyer <harald>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-21 13:14:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-07-21 12:30:34 UTC
1. 

I could'nt find the component libpcap in the list above, and manual
insertion ("Component Text") was not accepted


2. <what I originally wanted to inform you>

in file 

	/usr/include/pcap/pcap.h

the line 

	#include <net/bpf.h>

should be

	#include <pcap/net/bpf.h>

Comment 1 Bernhard Rosenkraenzer 2000-07-21 13:02:44 UTC
libpcap is a part of tcpdump (you can find out by typing "rpm -qi libpcap").
Reassigning.

Comment 2 Need Real Name 2000-07-21 13:14:24 UTC
??? 

On my system it looks that way:


$ cat /etc/redhat-release
Red Hat Linux release 6.2 (Zoot)

$ rpm -ql tcpdump
/usr/doc/tcpdump-3.4
/usr/doc/tcpdump-3.4/CHANGES
/usr/doc/tcpdump-3.4/README
/usr/man/man8/tcpdump.8.gz
/usr/sbin/tcpdump

$ rpm -ql libpcap
/usr/doc/libpcap-0.4
/usr/doc/libpcap-0.4/CHANGES
/usr/doc/libpcap-0.4/README
/usr/include/pcap
/usr/include/pcap/net
/usr/include/pcap/net/bpf.h
/usr/include/pcap/pcap-namedb.h
/usr/include/pcap/pcap.h
/usr/lib/libpcap.a
/usr/man/man3/pcap.3.gz

Comment 3 Jeff Johnson 2000-07-22 14:19:51 UTC
Add -I/usr/include/pcap to your compile flags when you
	#include <pcap.h>