summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-01-10 00:09:44 -0800
committerGuy Harris <gharris@sonic.net>2023-01-10 00:09:44 -0800
commitb98941d35b20b01a1de58701a194bda6077d4914 (patch)
tree353210a232dfaff7effd4956f0e4f2341692eb2a /CHANGES
parent68b294c452734537ce210dfd6a93cea81c290c28 (diff)
downloadlibpcap-b98941d35b20b01a1de58701a194bda6077d4914.tar.gz
NPF: update handling of failure to set promiscuous mode.
Change comments and #defines to reflect more information we now know.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6367c636..139ba3f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,8 @@ Monthday, Month DD, YYYY:
Sort the PUBHDR variable in Makefile.in in "ls" order.
Fix typo in comment in pflog.h.
Remove two no-longer-present files from .gitignore.
+ Update code and comments for handling failure to set promiscuous
+ mode based on new information.
Building and testing:
install: Fixed not to install the non-public pcap-util.h header.
pcap-config: add a --version flag.