aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Allocate space for null termination in make_basename.Stig Bjørlykke1-2/+2
2011-03-22Coverity 323Ronnie Sahlberg1-1/+1
2011-03-17Don't clobber the capinfos data if we have a valid capture file. ThisGerald Combs1-6/+4
2011-03-08W -> E for g_clist funktions.Anders Broman1-143/+143
2011-03-02As suggested by Anders: when we detect non-ASCII characters, print the lineJeff Morriss1-7/+10
2011-02-14Disallow invalid char's in the filename passed to idl2wrs. Fixes bug 1129.Chris Maynard1-0/+19
2011-02-12There is a better (and faster) way to see if all the members of one list areJeff Morriss1-24/+28
2011-02-11Add a function to verify that ett_ variables are registered (or at leastJeff Morriss1-3/+99
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()Jeff Morriss1-3/+7
2011-02-11Oops, put a comma backJeff Morriss1-1/+1
2011-02-11Clean up indentationJeff Morriss1-378/+378
2011-02-10Add (commented-out for now) code to check certain function calls for embeddedJeff Morriss1-3/+44
2011-02-04White space changes.Anders Broman1-71/+71
2011-02-03Fix: Cygwin make fails after updating to bash v 4.1.9.2Bill Meier1-2/+2
2011-02-02Add GTK 2.22 deprecated functionsAnders Broman1-308/+320
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-1/+1
2011-02-01WIN32 ==> _WIN32Bill Meier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+4
2011-01-26(Trivial) Fix a typo.Bill Meier1-1/+1
2011-01-19Try to enhance output at ValueError to ease debugging.Anders Broman1-1/+1
2011-01-10Revert 35447 and 35364: remove comments and strings in one regex (so it doesn...Jeff Morriss1-9/+3
2011-01-10Remove the comments and strings separately so that we can check the hf's when...Jeff Morriss1-3/+9
2011-01-06Prohibit strtoull(): Windows doesn't have it. (Putting this in just saves wa...Jeff Morriss1-1/+3
2011-01-06Let's discourage the use of g_warning in dissectors. Either use one ofGuy Harris1-0/+1
2011-01-04Check hf entries *after* removing comments (in case there are commented-out e...Jeff Morriss1-3/+3
2011-01-04Detect (and error on) NULL or empty abbreviations. Wireshark aborts on the f...Jeff Morriss1-1/+5
2010-12-23Raise Exceptions containing a string instead of string exceptionsBalint Reczey1-2/+2
2010-12-20Deprecate dissector_add(), dissector_change(), dissector_delete(),Jeff Morriss1-967/+977
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+5
2010-12-10Export G_SLICE=debug-blocks to do additional memory checks;Bill Meier1-0/+1
2010-12-10Export G_SLICE=debug-blocks to do additional memory checks;Bill Meier1-0/+1
2010-12-06Update the location of make-manuf.Gerald Combs1-0/+1
2010-12-06Move make-manuf to the tools directory.Gerald Combs1-0/+211
2010-12-03Sync from samba git:Jörg Mayer3-24/+40
2010-11-14Sort value_string array by value if used with value_str_ext fcns;Bill Meier1-0/+2
2010-11-01Compile (over 100) dfilters only if needed rather than at every Wireshark sta...Bill Meier1-31/+10
2010-11-01Add some svn propertiesBill Meier2-0/+0
2010-10-31Remove files that no longer exist.Guy Harris1-5/+0
2010-10-31Forgot to remove two more filesJörg Mayer2-267/+0
2010-10-31Update to current git master Samba tree. Guess aboutJörg Mayer21-2392/+1496
2010-10-31Add a few comments and return with an error code ifJörg Mayer1-4/+13
2010-10-30Make the hf_ checks errors (they've been running clean for a while now anyway).Jeff Morriss1-11/+24
2010-10-29Added -b and -C options to usage.Chris Maynard1-1/+1
2010-10-29Say that an hf_ variable is used if we find "variable = hf_variable".Jeff Morriss1-1/+15
2010-10-22Fix detection of hf entries being used in the hf array where the opening braceJeff Morriss1-9/+7
2010-10-18Add fuzz-test option (-C) to specify a configuration profile.Bill Meier1-2/+6
2010-10-11Use the latest User's Guide.Gerald Combs2-2/+2
2010-10-10Define some fcns & vars as static...Bill Meier1-2/+2
2010-10-08Fix the blurb regexp (sigh)Jeff Morriss1-2/+2
2010-10-07Escape the pipe (alternation) in the display regexp.Jeff Morriss1-2/+2