Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] getting the time

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 21 Jan 2010 11:04:53 -0800
On Jan 21, 2010, at 10:57 AM, Brian Oleksa wrote:

>                    if ((fieldsAvail & 2) != 0) {
>                        guint64 msecs_since_the_epoch;
>                        nstime_t t;
>                        msecs_since_the_epoch = *((guint64*) ptr);

What does "ptr" point to?