Comment # 13
on bug 12568
from Dario Lombardo
(In reply to Matt Texier from comment #11)
> Hi Guys,
>
> with this it is much better :
>
> if (tot_flow_len >= 240)
> {
> len_16 = tvb_get_ntohs(tvb, offset);
> tot_flow_len = len_16 & 0x0FFF; /* remove most significant nibble */
> offset_len = 2;
> } else {
> offset_len = 1;
> }
>
> => my mistake, I push it gerrit now ...
>
> Cheers Matt.
This is the second revision of the patch I was going to send. But the error is
still present.
You are receiving this mail because:
- You are watching all bug changes.