summaryrefslogtreecommitdiffstats
path: root/lib/libpcap (follow)
Commit message (Expand)AuthorAgeFilesLines
* typo; spotted by jmcsthen2021-01-201-3/+3
* support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamsthen2021-01-183-6/+20
* Fix byte order handling for DLT_LOOP linkskn2020-09-121-4/+21
* crank the major cos grammar.c has grown.dlg2020-08-031-2/+2
* add "sample NUM" so you can ask to capture 1/NUM packets from a filter.dlg2020-08-035-6/+33
* add support for handling loads from BPF_RND.dlg2020-08-037-10/+38
* DLT_LOOP does have a link header, so tell pcap-filter so it can use it.dlg2020-07-211-2/+2
* from edgar pettijohn: correct return type in pcap_open_live.3;jmc2020-05-291-3/+3
* add support for pcap_breakloop when reading packets from files.dlg2020-05-271-1/+18
* Fix bogus ".It .Cm"jca2019-12-171-3/+3
* Fix typo in comment in struct pcap_pkthdrakoshibe2019-11-281-2/+2
* the mentioned .Fn functions are in a another file, so .Xr themderaadt2019-09-251-5/+5
* pcap-filter now section 5: adjust Xrjmc2019-09-251-3/+3
* mdoc version of pcap-filter;jmc2019-09-253-759/+927
* pcap-filter(3) is not a function, it is a language description. It wasderaadt2019-09-033-6/+6
* there is no pcap(3) function, "man pcap" returns an incorrect result.deraadt2019-08-302-4/+4
* add "slow" to the list of ethernet protocol names.dlg2019-07-191-1/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-24/+24
* further document pcap_dump; from jan staryjmc2018-12-131-5/+13
* some pcap_setdirection details; from jan staryjmc2018-12-121-2/+11
* add basic MPLS filtering supportdenis2018-12-095-8/+67
* unbreak VLAN filteringdenis2018-11-101-2/+7
* fix a typodenis2018-11-091-2/+2
* Sync manual with the const changes introduced in pcap.h rev 1.20.tb2018-06-031-5/+5
* Change some libpcap functions which use pointers as arguments andsthen2018-06-036-20/+20
* Convert a format string variable to a static const char[] to reduce warningsguenther2018-04-261-2/+3
* Import pcap_set_immediate_mode() from mainline libpcap which allows alteo2018-04-056-7/+39
* recognise DLT_PPP_SERIAL.dlg2018-02-062-2/+8
* Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedmpi2018-02-032-2/+5
* Fix wrong ETHERTYPE_IPV6denis2018-01-011-2/+2
* use working boilerplate for yacc/lex instead of homemade rules.espie2017-07-092-10/+6
* Remove the "volatile" attribute from bpf_error(). The "volatile"millert2017-04-271-2/+2
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-191-3/+3
* add "lldp" to the ether protocol name db.dlg2016-12-021-1/+2
* Stop exporting the eproto_db array, export a pointer to it instead.jca2016-11-292-6/+8
* Extend the DLT_OPENFLOW header to include the switch datapath id.reyk2016-11-201-2/+2
* Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),reyk2016-11-163-3/+9
* Add missing argument names for pcap_offline_filter.lteo2016-10-171-3/+3
* Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested bynatano2016-05-081-3/+3
* Move to /dev/bpf; ok lteonatano2016-05-031-60/+11
* bad spell of whether...jmc2016-04-061-2/+2
* add two functions from libpcap-1.7.4 which are required by at least gopacketjasper2016-04-064-7/+57
* Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw2016-04-051-3/+3
* refactor bpf_filter a bit.dlg2016-04-021-3/+1
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-27/+1
* Use the correct structure size when allocating the array for nodes.canacar2016-02-051-2/+2
* remove NULL-checks before free()mmcc2015-12-225-27/+19
* Remove register keyword.mmcc2015-11-179-74/+74
* memory.h -> string.hmmcc2015-11-176-12/+10
* update NAME; ok schwarzejmc2015-11-151-4/+59