Fix for bug 1244:

hf_isup_event_ind contains incorrect fieldbase.

svn path=/trunk/; revision=22760
This commit is contained in:
Jaap Keuter 2007-08-31 05:37:43 +00:00
parent b57c83f6eb
commit 1a8fb7a459
1 changed files with 1 additions and 1 deletions

View File

@ -7611,7 +7611,7 @@ proto_register_isup(void)
{ &hf_isup_event_ind,
{ "Event indicator", "isup.event_ind",
FT_UINT8, 8, VALS(isup_event_ind_value), GFEDCBA_8BIT_MASK,
FT_UINT8, BASE_DEC, VALS(isup_event_ind_value), GFEDCBA_8BIT_MASK,
"", HFILL }},
{ &hf_isup_event_presentation_restricted_ind,