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