aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 01:06:19 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 01:06:19 +0000
commit1823aa007c6339228048b1dbefd5a07ec9f96e1c (patch)
tree6b9ab67dd2094ef231eb0f0f7fa39048332486e7 /epan/dissectors/packet-sccp.h
parent88a5865b64a8856d97b46c16e55c3e183828c740 (diff)
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47891
Diffstat (limited to 'epan/dissectors/packet-sccp.h')
-rw-r--r--epan/dissectors/packet-sccp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sccp.h b/epan/dissectors/packet-sccp.h
index 3226d57a7c..447fc54683 100644
--- a/epan/dissectors/packet-sccp.h
+++ b/epan/dissectors/packet-sccp.h
@@ -111,7 +111,7 @@ extern gboolean looks_like_valid_sccp(guint32 frame_num, tvbuff_t *tvb, guint8 m
#define GT_ODD_SIGNAL_MASK 0x0f
#define GT_EVEN_SIGNAL_MASK 0xf0
#define GT_EVEN_SIGNAL_SHIFT 4
-#define GT_MAX_SIGNALS (32*7) /* its a bit big, but it allows for adding a lot of "(spare)" and "Unknown" values (7 chars) if there are errors - e.g. ANSI vs ITU wrongly selected */
+#define GT_MAX_SIGNALS (32*7) /* it's a bit big, but it allows for adding a lot of "(spare)" and "Unknown" values (7 chars) if there are errors - e.g. ANSI vs ITU wrongly selected */
WS_VAR_IMPORT const value_string sccp_address_signal_values[];
#endif