aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e1ap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-09-12 16:54:12 +0200
committerAnders Broman <a.broman58@gmail.com>2019-09-12 15:40:01 +0000
commit6d6a5262aa2e3331ca9b8de5321b308e52b71fca (patch)
tree9b3bc65474c41e4cc74517d26352863b2c410af7 /epan/dissectors/packet-e1ap.h
parent3bff8f372ec6923c597387e2adac493a3636d038 (diff)
E1AP: Add .h file needed for private IE dissection.
Change-Id: I04569b89a6fe55e4d988978bd8f1538bc62444e5 Reviewed-on: https://code.wireshark.org/review/34514 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-e1ap.h')
-rw-r--r--epan/dissectors/packet-e1ap.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/epan/dissectors/packet-e1ap.h b/epan/dissectors/packet-e1ap.h
new file mode 100644
index 0000000000..790add4c49
--- /dev/null
+++ b/epan/dissectors/packet-e1ap.h
@@ -0,0 +1,50 @@
+/* Do not modify this file. Changes will be overwritten. */
+/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-e1ap.h */
+/* asn2wrs.py -p e1ap -c ./e1ap.cnf -s ./packet-e1ap-template -D . -O ../.. E1AP-CommonDataTypes.asn E1AP-Constants.asn E1AP-Containers.asn E1AP-IEs.asn E1AP-PDU-Contents.asn E1AP-PDU-Descriptions.asn */
+
+/* Input file: packet-e1ap-template.h */
+
+#line 1 "./asn1/e1ap/packet-e1ap-template.h"
+/* packet-e1ap.h
+ * Routines for E-UTRAN E1 Application Protocol (E1AP) packet dissection
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef PACKET_E1AP_H
+#define PACKET_E1AP_H
+
+typedef struct {
+ guint32 message_type;
+ guint32 ProcedureCode;
+ guint32 ProtocolIE_ID;
+ guint32 ProtocolExtensionID;
+} e1ap_ctx_t;
+
+
+
+/*--- Included file: packet-e1ap-exp.h ---*/
+#line 1 "./asn1/e1ap/packet-e1ap-exp.h"
+
+/*--- End of included file: packet-e1ap-exp.h ---*/
+#line 23 "./asn1/e1ap/packet-e1ap-template.h"
+
+#endif /* PACKET_E1AP_H */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */