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