bugfix to a bug reported by Ian Schorr:
[obnox/wireshark/wip.git] / packet-h235.h
1 /* Do not modify this file.                                                   */
2 /* It is created automatically by the ASN.1 to Ethereal dissector compiler    */
3 /* packet-h235.h                                                              */
4 /* ../../tools/asn2eth.py -X -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn */
5
6 /* Input file: packet-h235-template.h */
7 /* Include files: packet-h235-exp.h, packet-h235-valexp.h */
8
9 /* packet-h235.h
10  * Routines for H.235 packet dissection
11  * 2004  Tomas Kukosa
12  *
13  * $Id: packet-h235.h,v 1.6 2004/06/24 21:50:04 sahlberg Exp $
14  *
15  * Ethereal - Network traffic analyzer
16  * By Gerald Combs <gerald@ethereal.com>
17  * Copyright 1998 Gerald Combs
18  *
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.
23  *
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.
28  *
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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
32  */
33
34 #ifndef PACKET_H235_H
35 #define PACKET_H235_H
36
37
38 /*--- Included file: packet-h235-exp.h ---*/
39
40 /* Do not modify this file.                                                   */
41 /* It is created automatically by the ASN.1 to Ethereal dissector compiler    */
42 /* packet-h235-exp.h                                                          */
43 /* ../../tools/asn2eth.py -X -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn */
44
45 extern const value_string AuthenticationMechanism_vals[];
46 extern const value_string CryptoToken_vals[];
47 int dissect_h235_TimeStamp(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
48 int dissect_h235_AuthenticationMechanism(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
49 int dissect_h235_ClearToken(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
50 int dissect_h235_SIGNEDxxx(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
51 int dissect_h235_ENCRYPTEDxxx(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
52 int dissect_h235_HASHEDxxx(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
53 int dissect_h235_CryptoToken(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
54
55 /*--- End of included file: packet-h235-exp.h ---*/
56
57
58 #endif  /* PACKET_H235_H */
59