| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -464/+464 |
* | Some cleanups and fixes from Guy: | Tim Potter | 2002-08-22 | 1 | -21/+8 |
* | Call dissect_nt_access_mask() instead of dissect_ndr_uint32() | Tim Potter | 2002-08-21 | 1 | -20/+470 |
* | The unknown uint32 in create user2 reply is an access granted mask. | Tim Potter | 2002-08-13 | 1 | -13/+55 |
* | Fix a return code in samr_dissect_query_information_domain_reply() | Tim Potter | 2002-08-07 | 1 | -5/+5 |
* | Update packet-dcerpc-samr.{c,h} to fix the names for the functions we now | Richard Sharpe | 2002-08-06 | 1 | -3/+24 |
* | From Joerg Mayer: add #includes of "snprintf.h" in modules that used | Guy Harris | 2002-07-16 | 1 | -1/+5 |
* | A small patch from Andrew Bartlett. | Richard Sharpe | 2002-07-06 | 1 | -3/+3 |
* | Fix up is_open and is_close arguments to dissect_nt_policy_hnd | Tim Potter | 2002-07-02 | 1 | -15/+9 |
* | Change each DCERPC dissector to pass in a hf value on initialisation | Tim Potter | 2002-06-24 | 1 | -2/+73 |
* | Removed some trailing commas from various DCERPC dissectors. | Tim Potter | 2002-05-31 | 1 | -4/+4 |
* | Changed toplevel REF pointer dissection to create a subtree. Not creating a s... | Ronnie Sahlberg | 2002-05-27 | 1 | -46/+48 |
* | In "dissect_nt_policy_hnd()": | Guy Harris | 2002-05-11 | 1 | -62/+68 |
* | Put in a comment noting that the previous change came from a real | Guy Harris | 2002-05-09 | 1 | -1/+5 |
* | As Ronnie Sahlberg notes, the problem is that the QueryDomainInfo | Guy Harris | 2002-05-09 | 1 | -14/+3 |
* | In at least one capture, a QueryDomainInfo response starts with what is, | Guy Harris | 2002-05-09 | 1 | -2/+13 |
* | Several bugfixes for SAMR | Ronnie Sahlberg | 2002-05-07 | 1 | -39/+15 |
* | Remove unused function. | Tim Potter | 2002-05-05 | 1 | -14/+3 |
* | From Joerg Mayer: mark unused arguments as such. | Guy Harris | 2002-05-04 | 1 | -5/+5 |
* | Get rid of some unused arguments, and mark some others as unused. | Guy Harris | 2002-04-30 | 1 | -4/+3 |
* | Use the string in the DCERPC sub-dissector array instead of providing | Tim Potter | 2002-04-30 | 1 | -409/+62 |
* | Un-#if out "samr_dissect_get_alias_membership_response()", to serve as a | Guy Harris | 2002-04-29 | 1 | -21/+2 |
* | Removal (or, at least, #ifdeffing out) of unused variables and | Guy Harris | 2002-04-29 | 1 | -5/+9 |
* | Fix "samr_dissect_query_information_alias_reply()" to dissect the | Guy Harris | 2002-04-22 | 1 | -15/+19 |
* | Fix an error in the "dcerpc_samr_dissectors[]" table. | Guy Harris | 2002-04-22 | 1 | -12/+20 |
* | Add a "proto_register_dcerpc_smb()" which registers ett_ values for | Guy Harris | 2002-04-18 | 1 | -10/+1 |
* | Display rids for open user, group, alias in COL_INFO. | Tim Potter | 2002-04-17 | 1 | -6/+64 |
* | Prettification of SAMR dissector - display short names in COL_INFO. | Tim Potter | 2002-04-17 | 1 | -184/+1211 |
* | Use policy handle hash code in DCERPC/SMB SAMR dissector. | Tim Potter | 2002-04-17 | 1 | -76/+113 |
* | Display non-zero return codes in COL_INFO. | Tim Potter | 2002-04-16 | 1 | -48/+74 |
* | #include <string.h> to quieten compiler warning. | Tim Potter | 2002-03-25 | 1 | -1/+2 |
* | Fix "dissect_ndr_nt_UNICODE_STRING_str()" so that the "di->levels" value | Guy Harris | 2002-03-24 | 1 | -2/+2 |
* | Added a value_string for the countreis which have their MS contry code listed | Ronnie Sahlberg | 2002-03-14 | 1 | -2/+2 |
* | Final patch in preparing for NETLOGON dissector. | Ronnie Sahlberg | 2002-03-11 | 1 | -19/+72 |
* | Move the STRING dissector to packet-dcerpc-nt.c and add one more parameter | Ronnie Sahlberg | 2002-03-11 | 1 | -88/+5 |
* | Rename samr_dissect_LOGON_HOURS() to dissect_ndr_nt_LOGON_HOURS() and | Ronnie Sahlberg | 2002-03-11 | 1 | -7/+7 |
* | Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.c | Ronnie Sahlberg | 2002-03-10 | 1 | -28/+1 |
* | Don't use "proto_tree_add_string_format()" when | Guy Harris | 2002-03-10 | 1 | -4/+3 |
* | Use "dissect_ndr_nt_UNICODE_STRING_str()", not | Guy Harris | 2002-03-10 | 1 | -69/+71 |
* | Rename function and variables for dissecting an NT service Account Control | Ronnie Sahlberg | 2002-03-06 | 1 | -94/+106 |
* | Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to pac... | Ronnie Sahlberg | 2002-03-06 | 1 | -178/+1 |
* | Properly (for English) pluralize names beginning with "s". | Guy Harris | 2002-02-26 | 1 | -5/+30 |
* | From Ronnie Sahlberg: add "alias name" and "group name" fields for alias | Guy Harris | 2002-02-26 | 1 | -3/+13 |
* | From Ronnie Sahlberg: add decoding of the (known) individual bits of | Guy Harris | 2002-02-14 | 1 | -22/+141 |
* | From Ronnie Sahlberg: | Guy Harris | 2002-02-13 | 1 | -102/+210 |
* | From Ronnie Sahlberg: | Guy Harris | 2002-02-12 | 1 | -179/+273 |
* | From Ronnie Sahlberg: | Guy Harris | 2002-02-11 | 1 | -21/+22 |
* | From Todd Sabin: | Guy Harris | 2002-02-10 | 1 | -2/+14 |
* | From Ronnie Sahlberg: display the SAMR "Account Control" field in hex. | Guy Harris | 2002-02-10 | 1 | -3/+4 |
* | Fixes from Ronnie Sahlberg. | Guy Harris | 2002-02-08 | 1 | -66/+167 |