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: Brian Oleksa <oleksab@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Jan 2010 14:09:08 -0500
Guy

It points to the actual byte that I am at (which is the beginning of the 8 bytes that I need for time).

Does this help..??

Thanks,
Brian



Guy Harris wrote:
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?
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe