Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
kasumi.h
1 /* kasumi.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef KASUMI_H
11 #define KASUMI_H
12 
13 /*This needs to be set in order to indicate presence of KASUMI implementation!*/
14 /*#define HAVE_UMTS_KASUMI*/
15 
16 
17 #endif /* KASUMI_H */