aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-02-04White space changes.etxrab1-71/+71
2011-02-03Fix: Cygwin make fails after updating to bash v 4.1.9.2wmeier1-2/+2
2011-02-02Add GTK 2.22 deprecated functionsetxrab1-308/+320
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-1/+1
2011-02-01WIN32 ==> _WIN32wmeier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+4
2011-01-26(Trivial) Fix a typo.wmeier1-1/+1
2011-01-19Try to enhance output at ValueError to ease debugging.etxrab1-1/+1
2011-01-10Revert 35447 and 35364: remove comments and strings in one regex (so it doesn...morriss1-9/+3
2011-01-10Remove the comments and strings separately so that we can check the hf's when...morriss1-3/+9
2011-01-06Prohibit strtoull(): Windows doesn't have it. (Putting this in just saves wa...morriss1-1/+3
2011-01-06Let's discourage the use of g_warning in dissectors. Either use one ofguy1-0/+1
2011-01-04Check hf entries *after* removing comments (in case there are commented-out e...morriss1-3/+3
2011-01-04Detect (and error on) NULL or empty abbreviations. Wireshark aborts on the f...morriss1-1/+5
2010-12-23Raise Exceptions containing a string instead of string exceptionsrbalint1-2/+2
2010-12-20Deprecate dissector_add(), dissector_change(), dissector_delete(),morriss1-967/+977
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+5
2010-12-10Export G_SLICE=debug-blocks to do additional memory checks;wmeier1-0/+1
2010-12-10Export G_SLICE=debug-blocks to do additional memory checks;wmeier1-0/+1
2010-12-06Update the location of make-manuf.gerald1-0/+1
2010-12-06Move make-manuf to the tools directory.gerald1-0/+211
2010-12-03Sync from samba git:jmayer3-24/+40
2010-11-14Sort value_string array by value if used with value_str_ext fcns;wmeier1-0/+2
2010-11-01Compile (over 100) dfilters only if needed rather than at every Wireshark sta...wmeier1-31/+10
2010-11-01Add some svn propertieswmeier2-0/+0
2010-10-31Remove files that no longer exist.guy1-5/+0
2010-10-31Forgot to remove two more filesjmayer2-267/+0
2010-10-31Update to current git master Samba tree. Guess aboutjmayer21-2392/+1496
2010-10-31Add a few comments and return with an error code ifjmayer1-4/+13
2010-10-30Make the hf_ checks errors (they've been running clean for a while now anyway).morriss1-11/+24
2010-10-29Added -b and -C options to usage.cmaynard1-1/+1
2010-10-29Say that an hf_ variable is used if we find "variable = hf_variable".morriss1-1/+15
2010-10-22Fix detection of hf entries being used in the hf array where the opening bracemorriss1-9/+7
2010-10-18Add fuzz-test option (-C) to specify a configuration profile.wmeier1-2/+6
2010-10-11Use the latest User's Guide.gerald2-2/+2
2010-10-10Define some fcns & vars as static...wmeier1-2/+2
2010-10-08Fix the blurb regexp (sigh)morriss1-2/+2
2010-10-07Escape the pipe (alternation) in the display regexp.morriss1-2/+2
2010-10-07Tighten the blurb regexp. Check for leading/trailing white space in blurbs. ...morriss1-3/+12
2010-10-07Generate proper extension flags for empty constructed types SEQUENCE { ... } ...kukosa1-2/+8
2010-10-06Enable hf checks by default. Add a check to see if the abbreviation is equal...morriss1-3/+6
2010-10-05Use the new GTK bundles.etxrab2-2/+2
2010-10-04Stop the MS-DOS style path name warnings when compiling on Windows.sfisher1-4/+4
2010-10-04Fix the minimum length.gerald1-1/+1
2010-10-04Stig pointed out that we need to exclude some entries.gerald1-1/+31
2010-10-04Copy make-sminmpec.pl to make-services.pl and modify it to fetch thegerald2-0/+93
2010-10-04Don't attempt to put into the release tarball something that no longerguy1-1/+0
2010-10-04We haven't used CVS in a good long while.gerald1-116/+0
2010-10-02Don't use a regexp to compare the name to the blurb, just convert them both t...morriss1-1/+1
2010-10-02When checking hf, do a case-insensitive comparison between the name and the b...morriss1-2/+2