aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_q1950.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-26 20:41:16 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-27 01:44:00 +0000
commit44693468b255f4005d006b88238c99c0ec315f08 (patch)
treeb05306749ec2b83e801362c1ef3ce6e4ab5a6972 /epan/dissectors/packet-h248_q1950.c
parentc28f280c1d2cd9674d2d72e6ab3cf0257c69229e (diff)
Fix a number of dup hf[] filter-names probably mostly resulting from cut/paste errs
Change-Id: Id658b9e1803b2f5b92e711a3ce981ff602333d98 Reviewed-on: https://code.wireshark.org/review/5513 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-h248_q1950.c')
-rw-r--r--epan/dissectors/packet-h248_q1950.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h248_q1950.c b/epan/dissectors/packet-h248_q1950.c
index 21446fc2d9..16e46399ad 100644
--- a/epan/dissectors/packet-h248_q1950.c
+++ b/epan/dissectors/packet-h248_q1950.c
@@ -499,7 +499,7 @@ void proto_register_q1950(void) {
FT_BYTES, BASE_NONE, NULL, 0, "This signal triggers the bearer control function to send bearer establishment signalling", HFILL }
},
{ &hf_h248_pkg_GB_ModBNC,
- { "Type", "h248.GB.BNCChang.Type",
+ { "Type", "h248.GB.BNCChang.ModBNC",
FT_BYTES, BASE_NONE, NULL, 0, "This signal triggers the bearer control function to send bearer modification", HFILL }
},
{ &hf_h248_pkg_GB_RelBNC,
@@ -515,7 +515,7 @@ void proto_register_q1950(void) {
FT_BYTES, BASE_NONE, NULL, 0, "The Release Cause is the value generated by the Released equipment", HFILL }
},
{ &hf_h248_pkg_GB_RelBNC_Reset,
- { "RelBNC", "h248.GB.BNCChang.RelBNC",
+ { "RelBNC", "h248.GB.BNCChang.RelBNC.Reset",
FT_BOOLEAN, BASE_NONE, NULL, 0x0, "This signal triggers the bearer control function to send bearer release", HFILL }
},