summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
commite375c3990afef53e911cdf3105f89aab4b47b7b7 (patch)
tree7b4756ec9a0e90f356c2066e7fc9c4ff4fd07cd2 /epan/dissectors/packet-h235.c
parent7ce0cd961e76ba84639236970a4eb9bd65e28657 (diff)
downloadwireshark-e375c3990afef53e911cdf3105f89aab4b47b7b7.tar.gz
Regenerate all asn2wrs generated dissectors
svn path=/trunk/; revision=26670
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index 2f81cc603d..3b0c1fe33d 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -1231,7 +1231,7 @@ void proto_register_h235(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"h235.SEQUENCE_OF_ProfileElement", HFILL }},
{ &hf_h235_profileInfo_item,
- { "Item", "h235.profileInfo_item",
+ { "profileInfo", "h235.profileInfo_item",
FT_NONE, BASE_NONE, NULL, 0,
"h235.ProfileElement", HFILL }},
{ &hf_h235_elementID,
@@ -1379,7 +1379,7 @@ void proto_register_h235(void) {
FT_BYTES, BASE_HEX, NULL, 0,
"h235.OCTET_STRING", HFILL }},
{ &hf_h235_SrtpCryptoCapability_item,
- { "Item", "h235.SrtpCryptoCapability_item",
+ { "SrtpCryptoCapability", "h235.SrtpCryptoCapability_item",
FT_NONE, BASE_NONE, NULL, 0,
"h235.SrtpCryptoInfo", HFILL }},
{ &hf_h235_cryptoSuite,
@@ -1395,7 +1395,7 @@ void proto_register_h235(void) {
FT_BOOLEAN, 8, NULL, 0,
"h235.BOOLEAN", HFILL }},
{ &hf_h235_SrtpKeys_item,
- { "Item", "h235.SrtpKeys_item",
+ { "SrtpKeys", "h235.SrtpKeys_item",
FT_NONE, BASE_NONE, NULL, 0,
"h235.SrtpKeyParameters", HFILL }},
{ &hf_h235_masterKey,
@@ -1459,7 +1459,7 @@ void proto_register_h235(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"h235.SEQUENCE_OF_GenericData", HFILL }},
{ &hf_h235_newParameter_item,
- { "Item", "h235.newParameter_item",
+ { "newParameter", "h235.newParameter_item",
FT_NONE, BASE_NONE, NULL, 0,
"h225.GenericData", HFILL }},
{ &hf_h235_fecBeforeSrtp,