aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Fix C++-style comment caught by checkAPI.Evan Huus2012-09-011-1/+1
* From Litao Gao:Anders Broman2012-09-011-22/+141
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs2012-05-161-0/+1
* Don't use tabs in string constants;Bill Meier2012-04-301-1/+1
* Whitespace cleanup: Indentation, trailing, ...Bill Meier2012-04-261-164/+164
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-6/+6
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-21/+18
* Based on patch from Denis Ovsienko viaJeff Morriss2011-08-161-2/+2
* Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris2011-07-191-4/+4
* get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs2011-04-261-2/+0
* Use tvb_ip_to_str().Jeff Morriss2011-01-161-4/+2
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-1/+1
* Fix the fuzz failure found inJeff Morriss2010-04-161-162/+176
* Fix some memory leaks; Fix some indentation.Bill Meier2010-02-091-134/+160
* Revert SVN #31838; It's NG.Bill Meier2010-02-091-156/+134
* Fix some memory leaks; Fix some indentation.Bill Meier2010-02-081-134/+156
* Removed an unused variable.Stig Bjørlykke2009-11-091-2/+0
* Make ett_* values static.Stig Bjørlykke2009-10-111-12/+12
* Initialize u32BoundElements.Stig Bjørlykke2009-10-051-0/+1
* Sanitize epan includesKovarththanan Rajaratnam2009-08-211-3/+2
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-11/+11
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-88/+88
* try to fix some solaris buildbot warningsUlf Lamping2009-02-141-3/+3
* Windows build: #include winsock2.h only when needed.Bill Meier2008-10-241-0/+4
* Fix a bit more spacingBill Meier2008-10-201-28/+28
* Oops ! Revert (Remove) development stuff ....Bill Meier2008-10-201-2/+0
* Adjust indentation to be more consistent ....Bill Meier2008-10-201-355/+358
* Addt'l minor cleanupBill Meier2008-09-261-45/+42
* prefs callback not req'dBill Meier2008-09-261-2/+2
* Fix some warnings reported by gcc -Wshadow ... Bill Meier2008-06-271-25/+21
* Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-021-1/+1
* Fix compilation on OS X with GLib 1.2 by including ctype.h since ourStephen Fisher2007-06-181-0/+1
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-291-1/+1
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-1/+1
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-1/+1
* correct multidimensional SAFEARRAYsUlf Lamping2007-03-221-5/+7
* Correctly return the item value through the pointer.Guy Harris2007-03-141-1/+1
* add a new function dissect_dcom_HRESULT_item() for some more flexibility, use...Ulf Lamping2007-02-251-0/+24
* Continuing the tradition: squelch some compiler warnings ....Bill Meier2007-02-191-1/+1
* dissector changes:Ulf Lamping2007-02-061-8/+12
* From Albert Chin:Jaap Keuter2006-11-071-1/+1
* Remove some // comments.Jörg Mayer2006-11-061-2/+1
* Squelch compiler warningsJaap Keuter2006-10-181-2/+3
* distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some ...Ulf Lamping2006-09-071-8/+30
* add a new this/that flag valueUlf Lamping2006-08-281-0/+1
* Fix some format strings and format string arguments.Guy Harris2006-08-191-3/+3