aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
AgeCommit message (Expand)AuthorFilesLines
2003-01-30The MemberType field in various bindery operations is 2 bytes, not 1guy1-8/+8
2003-01-22Keep track of and display the time between Call and Reply in NCP packets.sahlberg1-1/+6
2003-01-06"hf_nds_time_filter" is put into the tree as an integral value; make itguy1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-2/+2
2002-10-21From Greg Morris:guy1-20/+280
2002-10-10Fix some spelling errors.guy1-14/+14
2002-10-10Mark some fields as NDS fields.guy1-3/+3
2002-10-10Rename "ncp.nds_string" to "ncp.nds_tree_name", as it's not a genericguy1-10/+6
2002-09-26Warning fixes for the ncp code by Greg Morris and J�rg Mayer.jmayer1-1/+2
2002-09-25Greg Morris:jmayer1-5/+17
2002-09-22From Greg Morris: More NDS decodes.gerald1-513/+1725
2002-08-23Give the NDS Verb field a value_string table, so you can filter on itguy1-3/+83
2002-08-23From Greg Morris:gram1-53/+133
2002-06-26Put in a note about the two SAP number lists in this file and inguy1-1/+10
2002-06-24Update from Greg Morris.gram1-81/+155
2002-06-09Add in names for NDS verbs, from a list found by a Web search that foundguy1-5/+103
2002-06-07Fix the decode of NCP 8701.gram1-72/+86
2002-05-25Fix indentation of bitfield-checking code so that all variablesgram1-6/+7
2002-05-25Fix the bit value for "Last Access" in the ExtendedInfo bitmask, and addguy1-3/+4
2002-05-24Fix the definition of AllocateMode; it's only ever used as a 2-bytegram1-5/+5
2002-05-24Have bitfields check the type of bf_booleans inside of them, ensuringgram1-76/+100
2002-05-17Update from Greg Morris.gram1-365/+773
2002-05-17DirectoryBase should be a uint32.gram1-2/+2
2002-05-16Move the #defines for NCP packet types to "packet-ncp-int.h", and useguy1-1/+24
2002-05-16For response packets, add a field showing the number of the framegram1-1/+6
2002-05-15Add a comment about the Name Space field and its possible use toguy1-1/+11
2002-05-14Fix JobFileHandle and JobFileHandleLong.gram1-4/+3
2002-05-13Change the name under which variables are hashed during processing.gram1-6/+6
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram1-482/+10871
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-11From Guy Harris, after checking his Python code.gram1-8/+16
2002-01-10Allow NCP types to define bitfields. In order to implementgram1-87/+206
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-06-28Handle a few of the NCP types from the traces sent in by Pete,gram1-473/+636
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-7/+7
2001-06-02Changes to structure initializations not to initialize some but not allguy1-2/+2
2000-09-22Move #included C code from an *.h file to an *.inc file.gram1-2/+2
2000-09-06Fix offset bug in func 0x1737, and added code to automatically checkgram1-11/+45
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.gram1-7/+17
2000-08-22Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedgram1-7/+19
2000-08-09- make-reg-dotdeniel1-46/+46
2000-08-08Convert comments to docstrings.gram1-319/+329
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlygram1-0/+1406