https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7266
--- Comment #20 from Stephen Donnelly <stephen@xxxxxxxxxx> 2012-08-27 15:29:45 PDT ---
(In reply to comment #19)
> Hi,
>
> (In reply to comment #18)
> > Reopening for the change to reported ERF time stamp resolution (attachment
> > 8945 [details]).
>
> Michael Tüxen commited another fix in r44141 (comment #12).
> Is something broken in current HEAD? Like wrong timestamp when ERF saved as
> pcap-ng, or pcap-ng saved as ERF?
> Or this patch is just in case?
The divide by zero bug you fixed was caused by ERF reporting a ticks per second
value greater than 1.000.000.000 in its interface info structure.
Since when reading ERF into Wireshark we convert down to nanosecond resolution
there is no point reporting a higher resolution than this.
The patch just changes the reported resolution to nanoseconds. This is just in
case, not currently causing an exception.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.