Comment # 15
on bug 10503
from Pascal Quantin
(In reply to maximalmin from comment #14)
> I think my capture illustrates the bug is not necessarily related to
> Rollover.
>
> The hex of tcp sequence number of the Packet before [Reassembly error..]
> message is 0x00574862
> The hex of tcp sequence number of the packet with the [Reassembly error...]
> message is 0x0057496E
>
> So
>
> Abs Rel
> 0x00574862 5713513
> 0x0057496E 5713781
>
> Neither of those number appear to roll over ...
>
> Please investigate further.
Your bug is not related to this one and is a side effect of weak heuristic in
HiSLIP dissector (then messing with reassembly code) that I deactivated by
default in master (and I think I will backport it in 1.12.3).
You are receiving this mail because:
- You are watching all bug changes.