From 09d718f723cba7c9c59807b1cb4d00ac31100e4d Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 10 Oct 2010 20:45:19 +0000 Subject: Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_type svn path=/trunk/; revision=34463 --- epan/dissectors/packet-wsp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'epan/dissectors/packet-wsp.h') diff --git a/epan/dissectors/packet-wsp.h b/epan/dissectors/packet-wsp.h index e93cc0741c..4d772f86d1 100644 --- a/epan/dissectors/packet-wsp.h +++ b/epan/dissectors/packet-wsp.h @@ -37,11 +37,11 @@ extern const value_string vals_wsp_reason_codes[]; /* * the following allows TAP code access to the messages - * without having to duplicate it. With MSVC and a + * without having to duplicate it. With MSVC and a * libwireshark.dll, we need a special declaration. */ -WS_VAR_IMPORT const value_string vals_pdu_type[]; -WS_VAR_IMPORT const value_string vals_status[]; +WS_VAR_IMPORT const value_string wsp_vals_pdu_type[]; +WS_VAR_IMPORT const value_string wsp_vals_status[]; /* * exported functionality */ @@ -54,7 +54,7 @@ guint32 add_content_type (proto_tree *tree, tvbuff_t *tvb, /* statistics */ typedef struct _wsp_info_value_t /* see README.tapping and tap-wspstat.c */ { - gint status_code; + gint status_code; guint8 pdut; } wsp_info_value_t; #endif /* packet-wsp.h */ -- cgit v1.2.3