1 2 3 4 5
/* bindgen entry point — pulls in the full libpcapng public API. <stddef.h> must come first: blocks.h uses size_t but doesn't include it. */ #include <stddef.h> #include <stdio.h> #include <libpcapng/libpcapng.h>