snort: fix descriptor offset may be truncated if buffers num too large
[vpp.git] / src / plugins / snort / daq_vpp.h
index 3b875aa..ebec554 100644 (file)
@@ -67,7 +67,7 @@ typedef enum
 
 typedef struct
 {
-  uint32_t offset;
+  uint64_t offset;
   uint16_t length;
   uint16_t address_space_id;
   uint8_t buffer_pool;