Module Name: src
Committed By: christos
Date: Mon Sep 2 15:36:25 UTC 2024
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new libpcap
To generate a diff of this commit:
cvs rdiff -u -r1.2034 -r1.2035 src/doc/3RDPARTY
cvs rdiff -u -r1.3084 -r1.3085 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.2034 src/doc/3RDPARTY:1.2035
--- src/doc/3RDPARTY:1.2034 Sun Sep 1 06:27:53 2024
+++ src/doc/3RDPARTY Mon Sep 2 11:36:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.2034 2024/09/01 10:27:53 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.2035 2024/09/02 15:36:24 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -795,7 +795,7 @@ libdevmapper ioctl protocol code, theref
import. Talk to haad before importing new version.
Package: libpcap
-Version: 1.10.4
+Version: 1.10.5
Current Vers: 1.10.5
Maintainer: [email protected]
Archive Site: http://www.tcpdump.org/release/
@@ -807,7 +807,8 @@ License: BSD (3/4-clause)
Location: external/bsd/libpcap/dist
Notes:
Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source
-tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h
+tree. sys/net/dlt.h is a copy of the dlt constants from dlt.h. We use our
+own copy of bpf_filter.c
Package: tcpdump
Version: 4.99.4
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.3084 src/doc/CHANGES:1.3085
--- src/doc/CHANGES:1.3084 Mon Sep 2 10:58:13 2024
+++ src/doc/CHANGES Mon Sep 2 11:36:24 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3084 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3085 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -498,3 +498,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
networking to send any frames that are stored in a
pcap(3) file format to a shmif(4) Ethernet interface.
Code from k-goda at IIJ. [ozaki-r 202409202]
+ libpcap: Import 1.10.4. [christos 20240902]