aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dvb-s2-bb.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-25 12:40:37 +0000
committerEvan Huus <eapache@gmail.com>2013-03-25 12:40:37 +0000
commit7097d6465b398705da73d87235db4b9468b40422 (patch)
tree5ea91c648effa5bccb80948bbae37082322cd7d1 /epan/dissectors/packet-dvb-s2-bb.c
parenta1133d2fddd5c8d9d34be0e9928a153161388e2e (diff)
From Audric Schiltknecht via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8520
Fix typo in DVB-S2 dissector: s/lable/label/. svn path=/trunk/; revision=48547
Diffstat (limited to 'epan/dissectors/packet-dvb-s2-bb.c')
-rw-r--r--epan/dissectors/packet-dvb-s2-bb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dvb-s2-bb.c b/epan/dissectors/packet-dvb-s2-bb.c
index 65b1045f97..9a3851d4b6 100644
--- a/epan/dissectors/packet-dvb-s2-bb.c
+++ b/epan/dissectors/packet-dvb-s2-bb.c
@@ -521,11 +521,11 @@ static const true_false_string tfs_gse_ss = {
#define DVB_S2_GSE_HDR_LABELTYPE_MASK 0x3000
#define DVB_S2_GSE_HDR_LABELTYPE_POS1 13
#define DVB_S2_GSE_HDR_LABELTYPE_POS2 12
-static const value_string gse_labletype[] = {
+static const value_string gse_labeltype[] = {
{0, "6 byte"},
{1, "3 byte"},
{2, "0 byte (Broadcast)"},
- {3, "re-use last lable"},
+ {3, "re-use last label"},
{0, NULL}
};
@@ -1019,9 +1019,9 @@ void proto_register_dvb_s2_modeadapt(void)
"Stop Indicator", HFILL}
},
{&hf_dvb_s2_gse_hdr_labeltype, {
- "Lable Type", "dvb-s2_gse.hdr.labletype",
- FT_UINT16, BASE_HEX, VALS(gse_labletype), DVB_S2_GSE_HDR_LABELTYPE_MASK,
- "Lable Type Indicator", HFILL}
+ "Label Type", "dvb-s2_gse.hdr.labeltype",
+ FT_UINT16, BASE_HEX, VALS(gse_labeltype), DVB_S2_GSE_HDR_LABELTYPE_MASK,
+ "Label Type Indicator", HFILL}
},
{&hf_dvb_s2_gse_hdr_length, {
"Length", "dvb-s2_gse.hdr.length",