aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
Commit message (Expand)AuthorAgeFilesLines
* Put in a note about the two SAP number lists in this file and inGuy Harris2002-06-261-1/+10
* Update from Greg Morris.Gilbert Ramirez2002-06-241-81/+155
* Add in names for NDS verbs, from a list found by a Web search that foundGuy Harris2002-06-091-5/+103
* Fix the decode of NCP 8701.Gilbert Ramirez2002-06-071-72/+86
* Fix indentation of bitfield-checking code so that all variablesGilbert Ramirez2002-05-251-6/+7
* Fix the bit value for "Last Access" in the ExtendedInfo bitmask, and addGuy Harris2002-05-251-3/+4
* Fix the definition of AllocateMode; it's only ever used as a 2-byteGilbert Ramirez2002-05-241-5/+5
* Have bitfields check the type of bf_booleans inside of them, ensuringGilbert Ramirez2002-05-241-76/+100
* Update from Greg Morris.Gilbert Ramirez2002-05-171-365/+773
* DirectoryBase should be a uint32.Gilbert Ramirez2002-05-171-2/+2
* Move the #defines for NCP packet types to "packet-ncp-int.h", and useGuy Harris2002-05-161-1/+24
* For response packets, add a field showing the number of the frameGilbert Ramirez2002-05-161-1/+6
* Add a comment about the Name Space field and its possible use toGuy Harris2002-05-151-1/+11
* Fix JobFileHandle and JobFileHandleLong.Gilbert Ramirez2002-05-141-4/+3
* Change the name under which variables are hashed during processing.Gilbert Ramirez2002-05-131-6/+6
* Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2002-05-091-482/+10871
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* From Guy Harris, after checking his Python code.Gilbert Ramirez2002-01-111-8/+16
* Allow NCP types to define bitfields. In order to implementGilbert Ramirez2002-01-101-87/+206
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Handle a few of the NCP types from the traces sent in by Pete,Gilbert Ramirez2001-06-281-473/+636
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* Changes to structure initializations not to initialize some but not allGuy Harris2001-06-021-2/+2
* Move #included C code from an *.h file to an *.inc file.Gilbert Ramirez2000-09-221-2/+2
* Fix offset bug in func 0x1737, and added code to automatically checkGilbert Ramirez2000-09-061-11/+45
* Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez2000-08-301-7/+17
* Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedGilbert Ramirez2000-08-221-7/+19
* - make-reg-dotLaurent Deniel2000-08-091-46/+46
* Convert comments to docstrings.Gilbert Ramirez2000-08-081-319/+329
* Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez2000-07-281-0/+1406