| Commit message (Expand) | Author | Age | Files | Lines |
* | Make "cb_str_postprocess()" work like "cb_wstr_postprocess()" by using | Guy Harris | 2003-07-01 | 1 | -2/+19 |
* | Remove silly dcerpc_smb_check_long_frame() function and all calls to it. | Tim Potter | 2003-06-17 | 1 | -23/+1 |
* | In the policy handle hashing, handle more than one policy handle having | Guy Harris | 2003-06-05 | 1 | -86/+282 |
* | Move the value_string of platform ID values to "packet-dcerpc-nt.c", and | Guy Harris | 2003-05-15 | 1 | -1/+13 |
* | Add a dissect_ndr_counted_byte_array_cb function which can take a callback | Tim Potter | 2003-05-09 | 1 | -6/+17 |
* | Use "tvb_format_text()" to format the string in "cb_str_postprocess()", | Guy Harris | 2003-04-27 | 1 | -2/+2 |
* | Not all strings in MS interfaces are unicode. | Ronnie Sahlberg | 2003-04-27 | 1 | -4/+62 |
* | Fix a typo. | Guy Harris | 2003-04-27 | 1 | -2/+2 |
* | Don't append text in cb_str_postprocess() if text is the empty string. | Tim Potter | 2003-02-25 | 1 | -2/+3 |
* | Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff, | Guy Harris | 2003-02-24 | 1 | -3/+4 |
* | Have "dissect_ndr_counted_string()" add 2, not 1, to its argument, as it | Guy Harris | 2003-02-08 | 1 | -4/+60 |
* | Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" to | Guy Harris | 2003-02-07 | 1 | -3/+3 |
* | Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" to | Guy Harris | 2003-02-07 | 1 | -3/+3 |
* | Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h". | Guy Harris | 2003-02-07 | 1 | -134/+2 |
* | Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.c | Tim Potter | 2003-02-07 | 1 | -343/+1 |
* | Replace the confusing collection of Windows DCERPC string handling | Tim Potter | 2003-02-03 | 1 | -192/+168 |
* | If "dissect_ndr_nt_STRING()" is being used to dissect a byte string | Guy Harris | 2003-01-31 | 1 | -2/+8 |
* | Don't append string to upper-level proto_items if item == NULL. | Tim Potter | 2003-01-30 | 1 | -2/+2 |
* | Generalize "cb_str_postprocess()" to allow the string to be appended to | Guy Harris | 2003-01-30 | 1 | -9/+22 |
* | NDR strings begin with a uint32, so they start on a 4-byte boundary. | Guy Harris | 2003-01-30 | 1 | -1/+6 |
* | Removed some out of date comments. | Tim Potter | 2003-01-28 | 1 | -7/+1 |
* | Defined a useful callback function for dissect_ndr_pointer() which can | Tim Potter | 2003-01-28 | 1 | -49/+97 |
* | Perform the initialisation for the NT specific DCERPC dissectors as part | Tim Potter | 2003-01-24 | 1 | -192/+188 |
* | Clean up some unused variables in dissect_ndr_nt_UNICODE_STRING_str() | Tim Potter | 2003-01-16 | 1 | -8/+8 |
* | Put Unicode strings into the protocol tree with the appropriate protocol | Guy Harris | 2003-01-11 | 1 | -45/+13 |
* | "hf_nt_str" is of type FT_STRING, so it should be set to an ASCII | Guy Harris | 2003-01-11 | 1 | -6/+33 |
* | Delete all prs_* functions. Huzzah! | Tim Potter | 2003-01-11 | 1 | -101/+11 |
* | Get rid of some no-longer-used routines; there are other routines that | Guy Harris | 2002-12-02 | 1 | -190/+2 |
* | Get rid of a no-longer-used variable. | Guy Harris | 2002-12-02 | 1 | -5/+1 |
* | Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" and | Guy Harris | 2002-11-28 | 1 | -7/+4 |
* | Arguments to hash routines are gconstpointer's; assign them to const | Guy Harris | 2002-11-28 | 1 | -12/+12 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -84/+84 |
* | Put the top-level item for an NT access mask into the protocol tree with | Guy Harris | 2002-08-22 | 1 | -3/+2 |
* | Some cleanups and fixes from Guy: | Tim Potter | 2002-08-22 | 1 | -14/+8 |
* | Added a NT access mask dissector. The breaks the permission bits up into | Tim Potter | 2002-08-21 | 1 | -1/+361 |
* | In dissect_doserror and dissect_ntstatus, don't add anything to the | Tim Potter | 2002-08-07 | 1 | -3/+3 |
* | Removed unused variable. | Tim Potter | 2002-06-28 | 1 | -2/+1 |
* | Cleaned up NT policy handle hashing a bit. Split the store function | Tim Potter | 2002-06-28 | 1 | -58/+65 |
* | Same for a NT status code. | Tim Potter | 2002-06-25 | 1 | -2/+2 |
* | Display the error code for a dos error that doesn't have a value string defined. | Tim Potter | 2002-06-25 | 1 | -2/+2 |
* | Added dissect_ndr_uint16s() utility function for dissecting a buffer | Tim Potter | 2002-06-05 | 1 | -1/+40 |
* | Additions to the MAPI dissector. Function 02 for MAPI. | Ronnie Sahlberg | 2002-05-23 | 1 | -7/+7 |
* | Set the length field correctly for proto_tree_add_text() when marking the | Tim Potter | 2002-05-15 | 1 | -4/+5 |
* | Mark unused arguments as such. | Guy Harris | 2002-05-11 | 1 | -2/+3 |
* | In "dissect_nt_policy_hnd()": | Guy Harris | 2002-05-11 | 1 | -11/+14 |
* | Added a routine to dissect a DOS error code. These are used in the spoolss | Tim Potter | 2002-05-09 | 1 | -1/+65 |
* | Fix up item lengths for policy handle subtree and subitems under it. | Tim Potter | 2002-05-07 | 1 | -4/+8 |
* | From Joerg Mayer: mark unused arguments as such. | Guy Harris | 2002-05-04 | 1 | -11/+11 |
* | Get rid of some unused arguments, and mark some others as unused. | Guy Harris | 2002-04-30 | 1 | -3/+2 |
* | Frame numbers are unsigned, and 0 is not a valid frame number; make the | Guy Harris | 2002-04-22 | 1 | -9/+9 |