diff options
author | Hans Leidekker <hans@meelstraat.net> | 2022-12-07 17:02:15 +0100 |
---|---|---|
committer | Hans Leidekker <hans@meelstraat.net> | 2022-12-20 14:05:13 +0100 |
commit | a9487778d264f8e272ddb6c8b9dc4897a05d4fdb (patch) | |
tree | 085c0a4cbf56b038fa1255a72a669ebc9abf6903 /pcap-int.h | |
parent | 099b926d436131765ae219355ff44ac96cf5e4fc (diff) |
Add an option to force memory-mapped buffers to be mapped as accessible to 32-bit code.
Diffstat (limited to 'pcap-int.h')
-rw-r--r-- | pcap-int.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. */ |