aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-01-08 20:26:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-01-08 20:26:35 +0000
commitf23d8846315b06dd1e84a56dbec1e1af1b6e6a2d (patch)
tree3b49ebf053c43003417eada1480ee4a7b3ce4a33 /epan/dissectors/packet-gsm_a_common.h
parentb6427b53b5332deb6165abd2d7ad8cad75f9050e (diff)
Try to fix:
packet-gtpv2.c:2648: warning: return type defaults to 'int' packet-gtpv2.c: In function 'dissect_udp_s_port_nr': packet-gtpv2.c:2690: warning: unused parameter 'length' packet-gtpv2.c: In function 'dissect_gtpv2_fq_csid': packet-gtpv2.c:2845: warning: unused parameter 'length' packet-gtpv2.c: In function 'dissect_gtpv2_emlpp_pri': packet-gtpv2.c:2927: warning: implicit declaration of function 'be_emlpp_prio' packet-gtpv2.c: At top level: packet-gtpv2.c:3056: warning: initialization from incompatible pointer type svn path=/trunk/; revision=35431
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.h')
-rw-r--r--epan/dissectors/packet-gsm_a_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h
index cf2e49d1c8..d05d2256e1 100644
--- a/epan/dissectors/packet-gsm_a_common.h
+++ b/epan/dissectors/packet-gsm_a_common.h
@@ -592,6 +592,7 @@ guint16 de_mid(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar
guint16 de_cell_id(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 de_bearer_cap(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 de_bearer_cap_uplink(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
+guint16 be_emlpp_prio(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 be_ganss_loc_type(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 be_ganss_pos_dta(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);
guint16 be_ganss_ass_dta(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_string, int string_len);