Name Date Size #Lines LOC

..--

README.aixH A D31-Mar-20233.5 KiB11174

README.dagH A D31-Mar-20235.1 KiB12387

README.haiku.mdH A D15-Mar-20261.5 KiB4033

README.hpuxH A D14-Sep-20248 KiB255190

README.linuxH A D31-Mar-20231.9 KiB3731

README.macosH A D21-Dec-20193.4 KiB7559

README.septelH A D31-Mar-20232 KiB5136

README.sitaH A D31-Mar-20232.8 KiB7254

README.solaris.mdH A D15-Mar-20261.6 KiB6749

README.windows.mdH A D15-Mar-20268.9 KiB280193

README.aix

1# Compiling libpcap on AIX
2
3* Autoconf is expected to work everywhere.
4* Neither AIX lex nor AIX yacc nor AIX m4 are suitable.
5
6## AIX 7.1
7
8* libpcap build fails with rpcapd enabled.
9* GNU M4 1.4.17 works.
10* flex 2.6.4 and GNU Bison 3.5.1 work.
11* CMake 3.16.0 works.
12* GCC 8.3.0 works, XL C 12.1.0 works.
13
14## AIX 7.2
15
16* libpcap build fails with rpcapd enabled.
17* GNU M4 1.4.17 works.
18* flex 2.5.35 and GNU Bison 3.0.4 work.
19* GCC 7.2.0 works, XL C 13.1.3 works.
20
21## Other AIX-related information
22
23Using BPF:
24
25(1) AIX 4.x's version of BPF is undocumented and somewhat unstandard; the
26    current BPF support code includes changes that should work around
27    that; it appears to compile and work on at least one AIX 4.3.3
28    machine.
29
30    Note that the BPF driver and the "/dev/bpf" devices might not exist
31    on your machine; AIX's tcpdump loads the driver and creates the
32    devices if they don't already exist.  Our libpcap should do the
33    same, and the configure script should detect that it's on an AIX
34    system and choose BPF even if the devices aren't there.
35
36    Also note that tcpdump _binary_ compiled on AIX 4 may have a problem
37    doing the initial loading of the BPF driver if copied to AIX 5 and
38    run there (GH #52). tcpdump binary natively compiled on AIX 5 should
39    not have this issue.
40
41(2) If libpcap doesn't compile on your machine when configured to use
42    BPF, or if the workarounds fail to make it work correctly, you
43    should send to tcpdump-workers@lists.tcpdump.org a detailed bug
44    report (if the compile fails, send us the compile error messages;
45    if it compiles but fails to work correctly, send us as detailed as
46    possible a description of the symptoms, including indications of the
47    network link-layer type being wrong or time stamps being wrong).
48
49    If you fix the problems yourself, please submit a patch by forking
50    the branch at
51
52	https://github.com/the-tcpdump-group/libpcap/tree/master
53
54    and issuing a pull request, so we can incorporate the fixes into the
55    next release.
56
57    If you don't fix the problems yourself, you can, as a workaround,
58    make libpcap use DLPI instead of BPF.
59
60    This can be done by specifying the flag:
61
62       --with-pcap=dlpi
63
64    to the "configure" script for libpcap.
65
66If you use DLPI:
67
68(1) It is a good idea to have the latest version of the DLPI driver on
69    your system, since certain versions may be buggy and cause your AIX
70    system to crash.  DLPI is included in the fileset bos.rte.tty.  I
71    found that the DLPI driver that came with AIX 4.3.2 was buggy, and
72    had to upgrade to bos.rte.tty 4.3.2.4:
73
74	    lslpp -l bos.rte.tty
75
76	    bos.rte.tty     4.3.2.4  COMMITTED  Base TTY Support and Commands
77
78    Updates for AIX filesets can be obtained from:
79    ftp://service.software.ibm.com/aix/fixes/
80
81    These updates can be installed with the smit program.
82
83(2) After compiling libpcap, you need to make sure that the DLPI driver
84    is loaded.  Type:
85
86	    strload -q -d dlpi
87
88    If the result is:
89
90	    dlpi: yes
91
92    then the DLPI driver is loaded correctly.
93
94    If it is:
95
96	    dlpi: no
97
98    Then you need to type:
99
100	    strload -f /etc/dlpi.conf
101
102    Check again with strload -q -d dlpi that the dlpi driver is loaded.
103
104    Alternatively, you can uncomment the lines for DLPI in
105    /etc/pse.conf and reboot the machine; this way DLPI will always
106    be loaded when you boot your system.
107
108(3) There appears to be a problem in the DLPI code in some versions of
109    AIX, causing a warning about DL_PROMISC_MULTI failing; this might
110    be responsible for DLPI not being able to capture outgoing packets.
111

README.dag

1
2The following instructions apply if you have a Linux or FreeBSD platform and
3want libpcap to support the DAG range of passive network monitoring cards from
4Endace (https://www.endace.com, see below for further contact details).
5
61) Install and build the DAG software distribution by following the
7instructions supplied with that package. Current Endace customers can download
8the DAG software distribution from https://www.endace.com
9
102) Configure libcap. To allow the 'configure' script to locate the DAG
11software distribution use the '--with-dag' option:
12
13        ./configure --with-dag=DIR
14
15Where DIR is the root of the DAG software distribution, for example
16/var/src/dag. If the DAG software is correctly detected 'configure' will
17report:
18
19        checking whether we have DAG API... yes
20
21If 'configure' reports that there is no DAG API, the directory may have been
22incorrectly specified or the DAG software was not built before configuring
23libpcap.
24
25See also the libpcap INSTALL.md file for further libpcap configuration
26options.
27
28Building libpcap at this stage will include support for both the native packet
29capture stream (linux or bpf) and for capturing from DAG cards. To build
30libpcap with only DAG support specify the capture type as 'dag' when
31configuring libpcap:
32
33        ./configure --with-dag=DIR --with-pcap=dag
34
35Applications built with libpcap configured in this way will only detect DAG
36cards and will not capture from the native OS packet stream.
37
38----------------------------------------------------------------------
39
40Libpcap when built for DAG cards against dag-2.5.1 or later releases:
41
42Timeouts are supported. pcap_dispatch() will return after to_ms milliseconds
43regardless of how many packets are received. If to_ms is zero pcap_dispatch()
44will block waiting for data indefinitely.
45
46pcap_dispatch() will block on and process a minimum of 64kB of data (before
47filtering) for efficiency. This can introduce high latencies on quiet
48interfaces unless a timeout value is set. The timeout expiring will override
49the 64kB minimum causing pcap_dispatch() to process any available data and
50return.
51
52pcap_setnonblock is supported. When nonblock is set, pcap_dispatch() will
53check once for available data, process any data available up to count, then
54return immediately.
55
56pcap_findalldevs() is supported, e.g. dag0, dag1...
57
58Some DAG cards can provide more than one 'stream' of received data.
59This can be data from different physical ports, or separated by filtering
60or load balancing mechanisms. Receive streams have even numbers, e.g.
61dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported.
62
63pcap_setfilter() is supported, BPF programs run in userspace.
64
65pcap_setdirection() is not supported. Only received traffic is captured.
66DAG cards normally do not have IP or link layer addresses assigned as
67they are used to passively monitor links.
68
69pcap_breakloop() is supported.
70
71pcap_datalink() and pcap_list_datalinks() are supported. The DAG card does
72not attempt to set the correct datalink type automatically where more than
73one type is possible.
74
75pcap_stats() is supported. ps_drop is the number of packets dropped due to
76RX stream buffer overflow, this count is before filters are applied (it will
77include packets that would have been dropped by the filter). The RX stream
78buffer size is user configurable outside libpcap, typically 16-512MB.
79
80pcap_get_selectable_fd() is not supported, as DAG cards do not support
81poll/select methods.
82
83pcap_inject() and pcap_sendpacket() are not supported.
84
85Some DAG cards now support capturing to multiple virtual interfaces, called
86streams. Capture streams have even numbers. These are available via libpcap
87as separate interfaces, e.g. dag0:0, dag0:2, dag0:4 etc. dag0:0 is the same
88as dag0. These are visible via pcap_findalldevs().
89
90libpcap now does NOT set the card's hardware snaplen (slen). This must now be
91set using the appropriate DAG configuration program, e.g. dagthree, dagfour,
92dagsix, dagconfig. This is because the snaplen is currently shared between
93all of the streams. In future this may change if per-stream slen is
94implemented.
95
96DAG cards by default capture entire packets including the L2
97CRC/FCS. If the card is not configured to discard the CRC/FCS, this
98can confuse applications that use libpcap if they're not prepared for
99packets to have an FCS.
100
101Libpcap now reads the environment variable ERF_FCS_BITS to determine
102how many bits of CRC/FCS to strip from the end of the captured
103frame. This defaults to 32 for use with Ethernet. If the card is
104configured to strip the CRC/FCS, then set ERF_FCS_BITS=0. If used with
105a HDLC/PoS/PPP/Frame Relay link with 16 bit CRC/FCS, then set
106ERF_FCS_BITS=16.
107
108If you wish to create a pcap file that DOES contain the Ethernet FCS,
109specify the environment variable ERF_DONT_STRIP_FCS. This will cause
110the existing FCS to be captured into the pcap file. Note some
111applications may incorrectly report capture errors or oversize packets
112when reading these files.
113
114----------------------------------------------------------------------
115
116Please submit bug reports via <support@endace.com>.
117
118Please also visit our Web site at:
119
120        https://www.endace.com/
121
122For more information about Endace DAG cards contact <sales@endace.com>.
123

