aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-01 22:30:14 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-01 22:30:14 +0000
commitfbb245bf42bb5658344089d6da6cfc2fb1d5645b (patch)
tree7b4756ec9a0e90f356c2066e7fc9c4ff4fd07cd2 /epan/dissectors/packet-h235.c
parent498e208eebc9b7b9051ddf8333e799db6e946801 (diff)
Regenerate all asn2wrs generated dissectors
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
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,