Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-lpp-template.h
1 /* packet-lpp.h
2  * Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
3  * Copyright 2011-2018 Pascal Quantin <pascal.quantin@gmail.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  * Ref 3GPP TS 36.355 version 14.5.1 Release 14
12  * http://www.3gpp.org
13  */
14 
15 #ifndef PACKET_LPP_H
16 #define PACKET_LPP_H
17 
18 #include "packet-lpp-exp.h"
19 
20 #endif /* PACKET_LPP_H */