diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-05-11 23:04:53 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-05-11 23:04:53 +0000 |
commit | d64506ff6d3796c95d83fe62d4b368e90d4b7eb6 (patch) | |
tree | bf388a2bb7c298d086abf262bf02d50f0c413a51 /packet-ncp2222.inc | |
parent | 3479848f3f2f5b6e752125c10d736e29a0601f5e (diff) | |
download | wireshark-d64506ff6d3796c95d83fe62d4b368e90d4b7eb6.tar.gz wireshark-d64506ff6d3796c95d83fe62d4b368e90d4b7eb6.tar.bz2 wireshark-d64506ff6d3796c95d83fe62d4b368e90d4b7eb6.zip |
Put in a note about date and time formats.
svn path=/trunk/; revision=5451
Diffstat (limited to 'packet-ncp2222.inc')
-rw-r--r-- | packet-ncp2222.inc | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/packet-ncp2222.inc b/packet-ncp2222.inc index efbdc6fb53..22ad6c8706 100644 --- a/packet-ncp2222.inc +++ b/packet-ncp2222.inc @@ -7,7 +7,7 @@ * * Gilbert Ramirez <gram@alumni.rice.edu> * - * $Id: packet-ncp2222.inc,v 1.10 2002/05/09 23:50:25 gram Exp $ + * $Id: packet-ncp2222.inc,v 1.11 2002/05/11 23:04:53 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -251,6 +251,22 @@ get_item_name(proto_item *item) typedef proto_item* (*padd_func_t)(ptvcursor_t*, const ptvc_record*); +/* + * XXX - are these just DOS-format dates and times? + * + * Should we put code to understand various date and time formats (UNIX, + * DOS, SMB weird mutant UNIX, NT, Mac, etc. into libethereal, and have + * the "display" member of an HF_ABSOLUTE_TIME field specify whether + * it's DOS date/DOS time, DOS time/DOS date, NT time, UNIX time_t, + * UNIX "struct timeval", NFSv3/NFSv4 seconds/nanoseconds, Mac, etc.? + * + * What about hijacking the "bitmask" field to specify the precision of + * the time stamp, or putting a combination of precision and format + * into the "display" member? + * + * What about relative times? Should they have units (seconds, milliseconds, + * microseconds, nanoseconds, etc.), precision, and format in there? + */ typedef struct { guint year; guint month; |