diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-01-19 03:46:43 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-01-19 03:46:43 +0000 |
commit | 0353c5823ffbd1e049eee11d3dc522a9d208a9c1 (patch) | |
tree | 6ae2fd42dd8a643a3953aa79ce352427b0cceeed /dftest.c | |
parent | c19c7677fb6d672bf07d0988b37b7775472de590 (diff) | |
download | wireshark-0353c5823ffbd1e049eee11d3dc522a9d208a9c1.tar.gz wireshark-0353c5823ffbd1e049eee11d3dc522a9d208a9c1.tar.bz2 wireshark-0353c5823ffbd1e049eee11d3dc522a9d208a9c1.zip |
move timestamp format options from "View->Options" dialog into
menuitems under "View->Time Display Format".
renamed timestamp enum items e.g. from ABSOLUTE to TS_ABSOLUTE,
to prevent conflicting definitions with MSVC
svn path=/trunk/; revision=9729
Diffstat (limited to 'dftest.c')
-rw-r--r-- | dftest.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /* dftest.c.c * - * $Id: dftest.c,v 1.6 2003/08/18 18:35:21 guy Exp $ + * $Id: dftest.c,v 1.7 2004/01/19 03:46:41 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -58,7 +58,7 @@ #include "register.h" packet_info pi; -ts_type timestamp_type = RELATIVE; +ts_type timestamp_type = TS_RELATIVE; int main(int argc, char **argv) |