Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-x2ap-template.h
1 /* packet-x2ap.h
2  * Routines for E-UTRAN X2 Application Protocol (S1AP) packet dissection
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 #ifndef PACKET_X2AP_H
12 #define PACKET_X2AP_H
13 
14 #include "packet-x2ap-exp.h"
15 
16 #endif /* PACKET_X2AP_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  */