Fix hf_me (it is a 2 bits long field, not a boolean)

svn path=/trunk/; revision=45249
This commit is contained in:
Pascal Quantin 2012-10-02 07:20:31 +00:00
parent e46cf2a726
commit 4afd80511e
1 changed files with 1 additions and 1 deletions

View File

@ -7905,7 +7905,7 @@ proto_register_gsm_rlcmac(void)
},
{ &hf_me,
{ "ME", "gsm_rlcmac.me",
FT_BOOLEAN, BASE_NONE, TFS(&me_vals), 0x0,
FT_UINT8, BASE_DEC, VALS(me_vals), 0x0,
NULL, HFILL
}
},