aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-a21.h
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.h
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.h')
-rw-r--r--epan/dissectors/packet-a21.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/epan/dissectors/packet-a21.h b/epan/dissectors/packet-a21.h
new file mode 100644
index 0000000000..e5cbec3a48
--- /dev/null
+++ b/epan/dissectors/packet-a21.h
@@ -0,0 +1,28 @@
+/* packet-a21.h
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef __PACKET_A21_H__
+#define __PACKET_A21_H__
+
+WS_DLL_PUBLIC
+void dissect_a21_ie_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree, proto_tree *tree, gint offset, guint8 message_type);
+
+#endif