aboutsummaryrefslogtreecommitdiffstats
path: root/packet-time.c
diff options
context:
space:
mode:
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 0321db2ae5..fbebe833a7 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.9 2000/11/19 08:54:10 guy Exp $
+ * $Id: packet-time.c,v 1.10 2001/01/03 06:55:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -86,7 +86,7 @@ proto_register_time(void)
&ett_time,
};
- proto_time = proto_register_protocol("Time Protocol", "time");
+ proto_time = proto_register_protocol("Time Protocol", "TIME", "time");
proto_register_field_array(proto_time, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}