From 22667240e54af458f8dfd23c02599fbec8ae10ca Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 6 Jan 2003 02:10:54 +0000 Subject: "hf_nds_time_filter" is put into the tree as an integral value; make it one. svn path=/trunk/; revision=6851 --- ncp2222.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ncp2222.py') diff --git a/ncp2222.py b/ncp2222.py index 759d2be236..b1f3dee5be 100755 --- a/ncp2222.py +++ b/ncp2222.py @@ -24,7 +24,7 @@ http://developer.novell.com/ndk/doc/docui/index.htm#../ncp/ncp__enu/data/ for a badly-formatted HTML version of the same PDF. -$Id: ncp2222.py,v 1.40 2002/12/02 23:43:25 guy Exp $ +$Id: ncp2222.py,v 1.41 2003/01/06 02:10:54 guy Exp $ Copyright (c) 2000-2002 by Gilbert Ramirez @@ -7266,7 +7266,7 @@ proto_register_ncp2222(void) { "Class Filter", "ncp.nds_class_filter", FT_STRING, BASE_NONE, NULL, 0x0, "", HFILL }}, { &hf_nds_time_filter, - { "Time Filter", "ncp.nds_time_filter", FT_STRING, BASE_NONE, NULL, 0x0, "", HFILL }}, + { "Time Filter", "ncp.nds_time_filter", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }}, { &hf_nds_partition_root_id, { "Partition Root ID", "ncp.nds_partition_root_id", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL }}, -- cgit v1.2.3