aboutsummaryrefslogtreecommitdiffstats
path: root/tap-expert.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-19 17:59:20 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-09-19 17:59:20 +0000
commit6df7211a95cc3f9c161f668a17a48e0a6e2d2562 (patch)
treed5de37e19f721070cb7e6d9d853d2084d9d77f91 /tap-expert.c
parent8b21051d98b6b2c018f1f9cb4ab607472ae8cc0f (diff)
Fix compile error: just link to expert_group_vals[] in expert.c (no need for a copy in tap-expert.c).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39046 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-expert.c')
-rw-r--r--tap-expert.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/tap-expert.c b/tap-expert.c
index 998cacf545..fe0448969f 100644
--- a/tap-expert.c
+++ b/tap-expert.c
@@ -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)