ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9112] epan/follow.c - Incorrect "bytes missing in capture

Date: Fri, 06 Sep 2013 19:54:44 +0000

Comment # 2 on bug 9112 from
Anyway, about the 3 places where this (glong) conditional block is happening..
why not simply do e.g.
'if(acknowledged > lowest_seq)'
instead of
'if( (glong)(acknowledged - lowest_seq) > 0 )'?

Both types in all the 3 occurrences are the same [now guint32, I've checked,
and some times ago the same for gulong.. or not (-> gulong case)?]


You are receiving this mail because:
  • You are watching all bug changes.