aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-6/+6
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-21/+18
2011-08-16Based on patch from Denis Ovsienko viamorriss1-2/+2
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataguy1-4/+4
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte ordergerald1-2/+0
2011-01-16Use tvb_ip_to_str().morriss1-4/+2
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-1/+1
2010-04-16Fix the fuzz failure found inmorriss1-162/+176
2010-02-09Fix some memory leaks; Fix some indentation.wmeier1-134/+160
2010-02-09Revert SVN #31838; It's NG.wmeier1-156/+134
2010-02-08Fix some memory leaks; Fix some indentation.wmeier1-134/+156
2009-11-09Removed an unused variable.stig1-2/+0
2009-10-11Make ett_* values static.stig1-12/+12
2009-10-05Initialize u32BoundElements.stig1-0/+1
2009-08-21Sanitize epan includeskrj1-3/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-11/+11
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-88/+88
2009-02-14try to fix some solaris buildbot warningsulfl1-3/+3
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-0/+4
2008-10-20Fix a bit more spacingwmeier1-28/+28
2008-10-20Oops ! Revert (Remove) development stuff ....wmeier1-2/+0
2008-10-20Adjust indentation to be more consistent ....wmeier1-355/+358
2008-09-26Addt'l minor cleanupwmeier1-45/+42
2008-09-26prefs callback not req'dwmeier1-2/+2
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-25/+21
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-1/+1
2007-06-18Fix compilation on OS X with GLib 1.2 by including ctype.h since oursfisher1-0/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
2007-03-22correct multidimensional SAFEARRAYsulfl1-5/+7
2007-03-14Correctly return the item value through the pointer.guy1-1/+1
2007-02-25add a new function dissect_dcom_HRESULT_item() for some more flexibility, use...ulfl1-0/+24
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-1/+1
2007-02-06dissector changes:ulfl1-8/+12
2006-11-07From Albert Chin:jake1-1/+1
2006-11-06Remove some // comments.jmayer1-2/+1
2006-10-18Squelch compiler warningsjake1-2/+3
2006-09-07distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some ...ulfl1-8/+30
2006-08-28add a new this/that flag valueulfl1-0/+1
2006-08-19Fix some format strings and format string arguments.guy1-3/+3
2006-08-17some further work on the GUID/UUID resolvingsulfl1-117/+35
2006-08-16various UUID/GUID based changes.ulfl1-78/+146
2006-08-14various minor DCOM dissection enhancements:ulfl1-12/+109
2006-08-11add an experimental DCOM object "database" based on the exchanged interface p...ulfl1-42/+271
2006-07-01remove two old commentsulfl1-2/+0
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