summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xnap.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-xnap.h')
-rw-r--r--epan/dissectors/packet-xnap.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/epan/dissectors/packet-xnap.h b/epan/dissectors/packet-xnap.h
new file mode 100644
index 00000000..db9e953a
--- /dev/null
+++ b/epan/dissectors/packet-xnap.h
@@ -0,0 +1,34 @@
+/* Do not modify this file. Changes will be overwritten. */
+/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-xnap.h */
+/* asn2wrs.py -L -p xnap -c ./xnap.cnf -s ./packet-xnap-template -D . -O ../.. XnAP-CommonDataTypes.asn XnAP-Constants.asn XnAP-Containers.asn XnAP-IEs.asn XnAP-PDU-Contents.asn XnAP-PDU-Descriptions.asn */
+
+/* packet-xnap.h
+ * Routines for dissecting NG-RAN Xn application protocol (XnAP)
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef PACKET_XnAP_H
+#define PACKET_XnAP_H
+
+int dissect_xnap_IntendedTDD_DL_ULConfiguration_NR_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
+
+#endif /* PACKET_XnAP_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:
+ */