1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
4 /* asn2wrs.py -q -L -p lppa -c ./lppa.cnf -s ./packet-lppa-template -D . -O ../.. LPPA-CommonDataTypes.asn LPPA-Constants.asn LPPA-Containers.asn LPPA-IEs.asn LPPA-PDU-Contents.asn LPPA-PDU-Descriptions.asn */
7 * Routines for 3GPP LTE Positioning Protocol A (LLPa) packet dissection
9 * Wireshark - Network traffic analyzer
10 * By Gerald Combs <gerald@wireshark.org>
11 * Copyright 1998 Gerald Combs
13 * SPDX-License-Identifier: GPL-2.0-or-later
19 typedef struct _lppa_ctx_t
{
20 uint32_t message_type
;
21 uint32_t ProcedureCode
;
22 uint32_t ProtocolIE_ID
;
23 uint32_t ProtocolExtensionID
;
28 #endif /* PACKET_LPPA_H */
36 * indent-tabs-mode: nil
39 * ex: set shiftwidth=2 tabstop=8 expandtab:
40 * :indentSize=2:tabSize=8:noTabs=true: