Add missing break.

Don't fall through and re-dissect the control byte of an S frame as if
it were a UI frame.

Change-Id: I17cf12f920bf066f87f70be5efe78dc531beb3f9
Reviewed-on: https://code.wireshark.org/review/14284
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-03-02 01:41:51 -08:00
parent eb37018610
commit e8c763e950
1 changed files with 1 additions and 0 deletions

View File

@ -897,6 +897,7 @@ dissect_llcgprs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data
}
}
/* END MLT CHANGES */
break;
case UI_FORMAT:
/* nu and epm calculated before FCS check for UI frame */