blob: e3fcfd7c335660f7944468b45e5f4361e479dfa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */
|