aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-07Tighten the blurb regexp. Check for leading/trailing white space in blurbs. ...Jeff Morriss1-3/+12
2010-10-07Generate proper extension flags for empty constructed types SEQUENCE { ... } ...Tomas Kukosa1-2/+8
2010-10-06Enable hf checks by default. Add a check to see if the abbreviation is equal...Jeff Morriss1-3/+6
2010-10-05Use the new GTK bundles.Anders Broman2-2/+2
2010-10-04Stop the MS-DOS style path name warnings when compiling on Windows.Stephen Fisher1-4/+4
2010-10-04Fix the minimum length.Gerald Combs1-1/+1
2010-10-04Stig pointed out that we need to exclude some entries.Gerald Combs1-1/+31
2010-10-04Copy make-sminmpec.pl to make-services.pl and modify it to fetch theGerald Combs2-0/+93
2010-10-04Don't attempt to put into the release tarball something that no longerGuy Harris1-1/+0
2010-10-04We haven't used CVS in a good long while.Gerald Combs1-116/+0
2010-10-02Don't use a regexp to compare the name to the blurb, just convert them both t...Jeff Morriss1-1/+1
2010-10-02When checking hf, do a case-insensitive comparison between the name and the b...Jeff Morriss1-2/+2
2010-09-28The array sminmpec_values should not be declated static since it is Ronnie Sahlberg1-1/+1
2010-09-24A simple tool to remove bogus blurbs from hf entries.Jeff Morriss1-0/+86
2010-09-24Inspired by https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 :Jeff Morriss1-0/+62
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-09-23Generate the value_string array sminmpec_values[] with "gaps"Bill Meier1-0/+17
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+5
2010-09-15Follow up to bug 5209 and rev 34115:Jeff Morriss1-0/+8
2010-09-02Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS andJeff Morriss2-0/+4
2010-08-25Update the WinPcap developer's pack to 4.1.2. Update PCAP_VERSION to 4.1.2 o...Jeff Morriss2-2/+2
2010-08-24- fix using hex values as constraintTomas Kukosa1-2/+14
2010-07-20All use of deprecated GtkOptionMenu functions fixed: Error if any usage found.Bill Meier1-15/+15
2010-07-20Dump the error output when we have a problem.Gerald Combs1-2/+0
2010-07-07Make sure we use the "randpkt-" prefix everywhere.Gerald Combs1-1/+1
2010-07-07Try limiting our stack size.Gerald Combs1-3/+10