Ethereal-dev: Re: [ethereal-dev] no 64 bit support, gryphon plugin

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 9 Aug 2000 15:04:52 -0700 (PDT)
> Can Gryphon be made to do a perhaps-less-than-ideal dissection without
> 64-bit integer support,

It appears that it could; you could have "resp_time()" just display the
time stamp as hex, rather than as a date and a time.

(BTW, this indicates that we should provide "pntohll()" and "phtonll()"
routines, and tvbuff versions of them, at least on platforms where we
have "gint64" and "guint64".)