Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-c1222-template.h
1 /* packet-c1222.h
2  * Routines for ANSI C12.22 packet dissection
3  * Copyright 2010, Edward J. Beroset, edward.beroset@elster.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_C1222_H
13 #define PACKET_C1222_H
14 
15 #endif /* PACKET_C1222_H */
16 
17 /*
18  * Editor modelines - http://www.wireshark.org/tools/modelines.html
19  *
20  * Local variables:
21  * c-basic-offset: 2
22  * tab-width: 8
23  * indent-tabs-mode: nil
24  * End:
25  *
26  * vi: set shiftwidth=2 tabstop=8 expandtab:
27  * :indentSize=2:tabSize=8:noTabs=true:
28  */
29