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 h323 -c ./h323.cnf -s ./packet-h323-template -D . -O ../.. RAS-PROTOCOL-TUNNEL.asn ROBUSTNESS-DATA.asn */
7 * Routines for H.235 packet dissection
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
20 /* Generic Extensible Framework */
22 #define GEF_CTX_SIGNATURE 0x47454658 /* "GEFX" */
24 typedef struct _gef_ctx_t
{
26 struct _gef_ctx_t
*parent
;
29 FeatureDescriptor/<id>
33 MULTIMEDIA-SYSTEM-CONTROL
34 GenericInformation/<id>[-<subid>]
36 GenericMessage/<id>[-<subid>]
38 GenericCapability/<id>
51 extern gef_ctx_t
* gef_ctx_alloc(wmem_allocator_t
*pool
, gef_ctx_t
*parent
, const char *type
);
52 extern bool gef_ctx_check_signature(gef_ctx_t
*gefx
);
53 extern gef_ctx_t
* gef_ctx_get(void *ptr
);
54 extern void gef_ctx_update_key(wmem_allocator_t
*pool
, gef_ctx_t
*gefx
);
56 #endif /* PACKET_H323_H */