Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / lppa / packet-lppa-template.h
blobdafc19c4902c6a47edcd8d7d8c5ac38cfabe3385
1 /* packet-lppa.h
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
9 */
11 #ifndef PACKET_LPPA_H
12 #define PACKET_LPPA_H
14 typedef struct _lppa_ctx_t {
15 uint32_t message_type;
16 uint32_t ProcedureCode;
17 uint32_t ProtocolIE_ID;
18 uint32_t ProtocolExtensionID;
19 } lppa_ctx_t;
22 #include "packet-lppa-exp.h"
24 #endif /* PACKET_LPPA_H */
27 * Editor modelines
29 * Local Variables:
30 * c-basic-offset: 2
31 * tab-width: 8
32 * indent-tabs-mode: nil
33 * End:
35 * ex: set shiftwidth=2 tabstop=8 expandtab:
36 * :indentSize=2:tabSize=8:noTabs=true: