Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-lcsap-template.h
1 /* packet-lcsap.c
2  * Routines for LCS-AP packet dissembly.
3  *
4  * Copyright (c) 2011 by Spenser Sheng <spenser.sheng@ericsson.com>
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1999 Gerald Combs
9  *
10  * SPDX-License-Identifier: GPL-2.0-or-later
11  * References:
12  * ETSI TS 129 171 V9.2.0 (2010-10)
13  */
14 
15 #ifndef PACKET_LCSAP_H
16 #define PACKET_LCSAP_H
17 
18 #include "packet-lcsap-exp.h"
19 
20 #endif /* PACKET_LCSAP_H */