aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-a21.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-11-14 14:53:02 +0100
committerAnders Broman <a.broman58@gmail.com>2014-11-14 13:57:09 +0000
commit56fa29edc5ab8757d57a30b6ded5827fb06585a8 (patch)
treeefc7fed879b081525b6b1912b0d1fe127cc112df /epan/dissectors/packet-a21.c
parentd6f2392bc64ef710c0976cd8e22ab695e6cca6f0 (diff)
[S1AP] Let the A21 dissector do further dissection of Cdma2000SectorID
Change-Id: I8c503acf6860b34d24769cdf981dcaeea4667ffb Reviewed-on: https://code.wireshark.org/review/5298 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-a21.c')
-rw-r--r--epan/dissectors/packet-a21.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-a21.c b/epan/dissectors/packet-a21.c
index 02653c1363..43f6486f69 100644
--- a/epan/dissectors/packet-a21.c
+++ b/epan/dissectors/packet-a21.c
@@ -534,7 +534,7 @@ static const value_string a21_element_type_vals[] = {
};
-static void
+void
dissect_a21_ie_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree, proto_tree *tree, gint offset, guint8 message_type)
{
guint8 ie_type, length_len;