1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
4 /* ../../tools/asn2wrs.py -p h323 -c ./h323.cnf -s ./packet-h323-template -D . -O ../../epan/dissectors RAS-PROTOCOL-TUNNEL.asn ROBUSTNESS-DATA.asn */
6 /* Input file: packet-h323-template.h */
8 #line 1 "../../asn1/h323/packet-h323-template.h"
10 * Routines for H.235 packet dissection
15 * Wireshark - Network traffic analyzer
16 * By Gerald Combs <gerald@wireshark.org>
17 * Copyright 1998 Gerald Combs
19 * This program is free software; you can redistribute it and/or
20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version 2
22 * of the License, or (at your option) any later version.
24 * This program is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * GNU General Public License for more details.
29 * You should have received a copy of the GNU General Public License
30 * along with this program; if not, write to the Free Software
31 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
37 /* Generic Extensible Framework */
39 #define GEF_CTX_SIGNATURE 0x47454658 /* "GEFX" */
41 typedef struct _gef_ctx_t
{
43 struct _gef_ctx_t
*parent
;
46 FeatureDescriptor/<id>
50 MULTIMEDIA-SYSTEM-CONTROL
51 GenericInformation/<id>[-<subid>]
53 GenericMessage/<id>[-<subid>]
55 GenericCapability/<id>
68 extern gef_ctx_t
* gef_ctx_alloc(gef_ctx_t
*parent
, const gchar
*type
);
69 extern gboolean
gef_ctx_check_signature(gef_ctx_t
*gefx
);
70 extern gef_ctx_t
* gef_ctx_get(void *ptr
);
71 extern void gef_ctx_update_key(gef_ctx_t
*gefx
);
73 #endif /* PACKET_H323_H */