aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-06 02:10:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-06 02:10:54 +0000
commit22667240e54af458f8dfd23c02599fbec8ae10ca (patch)
tree0cbe8293af45358cd0ba8ee16487635f07f2484f /ncp2222.py
parent705bf9a6cbb535031a4f5ecdfca1adbc10b8c88f (diff)
"hf_nds_time_filter" is put into the tree as an integral value; make it
one. svn path=/trunk/; revision=6851
Diffstat (limited to 'ncp2222.py')
-rwxr-xr-xncp2222.py4
1 files changed, 2 insertions, 2 deletions
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 <gram@alumni.rice.edu>
@@ -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 }},