11#include "ws_symbol_export.h"
23 GHashTable* counts_hash;
41WS_DLL_PUBLIC
void register_capture_dissector_table(
const char *name,
const char *ui_name);
82WS_DLL_PUBLIC
bool try_capture_dissector(
const char* name,
const uint32_t pattern,
const uint8_t *pd,
int offset,
int len,
capture_packet_info_t *cpinfo,
const union wtap_pseudo_header *pseudo_header);
100WS_DLL_PUBLIC uint64_t capture_dissector_get_count(
packet_counts* counts,
const int proto);
108extern void capture_dissector_init(
void);
109extern void capture_dissector_cleanup(
void);
bool(* capture_dissector_t)(const uint8_t *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header)
Definition capture_dissectors.h:35
Definition capture_dissectors.h:28
Definition capture_dissectors.c:30
Definition capture_dissectors.h:22