aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvbci.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2012-11-21 21:21:07 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2012-11-21 21:21:07 +0000
commit149880291e35e06e75bc2bce8e7287fb3ebfce67 (patch)
treea8e397911869d49c69aed14866e29ca2aadd4efd /epan/dissectors/packet-dvbci.c
parent715065609ba2ea099c6c2e7cb3a581c189779162 (diff)
fix copy&paste error
svn path=/trunk/; revision=46121
Diffstat (limited to 'epan/dissectors/packet-dvbci.c')
-rw-r--r--epan/dissectors/packet-dvbci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index da268a3cf4..0ebdd941ba 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -4934,7 +4934,7 @@ proto_register_dvbci(void)
FT_UINT8, BASE_HEX, VALS(dvbci_hc_status), 0, NULL, HFILL }
},
{ &hf_dvbci_hc_release_reply,
- { "Status field", "dvb-ci.hc.release_reply",
+ { "Release reply", "dvb-ci.hc.release_reply",
FT_UINT8, BASE_HEX, VALS(dvbci_hc_release_reply), 0, NULL, HFILL }
},
{ &hf_dvbci_resp_intv,