aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames9-9/+9
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss2-18/+16
2011-11-21Move generated dissctors that are causing problems to DIRTY.jmayer1-1/+1
2011-08-16More misspellings of "unknown", for bug 6244.guy1-1/+1
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataguy1-1/+1
2011-06-27Remove Makefile.in when 'make maintainer-clean'.stig1-0/+2
2011-01-28Fix r35690: tvb_get_unicode_string() takes length in 8-bit bytes, notsfisher1-1/+1
2011-01-28Change tvb_fake_unicode() to tvb_get_unicode_string() in the DCERPCsfisher1-1/+1
2010-06-27Make sure some variables are initialized.gerald1-4/+4
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doguy1-3/+7
2010-05-18Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distributionmorriss1-0/+45
2010-05-18Handle fgets() error pathkrj1-7/+10
2010-05-14Set SVN propertiesmorriss2-19/+19
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer1-24/+40
2009-10-19Use unsigned int for flags to avoid another warning.stig1-1/+1
2009-10-19Various code cleanup:stig1-68/+117
2009-10-12Make all global variables statickrj1-182/+180
2009-10-12Remove temp files on (clean) exitkrj1-50/+58
2009-10-12Let the pidl subdirectory indicate which protocols it containskrj1-0/+7
2009-10-10Autogenerating epan/dissectors/dcerpc/* now workskrj2-41/+0
2009-10-10Only dump to stderr if IDL2WRS_DEBUG is definedkrj1-1/+5
2009-10-10First stab at autogenerating budb dissectorkrj1-0/+37
2009-10-10Compile and link idl2wrskrj1-0/+28
2009-10-09Add common include file (boiler plate)krj4-48/+21
2009-10-09Update makefiles to use new template nameskrj3-3/+3
2009-10-09Give the template filenames more uniquenesskrj7-4/+7
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSkrj1-3/+6
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSkrj1-3/+6
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSkrj1-3/+6
2009-09-14(Trivial) Fix a typo in a comment.wmeier1-1/+1
2009-06-27From Kovarththanan Rajaratnam:etxrab2-14/+20
2006-09-27EFS is generated by PIDL now so we dont need the old idl2wrs folder any moresahlberg5-241/+0
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald8-15/+15
2006-05-21name changesahlberg8-16/+16
2005-10-11remove the old dssetup since we now generate it using pidlsahlberg7-1207/+0
2005-09-15delete the old dissectorsahlberg5-292/+0
2005-08-02Some warning fixes for "no previous declaration"jmayer23-20/+20
2005-07-13convert two other autogenerated dissectors to use FT_GUIDsahlberg1-1/+1
2005-07-13make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.sahlberg1-2/+4
2005-04-28 make dssetup an autogenerated dissectorsahlberg7-0/+1207
2005-03-19make idl2eth handle 8bit bitmapssahlberg6-3/+317
2005-03-19bugfix to idl2eth : handle the case when pointers were not explicitely specifiedsahlberg6-7/+267
2005-03-16make idl2eth able to handle negative case tagssahlberg1-3/+18
2005-03-16decode some more of drsuapisahlberg3-13/+17
2005-03-15more idl2eth and drsuapi updatessahlberg2-34/+50
2005-03-15update to idl2eth adding WERROR as a built in typesahlberg2-6/+49
2005-03-14a lot of people dont specify top level pointers in teh idl and justsahlberg2-5/+7
2005-03-14updates for drsuapisahlberg2-52/+118
2005-03-12the previous drsuapi patch showed how idl2eth can handle embedded arrays just...sahlberg4-58/+137
2005-03-12refine IDLsahlberg3-21/+32