aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-22Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedGilbert Ramirez1-7/+19
2000-08-09- make-reg-dotLaurent Deniel1-46/+46
2000-08-08Convert comments to docstrings.Gilbert Ramirez1-319/+329
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez1-0/+1406