let asn2eth autogenerate the PDU callback wrappers instead of defining them manually
[metze/wireshark/wip.git] / epan / dissectors / packet-x509ce.h
1 /* Do not modify this file.                                                   */
2 /* It is created automatically by the ASN.1 to Ethereal dissector compiler    */
3 /* ./packet-x509ce.h                                                          */
4 /* ../../tools/asn2eth.py -X -b -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn */
5
6 /* Input file: packet-x509ce-template.h */
7
8 /* packet-x509ce.h
9  * Routines for X.509 Certificate Extensions packet dissection
10  *
11  * $Id: packet-x509ce-template.h,v 1.1 2004/05/24 08:42:29 sahlberg Exp $
12  *
13  * Ethereal - Network traffic analyzer
14  * By Gerald Combs <gerald@ethereal.com>
15  * Copyright 1998 Gerald Combs
16  *
17  * This program is free software; you can redistribute it and/or
18  * modify it under the terms of the GNU General Public License
19  * as published by the Free Software Foundation; either version 2
20  * of the License, or (at your option) any later version.
21  *
22  * This program is distributed in the hope that it will be useful,
23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25  * GNU General Public License for more details.
26  *
27  * You should have received a copy of the GNU General Public License
28  * along with this program; if not, write to the Free Software
29  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
30  */
31
32 #ifndef PACKET_X509CE_H
33 #define PACKET_X509CE_H
34
35
36 /*--- Included file: packet-x509ce-exp.h ---*/
37
38 int dissect_x509ce_GeneralNames(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
39
40 /*--- End of included file: packet-x509ce-exp.h ---*/
41
42
43 #endif  /* PACKET_X509CE_H */
44