diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2023-03-26 20:04:36 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2023-03-26 20:08:42 +0100 |
commit | bbb12dc7568694271e33e658a3d99e579e5df08c (patch) | |
tree | 859c386f61bfabace571f6162b4571d5ad6dccc4 /CHANGES | |
parent | 15d011454e8c8bd37006c497828e59db3a23e98c (diff) |
Finalize moving of bpf_filter.c. [skip ci]
As Blake Easley points it out in GitHub bug report #1166, before commit
08a5870 in 2018 bpf_filter.c was a symlink to bpf/net/bpf_filter.c, but
now it is a regular file, so it is wrong to list it in .gitignore. Fix
that and reflect the file path change in DOS makefiles.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group fixed-width integer types, in rpcap code. Remove an always-false pointer test from snf_read(). Clean up DECnet address handling. + Finalize moving of bpf_filter.c. (GH #1166) Link-layer types: Add LINKTYPE_ETW/DLT_ETW. Add LINKTYPE_NETANALYZER_NG/DLT_NETANALYZER_NG (pull request |