/* packet-lcsap.c * Routines for LCS-AP packet dissembly. * * Copyright (c) 2011 by Spenser Sheng * * Wireshark - Network traffic analyzer * By Gerald Combs * 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 */