aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
2003-01-22Keep track of and display the time between Call and Reply in NCP packets.sahlberg1-1/+18
2003-01-06Fix up the display of the "ncp.nds_time_filter" field.guy1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-14/+14
2002-10-22Put in a note about the completion code not appearing to be present inguy1-1/+7
2002-10-21From Greg Morris:guy1-155/+665
2002-10-19Get rid of all places where "vstring" is set to point to a null stringguy1-161/+17
2002-10-19From Greg Morris: put a buffer into "nw_uni_t", and make "get_string()"guy1-25/+10
2002-10-16Clean up white space.guy1-32/+50
2002-10-16Use #defines for multivalue types.guy1-69/+84
2002-10-16Make some counters 32-bit, as the upper limit on the loop in whichguy1-86/+86
2002-10-16Use #defines for vtype values, rather than numbers.guy1-262/+272
2002-10-16Make arrays of "nds_val" structures rather than declaring a bunch ofguy1-2765/+2130
2002-10-15Fully initialize an ncp_req_hash_value after allocating it.guy1-1/+4
2002-10-15We'll be building a protocol tree for all NDS Ping packets, so we canguy1-39/+35
2002-10-15Set the "req_nds_flags" field for an NDS Ping request regardless ofguy1-100/+90
2002-10-14Create the temporary tree if we're *not* building a protocol treeguy1-2/+2
2002-10-11Make the flag buffer in "dissect_ping_req()" large enough to hold theguy1-8/+7
2002-10-11Note that "dissect_ping_req()" duplicates a bunch of stuff inguy1-6/+10
2002-10-10Fix some spelling errors.guy1-50/+50
2002-10-10Rename "ncp.nds_string" to "ncp.nds_tree_name", as it's not a genericguy1-15/+10
2002-10-10Fix up the handling of bitfields in NDS messages - get rid of extraguy1-78/+74
2002-10-10"proto_tree_add_string_format()" requires that the string value beguy1-13/+16
2002-10-10When deciding whether to put "NDS" into the protocol field in the packetguy1-15/+17
2002-10-10Don't attach the string for an NDS error to the completion code - attachguy1-30/+8
2002-10-10"#if 0" out the code in "get_string()", as it will probably causeguy1-3/+15
2002-10-08From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compilerguy1-3/+3
2002-10-08Make some variables unsigned to remove some compiler warnings.guy1-3/+3
2002-09-26Warning fixes for the ncp code by Greg Morris and J�rg Mayer.jmayer1-25/+12
2002-09-25Greg Morris:jmayer1-49/+81
2002-09-22Fix some (but not all) compiler warnings.gerald1-10/+10
2002-09-22From Greg Morris: More NDS decodes.gerald1-112/+7267
2002-08-25NDS fragment handles are 32 bits, according to Greg Morris.guy1-7/+6
2002-08-23Give the NDS Verb field a value_string table, so you can filter on itguy1-302/+65
2002-08-23Note to the person who checked in the previous change: that's "alreadyguy1-2/+2
2002-08-23In "dissect_nds_request()", if we already have a tree into which to putguy1-3/+2
2002-08-23From Greg Morris:gram1-37/+504
2002-05-16Move the #defines for NCP packet types to "packet-ncp-int.h", and useguy1-7/+23
2002-05-16For response packets, add a field showing the number of the framegram1-1/+9
2002-05-11Put in a note about date and time formats.guy1-1/+17
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram1-55/+625
2002-04-04Remove unused variable.gram1-2/+1
2002-01-10Allow NCP types to define bitfields. In order to implementgram1-3/+49
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"gram1-13/+21
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-6/+6
2001-06-28Handle a few of the NCP types from the traces sent in by Pete,gram1-19/+84
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-4/+4
2000-09-22Move #included C code from an *.h file to an *.inc file.gram1-0/+261