aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/lcsap/packet-lcsap-template.h
blob: d45cbcf794787dbac2fd28413c4a9d676f914e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* packet-lcsap.c
 * Routines for LCS-AP packet dissembly.
 *
 * Copyright (c) 2011 by Spenser Sheng <spenser.sheng@ericsson.com>
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1999 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 * References:
 * ETSI TS 129 171 V9.2.0 (2010-10)
 */

#ifndef PACKET_LCSAP_H
#define PACKET_LCSAP_H

#include "packet-lcsap-exp.h"

#endif  /* PACKET_LCSAP_H */