summaryrefslogtreecommitdiffstats
path: root/lib/libpcap
AgeCommit message (Expand)AuthorFilesLines
2021-01-20typo; spotted by jmcsthen1-3/+3
2021-01-18support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamsthen3-6/+20
2020-09-12Fix byte order handling for DLT_LOOP linkskn1-4/+21
2020-08-03crank the major cos grammar.c has grown.dlg1-2/+2
2020-08-03add "sample NUM" so you can ask to capture 1/NUM packets from a filter.dlg5-6/+33
2020-08-03add support for handling loads from BPF_RND.dlg7-10/+38
2020-07-21DLT_LOOP does have a link header, so tell pcap-filter so it can use it.dlg1-2/+2
2020-05-29from edgar pettijohn: correct return type in pcap_open_live.3;jmc1-3/+3
2020-05-27add support for pcap_breakloop when reading packets from files.dlg1-1/+18
2019-12-17Fix bogus ".It .Cm"jca1-3/+3
2019-11-28Fix typo in comment in struct pcap_pkthdrakoshibe1-2/+2
2019-09-25the mentioned .Fn functions are in a another file, so .Xr themderaadt1-5/+5
2019-09-25pcap-filter now section 5: adjust Xrjmc1-3/+3
2019-09-25mdoc version of pcap-filter;jmc3-759/+927
2019-09-03pcap-filter(3) is not a function, it is a language description. It wasderaadt3-6/+6
2019-08-30there is no pcap(3) function, "man pcap" returns an incorrect result.deraadt2-4/+4
2019-07-19add "slow" to the list of ethernet protocol names.dlg1-1/+2
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-24/+24
2018-12-13further document pcap_dump; from jan staryjmc1-5/+13
2018-12-12some pcap_setdirection details; from jan staryjmc1-2/+11
2018-12-09add basic MPLS filtering supportdenis5-8/+67
2018-11-10unbreak VLAN filteringdenis1-2/+7
2018-11-09fix a typodenis1-2/+2
2018-06-03Sync manual with the const changes introduced in pcap.h rev 1.20.tb1-5/+5
2018-06-03Change some libpcap functions which use pointers as arguments andsthen6-20/+20
2018-04-26Convert a format string variable to a static const char[] to reduce warningsguenther1-2/+3
2018-04-05Import pcap_set_immediate_mode() from mainline libpcap which allows alteo6-7/+39
2018-02-06recognise DLT_PPP_SERIAL.dlg2-2/+8
2018-02-03Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedmpi2-2/+5
2018-01-01Fix wrong ETHERTYPE_IPV6denis1-2/+2
2017-07-09use working boilerplate for yacc/lex instead of homemade rules.espie2-10/+6
2017-04-27Remove the "volatile" attribute from bpf_error(). The "volatile"millert1-2/+2
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano1-3/+3
2016-12-02add "lldp" to the ether protocol name db.dlg1-1/+2
2016-11-29Stop exporting the eproto_db array, export a pointer to it instead.jca2-6/+8
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.reyk1-2/+2
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),reyk3-3/+9
2016-10-17Add missing argument names for pcap_offline_filter.lteo1-3/+3
2016-05-08Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested bynatano1-3/+3
2016-05-03Move to /dev/bpf; ok lteonatano1-60/+11
2016-04-06bad spell of whether...jmc1-2/+2
2016-04-06add two functions from libpcap-1.7.4 which are required by at least gopacketjasper4-7/+57
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw1-3/+3
2016-04-02refactor bpf_filter a bit.dlg1-3/+1
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-27/+1
2016-02-05Use the correct structure size when allocating the array for nodes.canacar1-2/+2
2015-12-22remove NULL-checks before free()mmcc5-27/+19
2015-11-17Remove register keyword.mmcc9-74/+74
2015-11-17memory.h -> string.hmmcc6-12/+10
2015-11-15update NAME; ok schwarzejmc1-4/+59