aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-153/+149
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-06-09Batch of filterable expert infos.Michael Mann1-6/+20
2013-03-16[-Wmissing-prototypes]Anders Broman1-15/+18
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-4/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-01Fix C++-style comment caught by checkAPI.Evan Huus1-1/+1
2012-09-01From Litao Gao:Anders Broman1-22/+141
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-0/+1
2012-04-30Don't use tabs in string constants;Bill Meier1-1/+1
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-164/+164
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-21/+18
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-2/+2
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-4/+4
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-2/+0
2011-01-16Use tvb_ip_to_str().Jeff Morriss1-4/+2
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-04-16Fix the fuzz failure found inJeff Morriss1-162/+176
2010-02-09Fix some memory leaks; Fix some indentation.Bill Meier1-134/+160
2010-02-09Revert SVN #31838; It's NG.Bill Meier1-156/+134
2010-02-08Fix some memory leaks; Fix some indentation.Bill Meier1-134/+156
2009-11-09Removed an unused variable.Stig Bjørlykke1-2/+0
2009-10-11Make ett_* values static.Stig Bjørlykke1-12/+12
2009-10-05Initialize u32BoundElements.Stig Bjørlykke1-0/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-11/+11
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-88/+88
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