aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Give valgrind fuzzing a bit more time. Otherwise we have some large (~80MB)Evan Huus1-2/+3
2014-01-19Fix two coverity messages:Jörg Mayer1-5/+3
2014-01-18Add environment checks. Add a topic to our refspec.Gerald Combs1-3/+23
2014-01-16If you use bashisms it means you're a bash script.Gerald Combs1-1/+1
2014-01-16More Chocolatey lex/yacc updates.Gerald Combs1-1/+8
2014-01-16Allow the use of Win flex-bison and document how to do that.Gerald Combs1-1/+1
2014-01-13Document {CODE,HEADER} {START,END}.Guy Harris1-1/+9
2014-01-13Add HEADER START and HEADER END, similar to CODE START and CODE END, toGuy Harris2-5/+57
2014-01-13Squelch some warnings.Guy Harris1-2/+2
2014-01-10Update the enterprise-numbers URL.Gerald Combs1-1/+1
2013-12-29The IEEE OUI, IAB, and OUI-36 lists currently redirect toGerald Combs1-8/+28
2013-12-27Generate prototype for plugin_reg_handoff()Jakub Zawadzki1-0/+2
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-21Commit sample program to generate charsets.c tables using iconv()Jakub Zawadzki1-0/+126
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-19proto_tree_add_text -> proto_tree_add_xxx conversion.Michael Mann1-0/+3
2013-12-19Some patches from Peter Harris:Jeff Morriss1-19/+105
2013-12-18Some proto_tree_add_xxx functions have a '_' in the function name so make sur...Michael Mann1-1/+1
2013-12-18Instead of assigning a variable to itself, avoid unused warnings similarGerald Combs1-1/+1
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-13Change the exit status of a fuzz failure to 255 so that if you use it with xargsEvan Huus1-1/+1
2013-12-13Switch the cherry-pick merge strategy to "recursive + theirs", whichGerald Combs1-1/+4
2013-12-13Fix redirection.Gerald Combs1-1/+1
2013-12-13Don't cherry-pick if we have changes.Gerald Combs1-0/+6
2013-12-12Add a "backport-change" script which cherry-picks a proposed backportGerald Combs2-1/+142
2013-12-04Ply parser updated to 3.5 (from GitHub github.com/dabeaz/ply)Tomas Kukosa2-119/+179
2013-12-04From Anders request Add prototype for corba/idl dissectorAlexis La Goutte1-0/+17
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-0/+1
2013-12-03Add modelines info to idl generate fileAlexis La Goutte1-2/+36
2013-12-03Fix indent for generated file (Use 4 space)Alexis La Goutte1-39/+39
2013-12-03Fix generator don't generate trailing whitespaceAlexis La Goutte1-4/+6
2013-12-03Remove trailing whitespace and add modelines infoAlexis La Goutte1-44/+46
2013-12-03Remove whitespace and add modelines infoAlexis La Goutte1-2/+12
2013-12-03Add #pragma to idl generator...Alexis La Goutte1-1/+5
2013-12-01Use 4-space (PEP 8) indentation. Add modelines.Gerald Combs5-443/+501
2013-12-01Use indentation recommended by PEP 8.Gerald Combs1-126/+125
2013-12-01Fix compatibility with Python 2.5. Tested with 2.5, 2.6, 2.7, and 3.3.Gerald Combs1-3/+4
2013-11-29Graham BloiceJörg Mayer1-5/+14
2013-11-28Fix potential signed int overflow in LemonBalint Reczey1-2/+2
2013-11-25Delete the svn:executable property on added files (we might add it back later).Jeff Morriss1-0/+3
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-2/+2
2013-11-24Fix checkAPIs: don't try to feed VALS() into FT_BOOLEANs.Jeff Morriss1-3/+4
2013-11-24Some patches from Peter Harris to make it possible to build the X11 dissectorJeff Morriss1-132/+371
2013-11-23Implement address_to_str which is like ep_address_to_str and se_address_to_strEvan Huus1-1/+3
2013-11-22Add exception for cmake/TestWindowsFSeek.c it is copied from upstream under aEvan Huus1-0/+3
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-1/+2
2013-11-13Wrap GCC pragma in an #ifdef to make it compile when we're not using GCC.Jeff Morriss1-1/+3
2013-11-13Use a gcc pragma to stop the (pages of) warnings coming out ofJeff Morriss1-2/+3
2013-11-11Add -P option to allow specifying the 'callgrind-out-file' nameBill Meier1-2/+4
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1