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