aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.h
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-04 09:35:25 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-04 09:35:25 +0000
commitc122e3999593ce71cc9adae74f03119c7e6d4223 (patch)
treef94d06201f1f3524613eee828b38eeeb7e0223f5 /epan/dissectors/packet-h235.h
parent728060ad8ceeeff2de59d30b56467803d9a3d7bc (diff)
- use tvb instead of offset and length in dissect_per_octet_string() for value returning
- asn2eth: #.FN_PARS support for OCTET STRING - usage of #.FN_PARS in h225 and h245 - h225: ParallelH245Control support - h245: better support of NonStandardParameter - usage of MAX_OID_STR_LEN constant - all PER dissectors regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14844 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h235.h')
-rw-r--r--epan/dissectors/packet-h235.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-h235.h b/epan/dissectors/packet-h235.h
index 83893ca605..af912f6b1d 100644
--- a/epan/dissectors/packet-h235.h
+++ b/epan/dissectors/packet-h235.h
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* ./packet-h235.h */
-/* ../../tools/asn2eth.py -X -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn */
+/* .\packet-h235.h */
+/* ../../tools/asn2eth.py -X -e -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn */
/* Input file: packet-h235-template.h */
@@ -36,8 +36,8 @@
/*--- Included file: packet-h235-exp.h ---*/
-extern const value_string AuthenticationMechanism_vals[];
-extern const value_string CryptoToken_vals[];
+extern const value_string h235_AuthenticationMechanism_vals[];
+extern const value_string h235_CryptoToken_vals[];
int dissect_h235_TimeStamp(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_h235_AuthenticationMechanism(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
int dissect_h235_ClearToken(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);