aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-04-13 14:15:12 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-04-13 14:15:12 +0000
commit18808d7525c0f668c396b6ae9605212328648a35 (patch)
tree3311fbfd93113114da8e73025eca8cb91f12594b /epan/dissectors/packet-h235.h
parent5cd9f55eeb126df75494ef2c05541f6f3066bcb9 (diff)
H.235.7: MIKEY in H.323
svn path=/trunk/; revision=21406
Diffstat (limited to 'epan/dissectors/packet-h235.h')
-rw-r--r--epan/dissectors/packet-h235.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h235.h b/epan/dissectors/packet-h235.h
index 4c01325fee..ee901d3aa5 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 Wireshark dissector compiler */
-/* ./packet-h235.h */
-/* ../../tools/asn2wrs.py -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn */
+/* .\packet-h235.h */
+/* ../../tools/asn2wrs.py -e -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn H235-SRTP.asn */
/* Input file: packet-h235-template.h */
@@ -46,6 +46,8 @@ int dissect_h235_SIGNEDxxx(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _
int dissect_h235_ENCRYPTEDxxx(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_h235_HASHEDxxx(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_h235_CryptoToken(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_h235_SrtpCryptoCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_h235_SrtpKeys(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
/*--- End of included file: packet-h235-exp.h ---*/
#line 30 "packet-h235-template.h"