index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bpf_filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename struct bpf_aux_data to avoid NetBSD compile errors.
Guy Harris
2021-01-01
1
-2
/
+2
*
bpf_filter: suppress "switch has only a default case" warning.
Guy Harris
2020-07-03
1
-0
/
+9
*
Handle negation in a way that doesn't upset compilers or UBSan.
Guy Harris
2018-10-26
1
-3
/
+6
*
Fix the semantics of BPF_LSH and BPF_RSH for shifts >= 32 bits.
Guy Harris
2018-10-16
1
-2
/
+8
*
Clean up the declaration of the packet-filtering routines.
Guy Harris
2018-08-31
1
-5
/
+21
*
Don't put bpf_filter_with_aux_data() in a public header file.
Guy Harris
2018-08-31
1
-2
/
+1
*
Squelch a compiler warning.
Guy Harris
2018-08-31
1
-1
/
+7
*
C99 names, not BSD names, for types.
Guy Harris
2018-08-04
1
-3
/
+3
*
Pick up extract.h stuff from tcpdump, and use it in bpf_filter.c.
Guy Harris
2018-08-04
1
-156
/
+4
*
We need portability.h with MSVC, to define inline as _inline.
Guy Harris
2018-08-04
1
-0
/
+1
*
Pick up unaligned big-endian fetch macros/routines from tcpdump.
Guy Harris
2018-08-04
1
-32
/
+151
*
SKF_AD_VLAN_TAG_PRESENT defined implies SKF_AD_VLAN_TAG defined
Joerg Mayer
2018-05-01
1
-1
/
+1
*
Move bpf/net/bpf-filter.c to toplevel directory - it's the sole file in bpf/...
Joerg Mayer
2018-05-01
1
-0
/
+539