Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-ansi_tcap.h
blobbb511cb52e1c36a9bae08a50147a0712b2fa140c
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-ansi_tcap.h */
4 /* asn2wrs.py -b -q -L -p ansi_tcap -c ./ansi_tcap.cnf -s ./packet-ansi_tcap-template -D . -O ../.. TCAP-Remote-Operations-Information-Objects.asn TCAPPackage.asn */
6 /* packet-ansi_tcap.h
8 * Copyright 2007 Anders Broman <anders.broman@ericsson.com>
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <gerald@wireshark.org>
12 * Copyright 1998 Gerald Combs
14 * SPDX-License-Identifier: GPL-2.0-or-later
18 #ifndef PACKET_ANSI_TCAP_H
19 #define PACKET_ANSI_TCAP_H
21 #define ANSI_TCAP_CTX_SIGNATURE 0x41544341 /* "ATCA" */
23 struct ansi_tcap_private_t {
24 uint32_t signature;
25 bool oid_is_present; /* Is the Application Context Version present */
26 const void * objectApplicationId_oid;
27 uint32_t session_id;
28 void * context;
29 char *TransactionID_str;
30 struct { /* "dynamic" data */
31 int pdu;
33 1 : invoke,
34 2 : returnResult,
35 3 : returnError,
36 4 : reject
38 int OperationCode;
40 0 : national,
41 1 : private
43 int32_t OperationCode_national;
44 int32_t OperationCode_private;
45 proto_item *OperationCode_item;
46 } d;
50 /*extern void add_ansi_tcap_subdissector(uint32_t ssn, dissector_handle_t dissector);*/
53 /*extern void delete_ansi_tcap_subdissector(uint32_t ssn, dissector_handle_t dissector);*/
56 #endif /* PACKET_ANSI_TCAP_H */