README.haiku.md

1# Compiling and using libpcap on Haiku
2
3Haiku R1/beta4 and earlier versions do not support packet capture on the
4loopback interface.  Using this version of libpcap, loopback capture works
5since Haiku revision hrev57585, including Haiku R1/beta5 and later versions.
6Packet timestamping and filtering always occur in userland.  Wireless monitor
7mode is not supported.  The "any" pseudo-interface is not supported.
8[**pcap_set_buffer_size**](https://www.tcpdump.org/manpages/pcap_set_buffer_size.3pcap.html)(3PCAP)
9has no effect.
10[**pcap_setdirection**](https://www.tcpdump.org/manpages/pcap_setdirection.3pcap.html)(3PCAP)
11is not supported.
12[**pcap_inject**](https://www.tcpdump.org/manpages/pcap_inject.3pcap.html)(3PCAP)
13is not supported.
14
15The statistics reported by
16[**pcap_stats**](https://www.tcpdump.org/manpages/pcap_stats.3pcap.html)(3PCAP)
17on Haiku are as follows:
18* `ps_recv` is the number of packets successfully delivered by the kernel,
19  before libpcap applies a filter.
20* `ps_drop` is the number of packets rejected by the filter.
21* `ps_ifdrop` is the number of packets dropped by the network interface (as
22  seen via `SIOCGIFSTATS`) since the capture handle became active.
23
24## 64-bit x86 R1/beta5
25
26* Autoconf 2.72 works.
27* CMake 4.1.4 works.
28* GCC 13.3.0 works.
29* Clang 21.1.8
30* flex 2.6.4 works.
31* GNU Bison 3.8.2 works.
32
33The following command will install respective non-default packages:
34```
35pkgman install cmake llvm21_clang
36```
37
38For reference, the tests were done using a system installed from
39`haiku-r1beta5-x86_64-anyboot.iso`.
40

README.hpux

1For HP-UX 11i (11.11) and later, there are no known issues with
2promiscuous mode under HP-UX.  If you are using a earlier version of
3HP-UX and cannot upgrade, please continue reading.
4
5HP-UX patches to fix packet capture problems
6
7Note that packet-capture programs such as tcpdump may, on HP-UX, not be
8able to see packets sent from the machine on which they're running.
9Some articles on groups.google.com discussing this are:
10
11	https://groups.google.com/groups?selm=82ld3v%2480i%241%40mamenchi.zrz.TU-Berlin.DE
12
13which says:
14
15  Newsgroups: comp.sys.hp.hpux
16  Subject:  Re: Did someone made tcpdump working on 10.20 ?
17  Date: 12/08/1999
18  From: Lutz Jaenicke <jaenicke@emserv1.ee.TU-Berlin.DE>
19
20  In article <82ks5i$5vc$1@news1.dti.ne.jp>, mtsat <mtsat@iris.dti.ne.jp>
21  wrote:
22   >Hello,
23   >
24   >I downloaded and compiled tcpdump3.4 a couple of week ago. I tried to use
25   >it, but I can only see incoming data, never outgoing.
26   >Someone (raj) explained me that a patch was missing, and that this patch
27   >must me "patched" (poked) in order to see outbound data in promiscuous mode.
28   >Many things to do .... So the question is : did someone has already this
29   >"ready to use" PHNE_**** patch ?
30
31   Two things:
32   1. You do need a late "LAN products cumulative patch" (e.g.  PHNE_18173
33  for   s700/10.20).
34   2. You must use
35echo 'lanc_outbound_promisc_flag/W1' | /usr/bin/adb -w /stand/vmunix /dev/kmem
36     You can insert this e.g. into /sbin/init.d/lan
37
38   Best regards,
39   Lutz
40
41and
42
43	http://groups.google.com/groups?selm=88cf4t%24p03%241%40web1.cup.hp.com
44
45which says:
46
47  Newsgroups: comp.sys.hp.hpux
48  Subject: Re: tcpdump only shows incoming packets
49  Date: 02/15/2000
50  From: Rick Jones <foo@bar.baz.invalid>
51
52  Harald Skotnes <harald@cc.uit.no> wrote:
53  > I am running HPUX 11.0 on a C200 hanging on a 100Mb switch. I have
54  > compiled libpcap-0.4 an tcpdump-3.4 and it seems to work. But at a
55  > closer look I only get to see the incoming packets not the
56  > outgoing. I have tried tcpflow-0.12 which also uses libpcap and the
57  > same thing happens.  Could someone please give me a hint on how to
58  > get this right?
59
60  Search/Read the archives ?-)
61
62  What you are seeing is expected, un-patched, behaviour for an HP-UX
63  system.  On 11.00, you need to install the latest lancommon/DLPI
64  patches, and then the latest driver patch for the interface(s) in use.
65  At that point, a miracle happens and you should start seeing outbound
66  traffic.
67
68[That article also mentions the patch that appears below.]
69
70and
71
72	https://groups.google.com/groups?selm=38AA973E.96BE7DF7%40cc.uit.no
73
74which says:
75
76  Newsgroups: comp.sys.hp.hpux
77  Subject: Re: tcpdump only shows incoming packets
78  Date: 02/16/2000
79  From: Harald Skotnes <harald@cc.uit.no>
80
81  Rick Jones wrote:
82
83	...
84
85  > What you are seeing is expected, un-patched, behaviour for an HP-UX
86  > system. On 11.00, you need to install the latest lancommon/DLPI
87  > patches, and then the latest driver patch for the interface(s) in
88  > use. At that point, a miracle happens and you should start seeing
89  > outbound traffic.
90
91  Thanks a lot.  I have this problem on several machines running HPUX
92  10.20 and 11.00.  The machines where patched up before y2k so did not
93  know what to think.  Anyway I have now installed PHNE_19766,
94  PHNE_19826, PHNE_20008, PHNE_20735 on the C200 and now I can see the
95  outbound traffic too.  Thanks again.
96
97(although those patches may not be the ones to install - there may be
98later patches).
99
100And another message to tcpdump-workers@tcpdump.org, from Rick Jones:
101
102  Date: Mon, 29 Apr 2002 15:59:55 -0700
103  From: Rick Jones
104  To: tcpdump-workers@tcpdump.org
105  Subject: Re: [tcpdump-workers] I Can't Capture the Outbound Traffic
106
107	...
108
109  http://itrc.hp.com/ would be one place to start in a search for the most
110  up-to-date patches for DLPI and the lan driver(s) used on your system (I
111  cannot guess because 9000/800 is too generic - one hs to use the "model"
112  command these days and/or an ioscan command (see manpage) to guess what
113  the drivers (btlan[3456], gelan, etc) might be involved in addition to
114  DLPI.
115
116  Another option is to upgrade to 11i as outbound promiscuous mode support
117  is there in the base OS, no patches required.
118
119Another posting:
120
121	https://groups.google.com/groups?selm=7d6gvn%24b3%241%40ocean.cup.hp.com
122
123indicates that you need to install the optional STREAMS product to do
124captures on HP-UX 9.x:
125
126  Newsgroups: comp.sys.hp.hpux
127  Subject:  Re: tcpdump HP/UX 9.x
128  Date: 03/22/1999
129  From: Rick Jones <foo@bar.baz>
130
131  Dave Barr (barr@cis.ohio-state.edu) wrote:
132  : Has anyone ported tcpdump (or something similar) to HP/UX 9.x?
133
134  I'm reasonably confident that any port of tcpdump to 9.X would require
135  the (then optional) STREAMS product.  This would bring DLPI, which is
136  what one uses to access interfaces in promiscuous mode.
137
138  I'm not sure that HP even sells the 9.X STREAMS product any longer,
139  since HP-UX 9.X is off the pricelist (well, maybe 9.10 for the old 68K
140  devices).
141
142  Your best bet is to be up on 10.20 or better if that is at all
143  possible.  If your hardware is supported by it, I'd go with HP-UX 11.
144  If you want to see the system's own outbound traffic, you'll never get
145  that functionality on 9.X, but it might happen at some point for 10.20
146  and 11.X.
147
148  rick jones
149
150(as per other messages cited here, the ability to see the system's own
151outbound traffic did happen).
152
153Rick Jones reports that HP-UX 11i needs no patches for outbound
154promiscuous mode support.
155
156An additional note, from Jost Martin, for HP-UX 10.20:
157
158	Q: How do I get [Wireshark] on HPUX to capture the _outgoing_ packets
159	   of an interface
160	A: You need to get PHNE_20892,PHNE_20725 and PHCO_10947 (or
161	   newer, this is as of 4.4.00) and its dependencies.  Then you can
162	   enable the feature as described below:
163
164	Patch Name: PHNE_20892
165	Patch Description: s700 10.20 PCI 100Base-T cumulative patch
166		To trace the outbound packets, please do the following
167		to turn on a global promiscuous switch before running
168		the promiscuous applications like snoop or tcpdump:
169
170		adb -w /stand/vmunix /dev/mem
171		lanc_outbound_promisc_flag/W 1
172		(adb will echo the result showing that the flag has
173		been changed)
174		$quit
175	(Thanks for this part to HP-support, Ratingen)
176
177		The attached hack does this and some security-related stuff
178	(thanks to hildeb@www.stahl.bau.tu-bs.de (Ralf Hildebrandt) who
179	posted the security-part some time ago)
180
181		 <<hack_ip_stack>>
182
183		(Don't switch IP-forwarding off, if you need it !)
184		Install the hack as /sbin/init.d/hacl_ip_stack (adjust
185	permissions !) and make a sequencing-symlink
186	/sbin/rc2.d/S350hack_ip_stack pointing to this script.
187		Now all this is done on every reboot.
188
189According to Rick Jones, the global promiscuous switch also has to be
190turned on for HP-UX 11.00, but not for 11i - and, in fact, the switch
191doesn't even exist on 11i.
192
193Here's the "hack_ip_stack" script:
194
195-----------------------------------Cut Here-------------------------------------
196#!/sbin/sh
197#
198# nettune:  hack kernel params for safety
199
200OKAY=0
201ERROR=-1
202
203# /usr/contrib/bin fuer nettune auf Pfad
204PATH=/sbin:/usr/sbin:/usr/bin:/usr/contrib/bin
205export PATH
206
207
208##########
209#  main  #
210##########
211
212case $1 in
213   start_msg)
214      print "Tune IP-Stack for security"
215      exit $OKAY
216      ;;
217
218   stop_msg)
219      print "This action is not applicable"
220      exit $OKAY
221      ;;
222
223   stop)
224      exit $OKAY
225      ;;
226
227   start)
228      ;;  # fall through
229
230   *)
231      print "USAGE: $0 {start_msg | stop_msg | start | stop}" >&2
232      exit $ERROR
233      ;;
234   esac
235
236###########
237#  start  #
238###########
239
240#
241# tcp-Sequence-Numbers nicht mehr inkrementieren sondern random
242# Syn-Flood-Protection an
243# ip_forwarding aus
244# Source-Routing aus
245# Ausgehende Packets an ethereal/tcpdump etc.
246
247/usr/contrib/bin/nettune -s tcp_random_seq 2 || exit $ERROR
248/usr/contrib/bin/nettune -s hp_syn_protect 1 || exit $ERROR
249/usr/contrib/bin/nettune -s ip_forwarding 0 || exit $ERROR
250echo 'ip_block_source_routed/W1' | /usr/bin/adb -w /stand/vmunix /dev/kmem || exit $ERROR
251echo 'lanc_outbound_promisc_flag/W 1' | adb -w /stand/vmunix /dev/mem  || exit $ERROR
252
253exit $OKAY
254-----------------------------------Cut Here-------------------------------------
255

README.linux

1Currently, libpcap supports packet capturing on Linux 2.6.27 and later;
2earlier versions are not supported.
3
4You must configure 2.6.x kernels with the CONFIG_PACKET_MMAP option for
5this protocol.  3.x and later kernels do not require that.
6
7Note that, by default, libpcap will, if libnl is present, build with it;
8it uses libnl to support monitor mode on mac80211 devices.  There is a
9configuration option to disable building with libnl, but, if that option
10is chosen, the monitor-mode APIs (as used by tcpdump's "-I" flag, and as
11will probably be used by other applications in the future) won't work
12properly on mac80211 devices.
13
14Linux's run-time linker allows shared libraries to be linked with other
15shared libraries, which means that if an older version of a shared
16library doesn't require routines from some other shared library, and a
17later version of the shared library does require those routines, the
18later version of the shared library can be linked with that other shared
19library and, if it's otherwise binary-compatible with the older version,
20can replace that older version without breaking applications built with
21the older version, and without breaking configure scripts or the build
22procedure for applications whose configure script doesn't use the
23pcap-config script if they build with the shared library.  (The build
24procedure for applications whose configure scripts use the pcap-config
25script if present will not break even if they build with the static
26library.)
27
28Statistics:
29Statistics reported by pcap are platform specific.  The statistics
30reported by pcap_stats on Linux are as follows:
31
32ps_recv   Number of packets that were accepted by the pcap filter
33ps_drop   Number of packets that had passed filtering but were not
34          passed on to pcap due to things like buffer shortage, etc.
35          This is useful because these are packets you are interested in
36          but won't be reported by, for example, tcpdump output.
37

README.macos

1As with other systems using BPF, macOS allows users with read access to
2the BPF devices to capture packets with libpcap and allows users with
3write access to the BPF devices to send packets with libpcap.
4
5On some systems that use BPF, the BPF devices live on the root file
6system, and the permissions and/or ownership on those devices can be
7changed to give users other than root permission to read or write those
8devices.
9
10On newer versions of FreeBSD, the BPF devices live on devfs, and devfs
11can be configured to set the permissions and/or ownership of those
12devices to give users other than root permission to read or write those
13devices.
14
15On macOS, the BPF devices live on devfs, but the macOS version of devfs
16is based on an older (non-default) FreeBSD devfs, and that version of
17devfs cannot be configured to set the permissions and/or ownership of
18those devices.
19
20Therefore, we supply:
21
22	a "startup item" for older versions of macOS;
23
24	a launchd daemon for Tiger and later versions of macOS;
25
26Both of them will change the ownership of the BPF devices so that the
27"admin" group owns them, and will change the permission of the BPF
28devices to rw-rw----, so that all users in the "admin" group - i.e., all
29users with "Allow user to administer this computer" turned on - have
30both read and write access to them.
31
32The startup item is in the ChmodBPF directory in the source tree.  A
33/Library/StartupItems directory should be created if it doesn't already
34exist, and the ChmodBPF directory should be copied to the
35/Library/StartupItems directory (copy the entire directory, so that
36there's a /Library/StartupItems/ChmodBPF directory, containing all the
37files in the source tree's ChmodBPF directory; don't copy the individual
38items in that directory to /Library/StartupItems).  The ChmodBPF
39directory, and all files under it, must be owned by root.  Installing
40the files won't immediately cause the startup item to be executed; it
41will be executed on the next reboot.  To change the permissions before
42the reboot, run
43
44	sudo SystemStarter start ChmodBPF
45
46The launchd daemon is the chmod_bpf script, plus the
47org.tcpdump.chmod_bpf.plist launchd plist file.  chmod_bpf should be
48installed in /usr/local/bin/chmod_bpf, and org.tcpdump.chmod_bpf.plist
49should be installed in /Library/LaunchDaemons.  chmod_bpf, and
50org.tcpdump.chmod_bpf.plist, must be owned by root.  Installing the
51script and plist file won't immediately cause the script to be executed;
52it will be executed on the next reboot.  To change the permissions
53before the reboot, run
54
55	sudo /usr/local/bin/chmod_bpf
56
57or
58
59	sudo launchctl load /Library/LaunchDaemons/org.tcpdump.chmod_bpf.plist
60
61If you want to give a particular user permission to access the BPF
62devices, rather than giving all administrative users permission to
63access them, you can have the ChmodBPF/ChmodBPF script change the
64ownership of /dev/bpf* without changing the permissions.  If you want to
65give a particular user permission to read and write the BPF devices and
66give the administrative users permission to read but not write the BPF
67devices, you can have the script change the owner to that user, the
68group to "admin", and the permissions to rw-r-----.  Other possibilities
69are left as an exercise for the reader.
70
71(NOTE: due to a bug in Snow Leopard, if you change the permissions not
72to grant write permission to everybody who should be allowed to capture
73traffic, non-root users who cannot open the BPF devices for writing will
74not be able to capture outgoing packets.)
75

