aboutsummaryrefslogtreecommitdiff
path: root/pcap_init.3pcap
diff options
context:
space:
mode:
authorHans Leidekker <hans@meelstraat.net>2022-12-07 17:02:15 +0100
committerHans Leidekker <hans@meelstraat.net>2022-12-20 14:05:13 +0100
commita9487778d264f8e272ddb6c8b9dc4897a05d4fdb (patch)
tree085c0a4cbf56b038fa1255a72a669ebc9abf6903 /pcap_init.3pcap
parent099b926d436131765ae219355ff44ac96cf5e4fc (diff)
Add an option to force memory-mapped buffers to be mapped as accessible to 32-bit code.
Diffstat (limited to 'pcap_init.3pcap')
-rw-r--r--pcap_init.3pcap3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcap_init.3pcap b/pcap_init.3pcap
index a807d0ec..f9876d63 100644
--- a/pcap_init.3pcap
+++ b/pcap_init.3pcap
@@ -49,6 +49,9 @@ caller, as being in the local character encoding.
.B PCAP_CHAR_ENC_UTF_8
Treat all strings supplied as arguments, and return all strings to the
caller, as being in UTF-8.
+.B PCAP_MMAP_32BIT
+Map packet buffers with 32-bit addresses.
+.TP
.PP
On UNIX-like systems, the local character encoding is assumed to be
UTF-8, so no character encoding transformations are done.