summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/bpf_image.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add support for handling loads from BPF_RND.dlg2020-08-031-1/+6
| | | | | | | | | | this adds "rnd" and "random" as keywords in the grammar, and handles them as an arithmetic operator. the decoder recognises the load, so tcpdump can print it as 'ld #random'. most of the handling is copied from the "len"/"length" keywoard handling that generates and decodes a load of the actual wire length of the packet. ok jmatthew@ tb@ kn@
* Change some libpcap functions which use pointers as arguments andsthen2018-06-031-2/+2
| | | | | | | | | | | | returns to const pointers: - the prefix argument to pcap_perror(); - the return value of pcap_strerror(); - the filter expression argument to pcap_compile() and pcap_compile_nopcap(); - the BPF filter program argument to bpf_image(). Matches changes made earlier in tcpdump.org's version of libpcap. From Guy Harris, ok tb@, been through a bulk ports build.
* remove $Header, it was messing up cvs for me. ok deraadt@tedu2004-01-271-6/+1
|
* sync with libpcap v0.5jakob2000-04-261-4/+4
| | | | add support for INET6 (kame)
* changes brought in from v0.4; started by brad, more by me, being tested by mtsderaadt1999-07-201-9/+6
|
* fix RCS tagsbrad1999-06-171-1/+1
|
* buf oflowsderaadt1998-07-141-2/+2
|
* bring it to the latest 0.2 LBL release.mickey1996-07-121-5/+10
|
* merge to latest libpcapderaadt1996-06-101-1/+1
|
* Update to the latest LBL release.mickey1996-03-041-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+286