The "ptr_u" unions no longer have a "next" pointer - they now just have
[metze/wireshark/wip.git] / packet-ncp2222.inc
2003-12-03 Guy HarrisThe "ptr_u" unions no longer have a "next" pointer...
2003-12-02 Guy HarrisFrom Didier Gautheron: put an "fvalue_t" structure...
2003-11-24 Guy HarrisMake the recent epan/proto.{c,h} change compile.
2003-10-23 Guy HarrisNon-NCP_SERVICE_REQUEST packets don't have a subfunction.
2003-09-25 Guy HarrisIn "nds_defrag()", handle "request_value->ncp_rec"...
2003-09-24 Guy HarrisCreate a protocol tree if we don't have one, we're...
2003-09-23 Guy HarrisFrom Greg Morris: get the request data before using...
2003-09-23 Guy HarrisFrom Greg Morris: properly initialize request_value...
2003-09-20 Guy HarrisFrom Greg Morris: update the Info column even if we...
2003-08-28 Gilbert RamirezFix signed/unsigned comparison warning.
2003-08-25 Guy HarrisFrom Greg Morris:
2003-07-25 Gilbert RamirezFix signed/unsigned comparison warnings.
2003-07-21 Guy HarrisUse "val_to_str()" to translate NDS verb numbers to...
2003-04-25 Guy HarrisFrom Greg Morris:
2003-04-09 Guy HarrisClean up the handling of the completion code.
2003-04-08 Guy HarrisFrom Greg Morris: update the introductory comment,...
2003-02-25 Guy HarrisFrom Greg Morris: don't delete the EID hash table after...
2003-02-19 Guy HarrisUpdates from Greg Morris:
2003-02-08 Guy HarrisThe hour and minute fields of times go from 0 to 23...
2003-01-22 Ronnie SahlbergKeep track of and display the time between Call and...
2003-01-06 Guy HarrisFix up the display of the "ncp.nds_time_filter" field.
2002-12-02 Guy HarrisDon't cast away constness, and fix variable and structu...
2002-10-22 Guy HarrisPut in a note about the completion code not appearing...
2002-10-21 Guy HarrisFrom Greg Morris:
2002-10-19 Guy HarrisGet rid of all places where "vstring" is set to point...
2002-10-19 Guy HarrisFrom Greg Morris: put a buffer into "nw_uni_t", and...
2002-10-16 Guy HarrisClean up white space.
2002-10-16 Guy HarrisUse #defines for multivalue types.
2002-10-16 Guy HarrisMake some counters 32-bit, as the upper limit on the...
2002-10-16 Guy HarrisUse #defines for vtype values, rather than numbers.
2002-10-16 Guy HarrisMake arrays of "nds_val" structures rather than declari...
2002-10-15 Guy HarrisFully initialize an ncp_req_hash_value after allocating it.
2002-10-15 Guy HarrisWe'll be building a protocol tree for all NDS Ping...
2002-10-15 Guy HarrisSet the "req_nds_flags" field for an NDS Ping request...
2002-10-14 Guy HarrisCreate the temporary tree if we're *not* building a...
2002-10-11 Guy HarrisMake the flag buffer in "dissect_ping_req()" large...
2002-10-11 Guy HarrisNote that "dissect_ping_req()" duplicates a bunch of...
2002-10-10 Guy HarrisFix some spelling errors.
2002-10-10 Guy HarrisRename "ncp.nds_string" to "ncp.nds_tree_name", as...
2002-10-10 Guy HarrisFix up the handling of bitfields in NDS messages -...
2002-10-10 Guy Harris"proto_tree_add_string_format()" requires that the...
2002-10-10 Guy HarrisWhen deciding whether to put "NDS" into the protocol...
2002-10-10 Guy HarrisDon't attach the string for an NDS error to the complet...
2002-10-10 Guy Harris"#if 0" out the code in "get_string()", as it will...
2002-10-08 Guy HarrisFrom cjs 2895: get rid of C++ comments, so IBM's Visual...
2002-10-08 Guy HarrisMake some variables unsigned to remove some compiler...
2002-09-26 Jörg MayerWarning fixes for the ncp code by Greg Morris and J...
2002-09-25 Jörg MayerGreg Morris:
2002-09-22 Gerald CombsFix some (but not all) compiler warnings.
2002-09-22 Gerald CombsFrom Greg Morris: More NDS decodes.
2002-08-25 Guy HarrisNDS fragment handles are 32 bits, according to Greg...
2002-08-23 Guy HarrisGive the NDS Verb field a value_string table, so you...
2002-08-23 Guy HarrisNote to the person who checked in the previous change...
2002-08-23 Guy HarrisIn "dissect_nds_request()", if we already have a tree...
2002-08-23 Gilbert RamirezFrom Greg Morris:
2002-05-16 Guy HarrisMove the #defines for NCP packet types to "packet-ncp...
2002-05-16 Gilbert RamirezFor response packets, add a field showing the number...
2002-05-11 Guy HarrisPut in a note about date and time formats.
2002-05-09 Gilbert RamirezMerge the work in Novell_NCP_branch into the mainline...
2002-04-04 Gilbert RamirezRemove unused variable.
2002-01-10 Gilbert RamirezAllow NCP types to define bitfields. In order to implement
2002-01-05 Gilbert RamirezLong NCP traces can easily have many packets whose...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-09-03 Guy HarrisInstead of having a single datum attached to a conversa...
2001-06-28 Gilbert RamirezHandle a few of the NCP types from the traces sent...
2000-10-21 Guy HarrisSupport for conversations with "wildcard" destination...
2000-09-22 Gilbert RamirezMove #included C code from an *.h file to an *.inc...