aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-14try to fix some solaris buildbot warningsUlf Lamping1-3/+3
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+4
2008-10-20Fix a bit more spacingBill Meier1-28/+28
2008-10-20Oops ! Revert (Remove) development stuff ....Bill Meier1-2/+0
2008-10-20Adjust indentation to be more consistent ....Bill Meier1-355/+358
2008-09-26Addt'l minor cleanupBill Meier1-45/+42
2008-09-26prefs callback not req'dBill Meier1-2/+2
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-25/+21
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+1
2007-06-18Fix compilation on OS X with GLib 1.2 by including ctype.h since ourStephen Fisher1-0/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2007-03-22correct multidimensional SAFEARRAYsUlf Lamping1-5/+7
2007-03-14Correctly return the item value through the pointer.Guy Harris1-1/+1
2007-02-25add a new function dissect_dcom_HRESULT_item() for some more flexibility, use...Ulf Lamping1-0/+24
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-1/+1
2007-02-06dissector changes:Ulf Lamping1-8/+12
2006-11-07From Albert Chin:Jaap Keuter1-1/+1
2006-11-06Remove some // comments.Jörg Mayer1-2/+1
2006-10-18Squelch compiler warningsJaap Keuter1-2/+3
2006-09-07distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some ...Ulf Lamping1-8/+30
2006-08-28add a new this/that flag valueUlf Lamping1-0/+1
2006-08-19Fix some format strings and format string arguments.Guy Harris1-3/+3
2006-08-17some further work on the GUID/UUID resolvingsUlf Lamping1-117/+35
2006-08-16various UUID/GUID based changes.Ulf Lamping1-78/+146
2006-08-14various minor DCOM dissection enhancements:Ulf Lamping1-12/+109
2006-08-11add an experimental DCOM object "database" based on the exchanged interface p...Ulf Lamping1-42/+271
2006-07-01remove two old commentsUlf Lamping1-2/+0
2006-06-28add dissection of custom marshalled OBJREF's (as far as known)Ulf Lamping1-3/+19
2006-06-15fix the hresult "filter" fieldsUlf Lamping1-3/+3
2006-06-13dcom_tvb_get_nwstringz0(): convert output to hexdump if the string contains n...Ulf Lamping1-78/+74
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-140/+140
2006-05-05fix VARIANT BOOL meaningUlf Lamping1-2/+2
2006-04-07bring HRESULT values in the right orderUlf Lamping1-1/+1
2006-03-17add missing IDispatch methods and related dissectionsUlf Lamping1-2/+34
2005-10-15remove two redundant strcpy so they dont show up as noice for grep strcpy *.cRonnie Sahlberg1-2/+2
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...Ulf Lamping1-2/+2
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-4/+38
2005-08-08various code cleanup:Ulf Lamping1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-3/+3
2005-07-26char -> const char warning fixesJörg Mayer1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3
2005-06-01prevent "Dissector Bug": prevent a string processing of length 0Ulf Lamping1-1/+6
2005-05-31fix handling, if ArraySize of a BSTR is 0,Ulf Lamping1-2/+8
2005-05-30add a tvb_ensure_bytes_exist() to prevent a dissector bugUlf Lamping1-0/+1
2005-05-24add values for STDOBJREF flagsUlf Lamping1-1/+16
2005-04-30Don't call proto_item_set_len() with a negative length. Found duringGerald Combs1-0/+2