Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-ranap-template.h
1 /* packet-ranap-template.h
2  * Routines for GSM Supplementary Services dissection
3  * Copyright 2005, Anders Broman <anders.broman@ericsson.com>
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef PACKET_RANAP_H
13 #define PACKET_RANAP_H
14 #include "packet-ranap-exp.h"
15 
16 #endif /* PACKET_RANAP_H */
17 
18 /*
19  * Editor modelines
20  *
21  * Local Variables:
22  * c-basic-offset: 2
23  * tab-width: 8
24  * indent-tabs-mode: nil
25  * End:
26  *
27  * ex: set shiftwidth=2 tabstop=8 expandtab:
28  * :indentSize=2:tabSize=8:noTabs=true:
29  */