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 */
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
{
25 bool oid_is_present
; /* Is the Application Context Version present */
26 const void * objectApplicationId_oid
;
29 char *TransactionID_str
;
30 struct { /* "dynamic" data */
43 int32_t OperationCode_national
;
44 int32_t OperationCode_private
;
45 proto_item
*OperationCode_item
;
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 */