2 * Routines for 3GPP LTE Positioning Protocol A (LLPa) packet dissection
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
14 typedef struct _lppa_ctx_t
{
15 uint32_t message_type
;
16 uint32_t ProcedureCode
;
17 uint32_t ProtocolIE_ID
;
18 uint32_t ProtocolExtensionID
;
22 #include "packet-lppa-exp.h"
24 #endif /* PACKET_LPPA_H */
32 * indent-tabs-mode: nil
35 * ex: set shiftwidth=2 tabstop=8 expandtab:
36 * :indentSize=2:tabSize=8:noTabs=true: