aboutsummaryrefslogtreecommitdiffstats
path: root/packet-time.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-03-20 22:52:48 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-03-20 22:52:48 +0000
commite29f2705bf4974fc5fbdc8fb3877d774cc86d18c (patch)
tree98d32c0fb8a29652085167d2cef6efc6e780eecb /packet-time.c
parenta56b23acd8cfefb2f0743c3f1492f15f8b73caa2 (diff)
downloadwireshark-e29f2705bf4974fc5fbdc8fb3877d774cc86d18c.tar.gz
wireshark-e29f2705bf4974fc5fbdc8fb3877d774cc86d18c.tar.bz2
wireshark-e29f2705bf4974fc5fbdc8fb3877d774cc86d18c.zip
Change dfilter_init() to check for empty-string abbreviations and for
duplicate abbreviations. All mods to packet-*.c files are fixes to remove those cases. svn path=/trunk/; revision=1733
Diffstat (limited to 'packet-time.c')
-rw-r--r--packet-time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-time.c b/packet-time.c
index 279d8f52c3..1c6791c327 100644
--- a/packet-time.c
+++ b/packet-time.c
@@ -5,7 +5,7 @@
* Craig Newell <CraigN@cheque.uq.edu.au>
* RFC2347 TIME Option Extension
*
- * $Id: packet-time.c,v 1.2 2000/03/06 20:04:53 guy Exp $
+ * $Id: packet-time.c,v 1.3 2000/03/20 22:52:48 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -74,7 +74,7 @@ proto_register_time(void)
static hf_register_info hf[] = {
{ &hf_time_time,
- { "Time", "time",
+ { "Time", "time.time",
FT_UINT32, BASE_DEC, NULL, 0x0,
"Seconds since 00:00 (midnight) 1 January 1900 GMT" }}
};