aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
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,