summaryrefslogtreecommitdiffstats
path: root/epan/crypt/kasumi.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt/kasumi.h')
-rw-r--r--epan/crypt/kasumi.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/epan/crypt/kasumi.h b/epan/crypt/kasumi.h
new file mode 100644
index 00000000..e3fcfd7c
--- /dev/null
+++ b/epan/crypt/kasumi.h
@@ -0,0 +1,17 @@
+/** @file
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef KASUMI_H
+#define KASUMI_H
+
+/*This needs to be set in order to indicate presence of KASUMI implementation!*/
+/*#define HAVE_UMTS_KASUMI*/
+
+
+#endif /* KASUMI_H */