aboutsummaryrefslogtreecommitdiff
path: root/pcap-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-int.h')
-rw-r--r--pcap-int.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pcap-int.h b/pcap-int.h
index fc703bf8..661ba542 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -108,6 +108,11 @@ extern int pcap_new_api;
extern int pcap_utf_8_mode;
/*
+ * Map packet buffers with 32-bit addresses.
+ */
+extern int pcap_mmap_32bit;
+
+/*
* Swap byte ordering of unsigned long long timestamp on a big endian
* machine.
*/