aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-28add dissection of custom marshalled OBJREF's (as far as known)ulfl1-3/+19
2006-06-15fix the hresult "filter" fieldsulfl1-3/+3
2006-06-13dcom_tvb_get_nwstringz0(): convert output to hexdump if the string contains n...ulfl1-78/+74
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-140/+140
2006-05-05fix VARIANT BOOL meaningulfl1-2/+2
2006-04-07bring HRESULT values in the right orderulfl1-1/+1
2006-03-17add missing IDispatch methods and related dissectionsulfl1-2/+34
2005-10-15remove two redundant strcpy so they dont show up as noice for grep strcpy *.csahlberg1-2/+2
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...ulfl1-2/+2
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...ulfl1-4/+38
2005-08-08various code cleanup:ulfl1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesjmayer1-3/+3
2005-07-26char -> const char warning fixesjmayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-3/+3
2005-06-01prevent "Dissector Bug": prevent a string processing of length 0ulfl1-1/+6
2005-05-31fix handling, if ArraySize of a BSTR is 0,ulfl1-2/+8
2005-05-30add a tvb_ensure_bytes_exist() to prevent a dissector bugulfl1-0/+1
2005-05-24add values for STDOBJREF flagsulfl1-1/+16
2005-04-30Don't call proto_item_set_len() with a negative length. Found duringgerald1-0/+2
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.guy1-28/+2
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itulfl1-50/+0
2004-12-20Get rid of extra include of <string.h>.guy1-2/+0
2004-12-20Removed some of the unix related warnings. I'll remove the remaining DCOM rel...ulfl1-11/+7
2004-12-20Include <string.h> to declare various functions.guy1-0/+5
2004-12-20g_strescape only takes one parameter in glib 1.xsahlberg1-3/+11
2004-12-19add some IRemUnknown dissectorsulfl1-2/+1
2004-12-19add a lot of dissect stuff to the OXID resolver, moved some details of the DU...ulfl1-13/+38
2004-12-19(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):ulfl1-0/+1901