9 #ifndef __PCAP_MODULE_H__ 10 #define __PCAP_MODULE_H__ 18 #define BLOCK_TYPE_SHB 0x0A0D0D0A 19 #define BLOCK_TYPE_IDB 0x00000001 20 #define BLOCK_TYPE_PB 0x00000002 21 #define BLOCK_TYPE_SPB 0x00000003 22 #define BLOCK_TYPE_NRB 0x00000004 23 #define BLOCK_TYPE_ISB 0x00000005 24 #define BLOCK_TYPE_EPB 0x00000006 25 #define BLOCK_TYPE_IRIG_TS 0x00000007 26 #define BLOCK_TYPE_ARINC_429 0x00000008 27 #define BLOCK_TYPE_SYSDIG_EVENT 0x00000204 28 #define BLOCK_TYPE_SYSDIG_EVF 0x00000208 55 const guint8 *,
int *);
61 void register_pcapng_block_type_handler(guint block_type, block_reader read,
67 typedef gboolean (*option_handler_fn)(gboolean, guint, guint8 *,
int *, gchar **);
74 void register_pcapng_option_handler(guint block_type, guint option_code,
75 option_handler_fn hfunc);
Definition: wtap_opttypes.c:57
Definition: pcapng_module.h:41
Definition: file_wrappers.c:78
Definition: wtap-int.h:86