Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-ansi_tcap.h
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 -p ansi_tcap -c ./ansi_tcap.cnf -s ./packet-ansi_tcap-template -D . -O ../.. TCAP-Remote-Operations-Information-Objects.asn TCAPPackage.asn */
5 
6 /* Input file: packet-ansi_tcap-template.h */
7 
8 #line 1 "./asn1/ansi_tcap/packet-ansi_tcap-template.h"
9 /* packet-ansi_tcap.h
10  *
11  * Copyright 2007 Anders Broman <anders.broman@ericsson.com>
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 
21 #ifndef PACKET_ANSI_TCAP_H
22 #define PACKET_ANSI_TCAP_H
23 
24 #define ANSI_TCAP_CTX_SIGNATURE 0x41544341 /* "ATCA" */
25 
26 struct ansi_tcap_private_t {
27  guint32 signature;
28  gboolean oid_is_present; /* Is the Application Context Version present */
29  const void * objectApplicationId_oid;
30  guint32 session_id;
31  void * context;
32  gchar *TransactionID_str;
33  struct { /* "dynamic" data */
34  gint pdu;
35  /*
36  1 : invoke,
37  2 : returnResult,
38  3 : returnError,
39  4 : reject
40  */
41  gint OperationCode;
42  /*
43  0 : national,
44  1 : private
45  */
46  gint32 OperationCode_national;
47  gint32 OperationCode_private;
48  proto_item *OperationCode_item;
49  } d;
50 
51 };
52 
53 /*extern void add_ansi_tcap_subdissector(guint32 ssn, dissector_handle_t dissector);*/
54 
55 
56 /*extern void delete_ansi_tcap_subdissector(guint32 ssn, dissector_handle_t dissector);*/
57 
58 
59 #endif /* PACKET_ANSI_TCAP_H */
Definition: packet-ansi_tcap-template.h:18
Definition: proto.h:759