aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-10 20:45:19 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-10 20:45:19 +0000
commit09d718f723cba7c9c59807b1cb4d00ac31100e4d (patch)
tree4d68f4ac99deff384646f495202491aa10f40e57 /epan/dissectors/packet-wsp.h
parent4ae8d2530043b4e300504fd0f71c7a4a0e52d611 (diff)
Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_type
svn path=/trunk/; revision=34463
Diffstat (limited to 'epan/dissectors/packet-wsp.h')
-rw-r--r--epan/dissectors/packet-wsp.h8
1 files changed, 4 insertions, 4 deletions
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 */