aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
2003-12-22Don't call "nds_defrag()" for positive ACK packets.Guy Harris1-2/+19
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris1-2/+2
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-11/+11
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris1-2/+2
2003-10-23Non-NCP_SERVICE_REQUEST packets don't have a subfunction.Guy Harris1-14/+15
2003-09-25In "nds_defrag()", handle "request_value->ncp_rec" being null.Guy Harris1-6/+7
2003-09-24Create a protocol tree if we don't have one, we're constructing the InfoGuy Harris1-111/+96
2003-09-23From Greg Morris: get the request data before using it, if we don'tGuy Harris1-1/+16
2003-09-23From Greg Morris: properly initialize request_value->info_string usingGuy Harris1-5/+5
2003-09-20From Greg Morris: update the Info column even if we're not building aGuy Harris1-89/+107
2003-08-28Fix signed/unsigned comparison warning.Gilbert Ramirez1-4/+5
2003-08-25From Greg Morris:Guy Harris1-26/+291
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez1-3/+7
2003-07-21Use "val_to_str()" to translate NDS verb numbers to strings.Guy Harris1-158/+20
2003-04-25From Greg Morris:Guy Harris1-31/+87
2003-04-09Clean up the handling of the completion code.Guy Harris1-7/+8
2003-04-08From Greg Morris: update the introductory comment, fix the handlingGuy Harris1-6/+9
2003-02-25From Greg Morris: don't delete the EID hash table after the first pass,Guy Harris1-29/+20
2003-02-19Updates from Greg Morris:Guy Harris1-10/+270
2003-02-08The hour and minute fields of times go from 0 to 23 and 0 to 59, soGuy Harris1-3/+3
2003-01-22Keep track of and display the time between Call and Reply in NCP packets.Ronnie Sahlberg1-1/+18
2003-01-06Fix up the display of the "ncp.nds_time_filter" field.Guy Harris1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-14/+14
2002-10-22Put in a note about the completion code not appearing to be present inGuy Harris1-1/+7
2002-10-21From Greg Morris:Guy Harris1-155/+665
2002-10-19Get rid of all places where "vstring" is set to point to a null stringGuy Harris1-161/+17
2002-10-19From Greg Morris: put a buffer into "nw_uni_t", and make "get_string()"Guy Harris1-25/+10
2002-10-16Clean up white space.Guy Harris1-32/+50
2002-10-16Use #defines for multivalue types.Guy Harris1-69/+84
2002-10-16Make some counters 32-bit, as the upper limit on the loop in whichGuy Harris1-86/+86
2002-10-16Use #defines for vtype values, rather than numbers.Guy Harris1-262/+272
2002-10-16Make arrays of "nds_val" structures rather than declaring a bunch ofGuy Harris1-2765/+2130
2002-10-15Fully initialize an ncp_req_hash_value after allocating it.Guy Harris1-1/+4
2002-10-15We'll be building a protocol tree for all NDS Ping packets, so we canGuy Harris1-39/+35
2002-10-15Set the "req_nds_flags" field for an NDS Ping request regardless ofGuy Harris1-100/+90
2002-10-14Create the temporary tree if we're *not* building a protocol treeGuy Harris1-2/+2
2002-10-11Make the flag buffer in "dissect_ping_req()" large enough to hold theGuy Harris1-8/+7
2002-10-11Note that "dissect_ping_req()" duplicates a bunch of stuff inGuy Harris1-6/+10
2002-10-10Fix some spelling errors.Guy Harris1-50/+50
2002-10-10Rename "ncp.nds_string" to "ncp.nds_tree_name", as it's not a genericGuy Harris1-15/+10
2002-10-10Fix up the handling of bitfields in NDS messages - get rid of extraGuy Harris1-78/+74
2002-10-10"proto_tree_add_string_format()" requires that the string value beGuy Harris1-13/+16
2002-10-10When deciding whether to put "NDS" into the protocol field in the packetGuy Harris1-15/+17
2002-10-10Don't attach the string for an NDS error to the completion code - attachGuy Harris1-30/+8
2002-10-10"#if 0" out the code in "get_string()", as it will probably causeGuy Harris1-3/+15
2002-10-08From cjs 2895: get rid of C++ comments, so IBM's Visual Age C compilerGuy Harris1-3/+3
2002-10-08Make some variables unsigned to remove some compiler warnings.Guy Harris1-3/+3
2002-09-26Warning fixes for the ncp code by Greg Morris and J�rg Mayer.Jörg Mayer1-25/+12
2002-09-25Greg Morris:Jörg Mayer1-49/+81
2002-09-22Fix some (but not all) compiler warnings.Gerald Combs1-10/+10