aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-a21.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-11-20 20:30:32 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-11-21 01:31:07 +0000
commit1b9dd7547c2f457afbfe3d767c2fdb6e1d04bf3e (patch)
tree5d40e20391da9744b6efeee579aeca8be2970906 /epan/dissectors/packet-a21.c
parent1df0d9cbfa5af834495c28e46c6ed2d267e05e2f (diff)
Fix the build: dissect_a21_ie_common() can't be static any more.
Change-Id: I93db6bc35aef9c36a294e530730cd295ad6851ef Reviewed-on: https://code.wireshark.org/review/5419 Reviewed-by: Jeff Morriss <jeff.morriss.ws@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;