aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
AgeCommit message (Expand)AuthorFilesLines
2003-02-19Updates from Greg Morris:Guy Harris1-74/+159
2003-02-11The Novell Web site's information for Scan Directory Disk Space appearsGuy Harris1-5/+6
2003-02-08Update URLs for NCP documentation.Guy Harris1-4/+5
2003-02-080xff00 is a valid completion code for Keyed Object Login requests.Guy Harris1-2/+2
2003-02-08Make the request frame number field an FT_FRAMENUM.Guy Harris1-3/+3
2003-02-08Fix a typo in the "Defined Name Spaces" field name.Guy Harris1-14/+24
2003-02-08Force the endianness of the dates and times in DirectoryInstance andGuy Harris1-18/+13
2003-02-05The "Subdirectory" bit in search attributes means "subdirectories only",Guy Harris1-41/+17
2003-02-05Various XXXDirectoryID values always appear to be big-endian (includingGuy Harris1-39/+79
2003-02-05An object of type 0x5555 is apparently a "Site Lock".Guy Harris1-2/+2
2003-02-05FileSize appears to be big-endian in DOSFileEntryStruct and FileInstanceGuy Harris1-9/+37
2003-01-30The MemberType field in various bindery operations is 2 bytes, not 1Guy Harris1-8/+8
2003-01-22Keep track of and display the time between Call and Reply in NCP packets.Ronnie Sahlberg1-1/+6
2003-01-06"hf_nds_time_filter" is put into the tree as an integral value; make itGuy Harris1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-2/+2
2002-10-21From Greg Morris:Guy Harris1-20/+280
2002-10-10Fix some spelling errors.Guy Harris1-14/+14
2002-10-10Mark some fields as NDS fields.Guy Harris1-3/+3
2002-10-10Rename "ncp.nds_string" to "ncp.nds_tree_name", as it's not a genericGuy Harris1-10/+6
2002-09-26Warning fixes for the ncp code by Greg Morris and J�rg Mayer.Jörg Mayer1-1/+2
2002-09-25Greg Morris:Jörg Mayer1-5/+17
2002-09-22From Greg Morris: More NDS decodes.Gerald Combs1-513/+1725
2002-08-23Give the NDS Verb field a value_string table, so you can filter on itGuy Harris1-3/+83
2002-08-23From Greg Morris:Gilbert Ramirez1-53/+133
2002-06-26Put in a note about the two SAP number lists in this file and inGuy Harris1-1/+10
2002-06-24Update from Greg Morris.Gilbert Ramirez1-81/+155
2002-06-09Add in names for NDS verbs, from a list found by a Web search that foundGuy Harris1-5/+103
2002-06-07Fix the decode of NCP 8701.Gilbert Ramirez1-72/+86
2002-05-25Fix indentation of bitfield-checking code so that all variablesGilbert Ramirez1-6/+7
2002-05-25Fix the bit value for "Last Access" in the ExtendedInfo bitmask, and addGuy Harris1-3/+4
2002-05-24Fix the definition of AllocateMode; it's only ever used as a 2-byteGilbert Ramirez1-5/+5
2002-05-24Have bitfields check the type of bf_booleans inside of them, ensuringGilbert Ramirez1-76/+100
2002-05-17Update from Greg Morris.Gilbert Ramirez1-365/+773
2002-05-17DirectoryBase should be a uint32.Gilbert Ramirez1-2/+2
2002-05-16Move the #defines for NCP packet types to "packet-ncp-int.h", and useGuy Harris1-1/+24
2002-05-16For response packets, add a field showing the number of the frameGilbert Ramirez1-1/+6
2002-05-15Add a comment about the Name Space field and its possible use toGuy Harris1-1/+11
2002-05-14Fix JobFileHandle and JobFileHandleLong.Gilbert Ramirez1-4/+3
2002-05-13Change the name under which variables are hashed during processing.Gilbert Ramirez1-6/+6
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-482/+10871
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-11From Guy Harris, after checking his Python code.Gilbert Ramirez1-8/+16
2002-01-10Allow NCP types to define bitfields. In order to implementGilbert Ramirez1-87/+206
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-06-28Handle a few of the NCP types from the traces sent in by Pete,Gilbert Ramirez1-473/+636
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-06-02Changes to structure initializations not to initialize some but not allGuy Harris1-2/+2
2000-09-22Move #included C code from an *.h file to an *.inc file.Gilbert Ramirez1-2/+2
2000-09-06Fix offset bug in func 0x1737, and added code to automatically checkGilbert Ramirez1-11/+45
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-7/+17