Comment # 12
on bug 12568
from [email protected]
(In reply to Matt Texier from comment #11)
> Hi Guys,
Hey,
>
> 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;
> }
cool, looks much better. thanks for the bugfix. ;)
>
> => my mistake, I push it gerrit now ...
No worries. We really appreciate your work and fast response.
Will this patch be included in tomorrows build for windows and OSX? This would
really make our live much easier. ;)
Cheers,
Martin
>
> Cheers Matt.
You are receiving this mail because:
- You are watching all bug changes.