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