README.septel

1The following instructions apply if you have a Linux platform and want
2libpcap to support the Septel range of passive network monitoring cards
3from Intel (https://www.intel.com)
4
51) Install and build the Septel software distribution by following the
6instructions supplied with that package.
7
82) Configure libcap. To allow the 'configure' script to locate the Septel
9software distribution use the '--with-septel' option:
10
11        ./configure --with-septel=DIR
12
13where DIR is the root of the Septel software distribution, for example
14/var/src/septel.
15
16By default (if you write only ./configure --with-septel) it takes
17./../septel as argument for DIR.
18
19If the Septel software is correctly detected 'configure' will
20report:
21
22        checking whether we have Septel API... yes
23
24If 'configure' reports that there is no Septel API, the directory may have been
25incorrectly specified or the Septel software was not built before configuring
26libpcap.
27
28See also the libpcap INSTALL.md file for further libpcap configuration
29options.
30
31Building libpcap at this stage will include support for both the native
32packet capture stream and for capturing from Septel cards.  To build
33libpcap with only Septel support specify the capture type as 'septel'
34when configuring libpcap:
35
36        ./configure --with-septel=DIR --with-pcap=septel
37
38Applications built with libpcap configured in this way will only detect Septel
39cards and will not capture from the native OS packet stream.
40
41Note: As mentioned in pcap-septel.c we should first edit the system.txt
42file to change the user part example (UPE) module id to 0xdd instead of
430x2d for technical reason.  So this change in system.txt is crucial and
44things will go wrong if it's not done.  System.txt along with config.txt
45are configuration files that are edited by the user before running the
46gctload program that uses these files for initialising modules and
47configuring parameters.
48
49----------------------------------------------------------------------
50for more information please contact me : gil_hoyek@hotmail.com
51

