| Commit message (Expand) | Author | Age | Files | Lines |
| * | typo; spotted by jmc |  sthen | 2021-01-20 | 1 | -3/+3 |
| * | support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstream |  sthen | 2021-01-18 | 3 | -6/+20 |
| * | Fix byte order handling for DLT_LOOP links |  kn | 2020-09-12 | 1 | -4/+21 |
| * | crank the major cos grammar.c has grown. |  dlg | 2020-08-03 | 1 | -2/+2 |
| * | add "sample NUM" so you can ask to capture 1/NUM packets from a filter. |  dlg | 2020-08-03 | 5 | -6/+33 |
| * | add support for handling loads from BPF_RND. |  dlg | 2020-08-03 | 7 | -10/+38 |
| * | DLT_LOOP does have a link header, so tell pcap-filter so it can use it. |  dlg | 2020-07-21 | 1 | -2/+2 |
| * | from edgar pettijohn: correct return type in pcap_open_live.3; |  jmc | 2020-05-29 | 1 | -3/+3 |
| * | add support for pcap_breakloop when reading packets from files. |  dlg | 2020-05-27 | 1 | -1/+18 |
| * | Fix bogus ".It .Cm" |  jca | 2019-12-17 | 1 | -3/+3 |
| * | Fix typo in comment in struct pcap_pkthdr |  akoshibe | 2019-11-28 | 1 | -2/+2 |
| * | the mentioned .Fn functions are in a another file, so .Xr them |  deraadt | 2019-09-25 | 1 | -5/+5 |
| * | pcap-filter now section 5: adjust Xr |  jmc | 2019-09-25 | 1 | -3/+3 |
| * | mdoc version of pcap-filter; |  jmc | 2019-09-25 | 3 | -759/+927 |
| * | pcap-filter(3) is not a function, it is a language description. It was |  deraadt | 2019-09-03 | 3 | -6/+6 |
| * | there is no pcap(3) function, "man pcap" returns an incorrect result. |  deraadt | 2019-08-30 | 2 | -4/+4 |
| * | add "slow" to the list of ethernet protocol names. |  dlg | 2019-07-19 | 1 | -1/+2 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 2 | -24/+24 |
| * | further document pcap_dump; from jan stary |  jmc | 2018-12-13 | 1 | -5/+13 |
| * | some pcap_setdirection details; from jan stary |  jmc | 2018-12-12 | 1 | -2/+11 |
| * | add basic MPLS filtering support |  denis | 2018-12-09 | 5 | -8/+67 |
| * | unbreak VLAN filtering |  denis | 2018-11-10 | 1 | -2/+7 |
| * | fix a typo |  denis | 2018-11-09 | 1 | -2/+2 |
| * | Sync manual with the const changes introduced in pcap.h rev 1.20. |  tb | 2018-06-03 | 1 | -5/+5 |
| * | Change some libpcap functions which use pointers as arguments and |  sthen | 2018-06-03 | 6 | -20/+20 |
| * | Convert a format string variable to a static const char[] to reduce warnings |  guenther | 2018-04-26 | 1 | -2/+3 |
| * | Import pcap_set_immediate_mode() from mainline libpcap which allows a |  lteo | 2018-04-05 | 6 | -7/+39 |
| * | recognise DLT_PPP_SERIAL. |  dlg | 2018-02-06 | 2 | -2/+8 |
| * | Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysed |  mpi | 2018-02-03 | 2 | -2/+5 |
| * | Fix wrong ETHERTYPE_IPV6 |  denis | 2018-01-01 | 1 | -2/+2 |
| * | use working boilerplate for yacc/lex instead of homemade rules. |  espie | 2017-07-09 | 2 | -10/+6 |
| * | Remove the "volatile" attribute from bpf_error(). The "volatile" |  millert | 2017-04-27 | 1 | -2/+2 |
| * | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been |  natano | 2017-04-19 | 1 | -3/+3 |
| * | add "lldp" to the ether protocol name db. |  dlg | 2016-12-02 | 1 | -1/+2 |
| * | Stop exporting the eproto_db array, export a pointer to it instead. |  jca | 2016-11-29 | 2 | -6/+8 |
| * | Extend the DLT_OPENFLOW header to include the switch datapath id. |  reyk | 2016-11-20 | 1 | -2/+2 |
| * | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), |  reyk | 2016-11-16 | 3 | -3/+9 |
| * | Add missing argument names for pcap_offline_filter. |  lteo | 2016-10-17 | 1 | -3/+3 |
| * | Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by |  natano | 2016-05-08 | 1 | -3/+3 |
| * | Move to /dev/bpf; ok lteo |  natano | 2016-05-03 | 1 | -60/+11 |
| * | bad spell of whether... |  jmc | 2016-04-06 | 1 | -2/+2 |
| * | add two functions from libpcap-1.7.4 which are required by at least gopacket |  jasper | 2016-04-06 | 4 | -7/+57 |
| * | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). |  krw | 2016-04-05 | 1 | -3/+3 |
| * | refactor bpf_filter a bit. |  dlg | 2016-04-02 | 1 | -3/+1 |
| * | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -27/+1 |
| * | Use the correct structure size when allocating the array for nodes. |  canacar | 2016-02-05 | 1 | -2/+2 |
| * | remove NULL-checks before free() |  mmcc | 2015-12-22 | 5 | -27/+19 |
| * | Remove register keyword. |  mmcc | 2015-11-17 | 9 | -74/+74 |
| * | memory.h -> string.h |  mmcc | 2015-11-17 | 6 | -12/+10 |
| * | update NAME; ok schwarze |  jmc | 2015-11-15 | 1 | -4/+59 |