Fix typo in DVB-S2 dissector: s/lable/label/.

svn path=/trunk/; revision=48547
This commit is contained in:
Evan Huus 2013-03-25 12:40:37 +00:00
parent a1133d2fdd
commit 7097d6465b
1 changed files with 5 additions and 5 deletions

View File

@ -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",