README.sita

1NOTE: this is not currently supported; the configure script doesn't
2support --with-sita, and CMake doesn't support enabling SITA ACN
3support.  The code currently does not compile; it should really be
4implemented as an additional remote capture mechanism, using a URL,
5rather than as a separate version of libpcap that supports only the ACN
6product, but the infrastructure for that isn't yet available.
7
8The following instructions apply if you have a Linux platform and want
9libpcap to support the 'ACN' WAN/LAN router product from SITA
10(https://www.sita.aero)
11
12This might also work on non-Linux Unix-compatible platforms, but that
13has not been tested.
14
15See also the libpcap INSTALL.md file for further libpcap configuration
16options.
17
18These additions/extensions have been made to PCAP to allow it to
19capture packets from a SITA ACN device (and potentially others).
20
21To enable its support you need to ensure that the distribution has
22a correct configure.ac file; that can be created if necessary by
23using the normal autoconf procedure of:
24
25aclocal
26autoconf
27autoheader
28automake
29
30Then run configure with the 'sita' option:
31
32./configure --with-sita
33
34Applications built with libpcap configured in this way will only detect SITA
35ACN interfaces and will not capture from the native OS packet stream.
36
37The SITA extension provides a remote datascope operation for capturing
38both WAN and LAN protocols.  It effectively splits the operation of
39PCAP into two halves.  The top layer performs the majority of the
40work, but interfaces via a TCP session to remote agents that
41provide the lower layer functionality of actual sniffing and
42filtering. More detailed information regarding the functions and
43inter-device protocol and naming conventions are described in detail
44in 'pcap-sita.html'.
45
46pcap_findalldevs() reads the local system's /etc/hosts file looking
47for host names that match the format of IOP type devices.  ie.  aaa_I_x_y
48and then queries each associated IP address for a list of its WAN and
49LAN devices.  The local system the aggregates the lists obtained from
50each IOP, sorts it, and provides it (to Wireshark et.al) as the
51list of monitorable interfaces.
52
53Once a valid interface has been selected, pcap_open() is called
54which opens a TCP session (to a well known port) on the target IOP
55and tells it to start monitoring.
56
57All captured packets are then forwarded across that TCP session
58back to the local 'top layer' for forwarding to the actual
59sniffing program (wireshark...)
60
61Note that the DLT_SITA link-layer type includes a proprietary header
62that is documented as part of the SITA dissector of Wireshark and is
63also described in 'pcap-sita.html' for posterity sake.
64
65That header provides:
66- Packet direction (in/out) (1 octet)
67- Link layer hardware signal status (1 octet)
68- Transmit/Receive error status (2 octets)
69- Encapsulated WAN protocol ID (1 octet)
70
71
72

README.solaris.md

1# Compiling libpcap on Solaris and related OSes
2
3* Autoconf works everywhere.
4* Neither Solaris lex nor Solaris yacc are suitable.
5* Neither illumos lex nor illumos yacc are suitable.
6* Solaris m4 and illumos m4 are suitable.
7
8## OmniOS r151054/AMD64
9
10* flex 2.6.4 and GNU Bison 3.8.2 work.
11* CMake 4.0.3 works.
12* GCC 14.2.0 and Clang 19.1.7 work.
13
14## OmniOS r151042/AMD64
15
16* flex 2.6.4 and GNU Bison 3.8.2 work.
17* CMake 3.23.1 works.
18* GCC 11.2.0 and Clang 14.0.3 work.
19
20## OpenIndiana 2021.04/AMD64
21
22* flex 2.6.4 and GNU Bison 3.7.6 work.
23* CMake 3.21.1 works.
24* GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
25
26For reference, the tests were done using a system installed from
27`OI-hipster-text-20210430.iso` plus the following packages:
28```shell
29xargs -L1 pkg install <<ENDOFTEXT
30developer/build/autoconf
31developer/parser/bison
32developer/lexer/flex
33developer/build/cmake
34developer/gcc-10
35developer/clang-90
36ENDOFTEXT
37```
38
39## Solaris CBE 11.4.81.193.1/AMD64
40* flex 2.6.4 and GNU Bison 3.8.2 work.
41* CMake 3.24.0 works.
42* Clang 19.1.7 works, GCC 14.2.0 works.
43
44## Solaris CBE 11.4.42.111.0/AMD64
45
46* flex 2.6.4 and GNU Bison 3.7.3 work.
47* CMake 3.21.0 works.
48* Clang 11.0 works, GCC 11.2 works.
49
50## Solaris 11.3/SPARC
51
52* flex 2.6.4 and GNU Bison 3.7.1 work.
53* CMake 3.14.3 works.
54* Sun C 5.13, Sun C 5.14 and Sun C 5.15 work; GCC 5.5.0 and GCC 7.3.0 work.
55
56## Solaris 10/SPARC
57
58* libpcap build fails with rpcapd enabled.
59* flex 2.6.4 and GNU Bison 3.7.1 work.
60* CMake 3.14.3 works.
61* Sun C 5.13 works, GCC 5.5.0 works.
62
63## Solaris 9
64
65This version of this OS is not supported because the snprintf(3) implementation
66in its libc is not suitable.
67

README.windows.md

1Building libpcap on Windows with Visual Studio
2==============================================
3
4Unlike the UN*Xes on which libpcap can capture network traffic, Windows
5has no network traffic capture mechanism that libpcap can use.
6Therefore, libpcap requires a driver, and a library to access the
7driver, provided by the Npcap or WinPcap projects.
8
9Those projects include versions of libpcap built to use that driver and
10library; these instructions are for people who want to build libpcap
11source releases, or libpcap from the Git repository, as a replacement
12for the version provided with Npcap or WinPcap.
13
14Npcap and WinPcap SDK
15---------------------
16
17In order to build libpcap, you will need to download Npcap and its
18software development kit (SDK) or WinPcap and its software development
19kit.
20
21Npcap is currently being developed and maintained, and offers many
22additional capabilities that WinPcap does not.
23
24WinPcap is no longer being developed or maintained; it should be used
25only if there is some other requirement to use it rather than Npcap,
26such as a requirement to support versions of Windows earlier than
27Windows Vista, which is the earliest version supported by Npcap.
28
29Npcap and its SDK can be downloaded from its [home page](https://npcap.com).
30The SDK is a ZIP archive; create a folder on your `C:` drive, e.g.
31`C:\npcap-sdk`, and put the contents of the ZIP archive into that folder.
32
33The WinPcap installer can be downloaded from
34[here](https://www.winpcap.org/install/default.htm)
35and the WinPcap Developer's Kit can be downloaded from
36[here](https://www.winpcap.org/devel.htm).
37
38Required build tools
39--------------------
40
41The Developer's Kit is a ZIP archive; it contains a folder named
42`WpdPack`, which you should place on your `C:` drive, e.g. `C:\WpdPack`.
43
44Building libpcap on Windows requires Visual Studio 2015 or later.  The
45Community Edition of Visual Studio can be downloaded at no cost from
46[here](https://visualstudio.microsoft.com).
47
48Additional tools are also required.  Chocolatey is a package manager for
49Windows with which those tools, and other tools, can be installed; it
50can be downloaded from [here](https://chocolatey.org).
51
52It is a command-line tool; a GUI tool, Chocolatey GUI, is provided as a
53Chocolatey package, which can be installed from the command line:
54
55```
56choco install chocolateygui
57```
58
59For convenience, the `choco install` command can be run with the `-y`
60flag, forcing it to automatically answer all questions asked of the user
61with "yes":
62
63```
64choco install -y chocolateygui
65```
66
67The required tools are:
68
69### CMake ###
70
71libpcap does not provide supported project files for Visual Studio
72(there are currently unsupported project files provided, but we do not
73guarantee that they will work or that we will continue to provide them).
74It does provide files for CMake, which is a cross-platform tool that
75runs on UN\*Xes and on Windows and that can generate project files for
76UN\*X Make, the Ninja build system, and Visual Studio, among other build
77systems.
78
79Visual Studio 2015 does not provide CMake; an installer can be
80downloaded from [here](https://cmake.org/download/).
81
82When you run the installer, you should choose to add CMake to the system
83`PATH` for all users and to create the desktop icon.
84
85Visual Studio 2017, 2019, and 2022 provide CMake, so you will not need
86to install CMake if you have installed one of those versions of Visual
87Studio or later.  They include built-in support for CMake-based projects
88as described
89[here](https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/).
90
91For Visual Studio 2017, make sure "Visual C++ tools for CMake" is
92installed; for Visual Studio 2019 and 2022, make sure "C++ CMake tools
93for Windows" is installed.
94
95CMake can also be installed as the Chocolatey package `cmake`:
96
97```
98choco install -y cmake
99```
100
101### winflexbison ###
102
103libpcap uses the Flex lexical-analyzer generator and the Bison or
104Berkeley YACC parser generators to generate the parser for filter
105expressions.  Windows versions of Flex and Bison can be downloaded from
106
107  https://sourceforge.net/projects/winflexbison/
108
109The downloaded file is a ZIP archive; create a folder on your C: drive,
110e.g. C:\Program Files\winflexbison, and put the contents of the ZIP
111archive into that folder.  Then add that folder to the system PATH
112environment variable.
113
114Git
115---
116
117An optional tool, required only if you will be building from a Git
118repository rather than from a release source tarball, is Git.  Git is
119provided as an optional installation component, "Git for Windows", with
120Visual Studio 2017 and later.
121
122Building from the Visual Studio GUI
123-----------------------------------
124
125### Visual Studio 2017 ###
126
127Open the folder containing the libpcap source with Open > Folder.
128Visual Studio will run CMake; however, you will need to indicate where
129the Npcap or WinPcap SDK is installed.
130
131To do this, go to Project > "Change CMake Settings" > pcap and:
132
133Choose which configuration type to build, if you don't want the default
134Debug build.
135
136In the CMakeSettings.json tab, change cmakeCommandArgs to include
137
138```
139-DPacket_ROOT={path-to-sdk}
140```
141
142where `{path-to-sdk}` is the path of the directory containing the Npcap or
143WinPcap SDK.  Note that backslashes in the path must be specified as two
144backslashes.
145
146Save the configuration changes with File > "Save CMakeSettings.json" or
147with Control-S.
148
149Visual Studio will then re-run CMake.  If that completes without errors,
150you can build with CMake > "Build All".
151
152### Visual Studio 2019 and 2022 ###
153
154Open the folder containing the libpcap source with Open > Folder.
155Visual Studio will run CMake; however, you will need to indicate where
156the Npcap or WinPcap SDK is installed.
157
158To do this, go to Project > "CMake Settings for pcap" and:
159
160Choose which configuration type to build, if you don't want the default
161Debug build.
162
163Scroll down to "Cmake variables and cache", scroll through the list
164looking for the entry for Packet_ROOT, and either type in the path of
165the directory containing the Npcap or WinPcap SDK or use the "Browse..."
166button to browse for that directory.
167
168Save the configuration changes with File > "Save CMakeSettings.json" or
169with Control-S.
170
171Visual Studio will then re-run CMake.  If that completes without errors,
172you can build with Build > "Build All".
173
174Building from the command line
175------------------------------
176
177### Visual Studio 2017 ###
178
179Start the appropriate Native Tools command line prompt.
180
181Change to the directory into which you want to build libpcap, possibly
182after creating it first.  One choice is to create it as a subdirectory
183of the libpcap source directory.
184
185Run the command
186
187```
188cmake "-DPacket_ROOT={path-to-sdk}" -G {generator} {path-to-libpcap-source}
189```
190
191`{path-to-sdk}` is the path of the directory containing the Npcap or
192WinPcap SDK.
193
194`{generator}` is the string "Visual Studio 15 2017" to build a 32-bit
195version of libpcap or the string "Visual Studio 15 2017 Win64" to build
196a 64-bit version of libpcap.
197
198`{path-to-libpcap-source}` is the pathname of the top-level source
199directory for libpcap.
200
201Run the command
202
203```
204msbuild /m /nologo /p:Configuration={configuration} pcap.sln
205```
206
207where `{configuration}` can be "Release", "Debug", or "RelWithDebInfo".
208
209### Visual Studio 2019 ###
210
211Start the appropriate Native Tools command line prompt.
212
213Change to the directory into which you want to build libpcap, possibly
214after creating it first.  One choice is to create it as a subdirectory
215of the libpcap source directory.
216
217Run the command
218
219```
220cmake "-DPacket_ROOT={path-to-sdk}" -G "Visual Studio 16 2019" {platform} {path-to-libpcap-source}
221```
222
223`{path-to-sdk}` is the path of the directory containing the Npcap or
224WinPcap SDK.
225
226`{platform}` is `-A Win32` to build a 32-bit version of libpcap or `-A
227x64` to build a 64-bit version of libpcap.
228
229`{path-to-libpcap-source}` is the pathname of the top-level source
230directory for libpcap.
231
232Run the command
233
234```
235msbuild /m /nologo /p:Configuration={configuration} pcap.sln
236```
237
238where `{configuration}` can be "Release", "Debug", or "RelWithDebInfo".
239
240### Visual Studio 2022 ###
241
242Start the appropriate Native Tools command line prompt.
243
244Change to the directory into which you want to build libpcap, possibly
245after creating it first.  One choice is to create it as a subdirectory
246of the libpcap source directory.
247
248Run the command
249
250```
251cmake "-DPacket_ROOT={path-to-sdk}" -G "Visual Studio 17 2022" {platform} {path-to-libpcap-source}
252```
253
254`{path-to-sdk}` is the path of the directory containing the Npcap or
255WinPcap SDK.
256
257`{platform}` is `-A Win32` to build a 32-bit version of libpcap or `-A
258x64` to build a 64-bit version of libpcap.
259
260`{path-to-libpcap-source}` is the pathname of the top-level source
261directory for libpcap.
262
263Run the command
264
265```
266msbuild /m /nologo /p:Configuration={configuration} pcap.sln
267```
268
269where `{configuration}` can be "Release", "Debug", or "RelWithDebInfo".
270
271Building with MinGW
272-------------------
273
274MinGW is not supported because its snprintf(3) implementation is not suitable.
275
276Building with SSL/TLS support
277-----------------------------
278
279This is currently not implemented on Windows.
280