summaryrefslogtreecommitdiffstats
path: root/lib/libpcap (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cast isxdigit()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Cast ctype function arguments to unsigned char.mmcc2015-10-241-3/+3
* remove the #if bsdi path from here as welljsg2015-10-011-22/+1
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-2/+1
* fix libpcap for ifmedia64stsp2015-09-111-3/+3
* Fix miscellaneous factual, grammar, and markup errors.lteo2015-04-071-8/+9
* Teach monitor_mode() that the return code for unknown ioctl requests wassthen2015-02-151-1/+2