10 #define __W_PCAPNG_H__ 14 #include "ws_symbol_export.h" 16 #define PCAPNG_MAGIC 0x1A2B3C4D 17 #define PCAPNG_SWAPPED_MAGIC 0xD4C3B2A1 19 #define PCAPNG_MAJOR_VERSION 1 20 #define PCAPNG_MINOR_VERSION 0 25 guint32 block_total_length;
34 guint16 version_major;
35 guint16 version_minor;
36 guint64 section_length;
51 guint32 timestamp_high;
52 guint32 timestamp_low;
64 #define MIN_IDB_SIZE ((guint32)(MIN_BLOCK_SIZE + sizeof(pcapng_interface_description_block_t))) 66 wtap_open_return_val pcapng_open(
wtap *wth,
int *err, gchar **err_info);
67 gboolean pcapng_dump_open(
wtap_dumper *wdh,
int *err);
68 int pcapng_dump_can_write_encap(
int encap);
Definition: wtap-int.h:34
Definition: wtap-int.h:86