aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-08-04 23:15:51 +0000
committerBill Meier <wmeier@newsguy.com>2008-08-04 23:15:51 +0000
commit9ef15c9aa493c214b473daeb3c7b24ba2b4e9e7d (patch)
treed94af41c15361dd2437dcb85c627f6a5e66ef9a9
parent7d8e29f50173a90dbf9e4dafe7d16c0dea2724b9 (diff)
temp fix (until the proper fix) to handle buildbot errs;
svn path=/trunk/; revision=25922
-rw-r--r--epan/dissectors/packet-gsm_a_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index 477b0e4ecc..1f80439ca3 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -37,7 +37,7 @@ typedef void (*msg_fcn)(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint l
/* common PD values */
extern const value_string protocol_discriminator_vals[];
-extern const value_string gsm_a_pd_short_str_vals[];
+/**extern const value_string gsm_a_pd_short_str_vals[];***/
extern guint8 de_cld_party_bcd_num(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
@@ -61,7 +61,7 @@ extern gboolean lower_nibble;
/* common field values */
extern int hf_gsm_a_length;
-extern int hf_gsm_a_extension;
+/***extern int hf_gsm_a_extension;***/
extern int hf_gsm_a_tmsi;
extern int hf_gsm_a_L3_protocol_discriminator;
extern int hf_gsm_a_b8spare;