aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/lpp/packet-lpp-template.h
blob: ea781aa177ff0e931ee44116f4fb4bb0b3b1d33c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* packet-lpp.h
 * Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
 * Copyright 2011-2019 Pascal Quantin <pascal.quantin@gmail.com>
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 *
 * Ref 3GPP TS 36.355 version 15.2.0 Release 15
 * http://www.3gpp.org
 */

#ifndef PACKET_LPP_H
#define PACKET_LPP_H

#include "packet-lpp-exp.h"

#endif  /* PACKET_LPP_H */