From 1d7bc367e943464f912a67ad436fabddb1a61a37 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 18 Nov 2020 13:56:52 +0100 Subject: GSM A Common: Dissect polygon points --- epan/dissectors/packet-gsm_a_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-gsm_a_common.h') diff --git a/epan/dissectors/packet-gsm_a_common.h b/epan/dissectors/packet-gsm_a_common.h index 203af2dc69..0db80a929d 100644 --- a/epan/dissectors/packet-gsm_a_common.h +++ b/epan/dissectors/packet-gsm_a_common.h @@ -192,7 +192,7 @@ extern int gsm_a_tap; extern packet_info *gsm_a_dtap_pinfo; /* TS 23 032 */ -void dissect_geographical_description(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); +int dissect_geographical_description(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); guint16 dissect_description_of_velocity(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len); -- cgit v1.2.3