aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-16 22:07:03 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-16 22:07:03 +0000
commit7bd379edb4db9b4cda4981f3c81c8f7028ba5054 (patch)
treeb1055286b24404aea8078ca2430dda80e1440964 /epan/dissectors/packet-h235.c
parentf4fba39033c57bb27e8c3bb202abd030c2f7aedd (diff)
Regenerate all asn2wrs generated dissectors.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index e79fe1be5e..e2cd10ed91 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-h235.c */
-/* ../../tools/asn2wrs.py -e -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn H235-SRTP.asn */
+/* ../../tools/asn2wrs.py -e -p h235 -c ./h235.cnf -s ./packet-h235-template -D . H235-SECURITY-MESSAGES.asn H235-SRTP.asn */
/* Input file: packet-h235-template.c */
@@ -1229,7 +1229,7 @@ void proto_register_h235(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"h235.SEQUENCE_OF_ProfileElement", HFILL }},
{ &hf_h235_profileInfo_item,
- { "profileInfo", "h235.profileInfo_item",
+ { "ProfileElement", "h235.ProfileElement",
FT_NONE, BASE_NONE, NULL, 0,
"h235.ProfileElement", HFILL }},
{ &hf_h235_elementID,
@@ -1377,7 +1377,7 @@ void proto_register_h235(void) {
FT_BYTES, BASE_HEX, NULL, 0,
"h235.OCTET_STRING", HFILL }},
{ &hf_h235_SrtpCryptoCapability_item,
- { "SrtpCryptoCapability", "h235.SrtpCryptoCapability_item",
+ { "SrtpCryptoInfo", "h235.SrtpCryptoInfo",
FT_NONE, BASE_NONE, NULL, 0,
"h235.SrtpCryptoInfo", HFILL }},
{ &hf_h235_cryptoSuite,
@@ -1393,7 +1393,7 @@ void proto_register_h235(void) {
FT_BOOLEAN, 8, NULL, 0,
"h235.BOOLEAN", HFILL }},
{ &hf_h235_SrtpKeys_item,
- { "SrtpKeys", "h235.SrtpKeys_item",
+ { "SrtpKeyParameters", "h235.SrtpKeyParameters",
FT_NONE, BASE_NONE, NULL, 0,
"h235.SrtpKeyParameters", HFILL }},
{ &hf_h235_masterKey,
@@ -1457,7 +1457,7 @@ void proto_register_h235(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"h235.SEQUENCE_OF_GenericData", HFILL }},
{ &hf_h235_newParameter_item,
- { "newParameter", "h235.newParameter_item",
+ { "GenericData", "h235.GenericData",
FT_NONE, BASE_NONE, NULL, 0,
"h225.GenericData", HFILL }},
{ &hf_h235_fecBeforeSrtp,