Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-gprscdr-template.h
1 /* packet-gprscdr.h
2  * Routines for gprscdr packet dissection
3  * Copyright 2011, 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_GPRSCDR_H
13 #define PACKET_GPRSCDR_H
14 
15 
16 #include "packet-gprscdr-exp.h"
17 
18 #endif /* PACKET_GPRSCDR_H */
19 
20 /*
21  * Editor modelines
22  *
23  * Local Variables:
24  * c-basic-offset: 2
25  * tab-width: 8
26  * indent-tabs-mode: nil
27  * End:
28  *
29  * ex: set shiftwidth=2 tabstop=8 expandtab:
30  * :indentSize=2:tabSize=8:noTabs=true:
31  */