aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-10 23:41:27 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-10 23:41:27 +0000
commitcda87c4a519287e59bfde8b80f8bc4a925091175 (patch)
tree06f80defefff08af6f022c796f9d09befe331454 /ncp2222.py
parent15c6ff4f2f53e7c94e261b04c77787ab6c99178c (diff)
Mark some fields as NDS fields.
svn path=/trunk/; revision=6409
Diffstat (limited to 'ncp2222.py')
-rwxr-xr-xncp2222.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncp2222.py b/ncp2222.py
index a3d3af5bd7..430909cdcf 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.36 2002/10/10 23:32:01 guy Exp $
+$Id: ncp2222.py,v 1.37 2002/10/10 23:41:27 guy Exp $
Copyright (c) 2000-2002 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -6302,10 +6302,10 @@ proto_register_ncp2222(void)
{ "Completion Code", "ncp.completion_code", FT_UINT8, BASE_HEX, NULL, 0x0, "", HFILL }},
{ &hf_ncp_fragment_handle,
- { "Fragment Handle", "ncp.ndsfrag", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL }},
+ { "NDS Fragment Handle", "ncp.ndsfrag", FT_UINT32, BASE_HEX, NULL, 0x0, "", HFILL }},
{ &hf_ncp_fragment_size,
- { "Fragment Size", "ncp.ndsfragsize", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }},
+ { "NDS Fragment Size", "ncp.ndsfragsize", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }},
{ &hf_ncp_message_size,
{ "Message Size", "ncp.ndsmessagesize", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL }},