aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 (https://bugs.wi...Michael Mann4-96/+92
2013-06-10tools/lemon/lemon.c: Fix an integer shortening issue. (CMake enablesGerald Combs1-1/+1
2013-06-01More constification.Guy Harris1-2/+2
2013-06-01More constification.Guy Harris1-5/+5
2013-06-01More constification.Guy Harris1-4/+4
2013-06-01More constification.Guy Harris1-5/+5
2013-06-01Note which *particular* IDL this is. (Actually, is that the OSF's DCEGuy Harris1-5/+5
2013-05-07Fix a c++ compat warning in the template and copy the resultingJörg Mayer1-1/+1
2013-04-16From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8588Evan Huus1-12/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss3-6/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki9-9/+9
2012-05-14Make the "idl-light"-to-dissector generator handle hex (and octal)Guy Harris1-1/+8
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-17/+8
2011-11-21Move generated dissctors that are causing problems to DIRTY.Jörg Mayer1-1/+1
2011-08-16More misspellings of "unknown", for bug 6244.Guy Harris1-1/+1
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-1/+1
2011-06-27Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke1-0/+2
2011-01-28Fix r35690: tvb_get_unicode_string() takes length in 8-bit bytes, notStephen Fisher1-1/+1
2011-01-28Change tvb_fake_unicode() to tvb_get_unicode_string() in the DCERPCStephen Fisher1-1/+1
2010-06-27Make sure some variables are initialized.Gerald Combs1-4/+4
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doGuy Harris1-3/+7
2010-05-18Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distributionJeff Morriss1-0/+45
2010-05-18Handle fgets() error pathKovarththanan Rajaratnam1-7/+10
2010-05-14Set SVN propertiesJeff Morriss2-19/+19
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-24/+40
2009-10-19Use unsigned int for flags to avoid another warning.Stig Bjørlykke1-1/+1
2009-10-19Various code cleanup:Stig Bjørlykke1-68/+117
2009-10-12Make all global variables staticKovarththanan Rajaratnam1-182/+180
2009-10-12Remove temp files on (clean) exitKovarththanan Rajaratnam1-50/+58
2009-10-12Let the pidl subdirectory indicate which protocols it containsKovarththanan Rajaratnam1-0/+7
2009-10-10Autogenerating epan/dissectors/dcerpc/* now worksKovarththanan Rajaratnam2-41/+0
2009-10-10Only dump to stderr if IDL2WRS_DEBUG is definedKovarththanan Rajaratnam1-1/+5
2009-10-10First stab at autogenerating budb dissectorKovarththanan Rajaratnam1-0/+37
2009-10-10Compile and link idl2wrsKovarththanan Rajaratnam1-0/+28
2009-10-09Add common include file (boiler plate)Kovarththanan Rajaratnam4-48/+21
2009-10-09Update makefiles to use new template namesKovarththanan Rajaratnam3-3/+3
2009-10-09Give the template filenames more uniquenessKovarththanan Rajaratnam7-4/+7
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSKovarththanan Rajaratnam1-3/+6
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSKovarththanan Rajaratnam1-3/+6
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSKovarththanan Rajaratnam1-3/+6
2009-09-14(Trivial) Fix a typo in a comment.Bill Meier1-1/+1
2009-06-27From Kovarththanan Rajaratnam:Anders Broman2-14/+20
2006-09-27EFS is generated by PIDL now so we dont need the old idl2wrs folder any moreRonnie Sahlberg5-241/+0
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs8-15/+15
2006-05-21name changeRonnie Sahlberg8-16/+16
2005-10-11remove the old dssetup since we now generate it using pidlRonnie Sahlberg7-1207/+0
2005-09-15delete the old dissectorRonnie Sahlberg5-292/+0
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer23-20/+20
2005-07-13convert two other autogenerated dissectors to use FT_GUIDRonnie Sahlberg1-1/+1
2005-07-13make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.Ronnie Sahlberg1-2/+4