https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5770
--- Comment #22 from Guy Harris <guy@xxxxxxxxxxxx> 2011-03-23 10:58:33 PDT ---
> Does every OS's ping do this?
Every OS whose ping is adapted from Mike Muuss's ping probably does something
*like* that.
However, when I look at the Mac OS X ping, the structure is
struct tv32 {
u_int32_t tv32_sec;
u_int32_t tv32_usec;
};
as it is on FreeBSD, but when I look at the Solaris ping, it's just a "struct
timeval", which might have a 64-bit seconds field, so I don't know whether
there's a guarantee that you have the exact same structure in all ping packets.
I don't know whether Windows' ping is based on Muuss's ping or not; it's not
GPLed, so it might be, but no guarantees.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.