summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Expand)Author
2020-05-29from edgar pettijohn: correct return type in pcap_open_live.3;Jason McIntyre
2020-05-27add support for pcap_breakloop when reading packets from files.David Gwynne
2019-12-17Fix bogus ".It .Cm"Jeremie Courreges-Anglas
2019-11-28Fix typo in comment in struct pcap_pkthdrakoshibe
2019-09-25the mentioned .Fn functions are in a another file, so .Xr themTheo de Raadt
2019-09-25pcap-filter now section 5: adjust XrJason McIntyre
2019-09-25mdoc version of pcap-filter;Jason McIntyre
2019-09-03pcap-filter(3) is not a function, it is a language description. It wasTheo de Raadt
2019-08-30there is no pcap(3) function, "man pcap" returns an incorrect result.Theo de Raadt
2019-07-19add "slow" to the list of ethernet protocol names.David Gwynne
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-12-13further document pcap_dump; from jan staryJason McIntyre
2018-12-12some pcap_setdirection details; from jan staryJason McIntyre
2018-12-09add basic MPLS filtering supportdenis
2018-11-10unbreak VLAN filteringdenis
2018-11-09fix a typodenis
2018-06-03Sync manual with the const changes introduced in pcap.h rev 1.20.Theo Buehler
2018-06-03Change some libpcap functions which use pointers as arguments andStuart Henderson
2018-04-26Convert a format string variable to a static const char[] to reduce warningsPhilip Guenther
2018-04-05Import pcap_set_immediate_mode() from mainline libpcap which allows aLawrence Teo
2018-02-06recognise DLT_PPP_SERIAL.David Gwynne
2018-02-03Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedMartin Pieuchot
2018-01-01Fix wrong ETHERTYPE_IPV6denis
2017-07-09use working boilerplate for yacc/lex instead of homemade rules.Marc Espie
2017-04-27Remove the "volatile" attribute from bpf_error(). The "volatile"Todd C. Miller
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2016-12-02add "lldp" to the ether protocol name db.David Gwynne
2016-11-29Stop exporting the eproto_db array, export a pointer to it instead.Jeremie Courreges-Anglas
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),Reyk Floeter
2016-10-17Add missing argument names for pcap_offline_filter.Lawrence Teo
2016-05-08Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested byMartin Natano
2016-05-03Move to /dev/bpf; ok lteoMartin Natano
2016-04-06bad spell of whether...Jason McIntyre
2016-04-06add two functions from libpcap-1.7.4 which are required by at least gopacketJasper Lievisse Adriaanse
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-04-02refactor bpf_filter a bit.David Gwynne
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-02-05Use the correct structure size when allocating the array for nodes.Can Erkin Acar
2015-12-22remove NULL-checks before free()mmcc
2015-11-17Remove register keyword.mmcc
2015-11-17memory.h -> string.hmmcc
2015-11-15update NAME; ok schwarzeJason McIntyre
2015-10-24Cast isxdigit()'s argument to unsigned char.mmcc
2015-10-24Cast ctype function arguments to unsigned char.mmcc
2015-10-01remove the #if bsdi path from here as wellJonathan Gray
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
2015-09-11fix libpcap for ifmedia64Stefan Sperling
2015-04-07Fix miscellaneous factual, grammar, and markup errors.Lawrence Teo
2015-02-15Teach monitor_mode() that the return code for unknown ioctl requests wasStuart Henderson