aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/x2ap/packet-x2ap-template.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-03-16 16:18:46 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-03-16 19:10:25 +0000
commit6280c153bb8c33d661ffc40291cb41f9068786d8 (patch)
treee0e58f81d0095fba6cef1c48afb5f868d4bfac50 /epan/dissectors/asn1/x2ap/packet-x2ap-template.h
parentb96f889e44afe4ec0adabd697364c05d27c9c9a0 (diff)
F1AP: initial dissector submission based on v15.0.0
Change-Id: Icf5c128119afa86efddb87e744f7aecb8bf71e09 Reviewed-on: https://code.wireshark.org/review/26506 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/x2ap/packet-x2ap-template.h')
-rw-r--r--epan/dissectors/asn1/x2ap/packet-x2ap-template.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/x2ap/packet-x2ap-template.h b/epan/dissectors/asn1/x2ap/packet-x2ap-template.h
new file mode 100644
index 0000000000..6fdb557947
--- /dev/null
+++ b/epan/dissectors/asn1/x2ap/packet-x2ap-template.h
@@ -0,0 +1,29 @@
+/* packet-x2ap.h
+ * Routines for E-UTRAN X2 Application Protocol (S1AP) 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_X2AP_H
+#define PACKET_X2AP_H
+
+#include "packet-x2ap-exp.h"
+
+#endif /* PACKET_X2AP_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:
+ */