Fix a typo and a copy-and-pasteo.

Change-Id: I6688658698efb2588520f0ef3ffbe8e6e38aedec
Reviewed-on: https://code.wireshark.org/review/20215
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-02-20 13:26:04 -08:00
parent 3aa88877e0
commit 124807e59d
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ static int hf_bssgp_ec_gsm_iot = -1;
static int hf_bssgp_mocn = -1;
static int hf_bssgp_csps_coord = -1;
static int hf_bssgp_eDRX = -1;
static int hf_bssgp_dcn = 1;
static int hf_bssgp_dcn = -1;
static int hf_bssgp_gb_if = -1;
static int hf_bssgp_ps_ho = -1;
static int hf_bssgp_src_to_trg_transp_cont = -1;
@ -7115,7 +7115,7 @@ proto_register_bssgp(void)
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x40,
NULL, HFILL }
},
{ &hf_bssgp_eDRX,
{ &hf_bssgp_dcn,
{ "DCN(Dedicated Core Network)", "bssgp.dcn",
FT_BOOLEAN, 8, TFS(&tfs_supported_not_supported), 0x20,
NULL, HFILL }