Comment # 40
on bug 8279
from Guy Harris
(In reply to comment #39)
> Created attachment 12133 [details]
> [PATCH 1] Wiretap: Add support for Android Logcat
>
> "wth->phdr.ts.nsecs" and "wth->phdr.ts.secs" - both are signed... (Do you
> know, what is meaning of "signed bit" in this case?)
"These cases", not "this case".
In the case of ts.secs, it means "before January 1, 1970, 00:00:00 UTC".
In the case of ts.nsecs, it means "so what *is* the right value for 1
nanosecond before the Epoch?" I.e., we should check all time-handling code in
Wireshark to make sure we're handling the fractions-of-a-second field correctly
in the case where the seconds field is negative. (The way to handle it in
Wiretap might differ for different file formats.)
You are receiving this mail because:
- You are watching all bug changes.