aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-03-26 20:04:36 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-03-26 20:08:42 +0100
commitbbb12dc7568694271e33e658a3d99e579e5df08c (patch)
tree859c386f61bfabace571f6162b4571d5ad6dccc4 /CHANGES
parent15d011454e8c8bd37006c497828e59db3a23e98c (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--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1ba056a4..1504c2a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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