18 #include "value_string.h" 19 #include "ws_symbol_export.h" 31 const gchar *protocol;
45 #define EI_INIT {EI_INIT_EI, EI_INIT_HF} 56 const gchar *protocol;
63 #define EXPFILL 0, NULL, 0, \ 64 {0, {NULL, NULL, FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL}} 73 #define PRE_ALLOC_EXPERT_FIELDS_MEM 5000 78 WS_DLL_PUBLIC
int proto_expert;
84 expert_packet_init(
void);
90 expert_packet_cleanup(
void);
93 expert_get_highest_severity(
void);
96 expert_update_comment_count(guint64 count);
119 const char *format, ...) G_GNUC_PRINTF(4, 5);
135 tvbuff_t *tvb, gint start, gint length);
155 tvbuff_t *tvb, gint start, gint length, const
char *format, ...) G_GNUC_PRINTF(7, 8);
165 void expert_deregister_expertinfo (const
char *abbrev);
175 void expert_free_deregistered_expertinfos (
void);
182 WS_DLL_PUBLIC const gchar* expert_get_summary(
expert_field *eiindex);
191 #define EXPERT_CHECKSUM_DISABLED -2 192 #define EXPERT_CHECKSUM_UNKNOWN -1 193 #define EXPERT_CHECKSUM_GOOD 0 194 #define EXPERT_CHECKSUM_BAD 1 198 WS_DLL_PUBLIC
const value_string expert_severity_vals[];
200 WS_DLL_PUBLIC
const value_string expert_checksum_vals[];
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
expert_field * ids
Definition: expert.h:67
expert_field_info eiinfo
Definition: expert.h:68
Definition: value_string.h:24