aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-f1ap.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-f1ap.h')
-rw-r--r--epan/dissectors/packet-f1ap.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/epan/dissectors/packet-f1ap.h b/epan/dissectors/packet-f1ap.h
new file mode 100644
index 0000000000..1719ef454a
--- /dev/null
+++ b/epan/dissectors/packet-f1ap.h
@@ -0,0 +1,43 @@
+/* Do not modify this file. Changes will be overwritten. */
+/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-f1ap.h */
+/* asn2wrs.py -p f1ap -c ./f1ap.cnf -s ./packet-f1ap-template -D . -O ../.. F1AP-CommonDataTypes.asn F1AP-Constants.asn F1AP-Containers.asn F1AP-IEs.asn F1AP-PDU-Contents.asn F1AP-PDU-Descriptions.asn */
+
+/* Input file: packet-f1ap-template.h */
+
+#line 1 "./asn1/f1ap/packet-f1ap-template.h"
+/* packet-f1ap.h
+ * Routines for E-UTRAN F1 Application Protocol (F1AP) 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_F1AP_H
+#define PACKET_F1AP_H
+
+
+/*--- Included file: packet-f1ap-exp.h ---*/
+#line 1 "./asn1/f1ap/packet-f1ap-exp.h"
+int dissect_f1ap_NRPRACHConfig_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
+
+/*--- End of included file: packet-f1ap-exp.h ---*/
+#line 15 "./asn1/f1ap/packet-f1ap-template.h"
+
+#endif /* PACKET_F1AP_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:
+ */