Wireshark-bugs: [Wireshark-bugs] [Bug 9112] epan/follow.c - Incorrect "bytes missing in capture
Date: Mon, 11 Nov 2013 20:07:46 +0000

changed bug 9112

What Removed Added
Attachment #11940 Flags review_for_checkin? review_for_checkin+

Comment # 11 on bug 9112 from
Comment on attachment 11940 [details]
wraparound patch updated using GT_SEQ macro

Committed in revision 53257 with with small style changes to match the rest of
follow.c and added to backport list for 1.10.4.
1.8 branch should not exhibit the issue as sequence numbers are stored in
gulong variables (thus the cast to glong for the wrap detection). The casts
should have been updated to gint32 when the sequence number storage were
changed to guint32.


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