Fix compile error: just link to expert_group_vals[] in expert.c (no need for a copy in tap-expert.c).

svn path=/trunk/; revision=39046
This commit is contained in:
Bill Meier 2011-09-19 17:59:20 +00:00
parent c34335ebef
commit 099624f319
1 changed files with 0 additions and 18 deletions

View File

@ -54,24 +54,6 @@ typedef struct expert_tapdata_t {
GStringChunk* text; /* summary text */
} expert_tapdata_t;
/* Copied from expert.c... */
const value_string expert_group_vals[] = {
{ PI_CHECKSUM, "Checksum" },
{ PI_SEQUENCE, "Sequence" },
{ PI_RESPONSE_CODE, "Response" },
{ PI_REQUEST_CODE, "Request" },
{ PI_UNDECODED, "Undecoded" },
{ PI_REASSEMBLE, "Reassemble" },
{ PI_MALFORMED, "Malformed" },
{ PI_DEBUG, "Debug" },
{ PI_PROTOCOL, "Protocol" },
{ PI_SECURITY, "Security" },
{ 0, NULL }
};
/* Reset expert stats */
static void
expert_stat_reset(void *tapdata)