diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-02-05 19:03:51 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-02-05 19:03:51 +0000 |
commit | da5c649bbc779ae667b9ec0eb3fcd88907256abf (patch) | |
tree | e37ca77b210fff807790cab87b84a591e88cdf92 /ncp2222.py | |
parent | 7b77fdec833baef25ac1f7a8d41e9b65e0b527db (diff) | |
download | wireshark-da5c649bbc779ae667b9ec0eb3fcd88907256abf.tar.gz wireshark-da5c649bbc779ae667b9ec0eb3fcd88907256abf.tar.bz2 wireshark-da5c649bbc779ae667b9ec0eb3fcd88907256abf.zip |
An object of type 0x5555 is apparently a "Site Lock".
svn path=/trunk/; revision=7080
Diffstat (limited to 'ncp2222.py')
-rwxr-xr-x | ncp2222.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ncp2222.py b/ncp2222.py index 33079f6d60..02315781a7 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.44 2003/02/05 06:24:30 guy Exp $ +$Id: ncp2222.py,v 1.45 2003/02/05 19:03:51 guy Exp $ Copyright (c) 2000-2002 by Gilbert Ramirez <gram@alumni.rice.edu> @@ -3093,8 +3093,8 @@ ObjectType = val_string16("object_type", "Object Type", [ [ 0x07a7, "Backup Exec Job Queue" ], [ 0x07a8, "Backup Exec Job Manager" ], [ 0x07a9, "Backup Exec Job Service" ], + [ 0x5555, "Site Lock" ], [ 0x8202, "NDPS Broker" ], - ]) OCRetFlags = val_string8("o_c_ret_flags", "Open Create Return Flags", [ [ 0x00, "No CallBack has been registered (No Op-Lock)" ], |