Don't use the zlib I/O routines for writing compressed files, either;
[obnox/wireshark/wip.git] / tools /
2011-04-08 geraldAdd a relative path to the "#line" directives we produc...
2011-04-05 geraldUse the latest library tag, which updates GNUTLS. Add...
2011-04-05 wmeierfoo="\windows\style\pathname"; printf "$foo" isn't...
2011-04-05 wmeier1. Remove \r from tshark output so output OK on Windows...
2011-04-05 morrissSet BIN_DIR to . by default. Use tr to replace colons...
2011-04-04 morrissBased on idea from Bill Meier:
2011-04-04 morrissFix up indentation
2011-04-04 etxrabFrom Vincent Helfre:
2011-04-01 cmaynardDon't use pParser->yyidx as an index into pParser-...
2011-03-31 sahlbergMemory leak in lemon.c
2011-03-29 morrissProhibit (memory-unsafe) g_sprintf() and g_vsprintf().
2011-03-22 stigAllocate space for null termination in make_basename.
2011-03-22 sahlbergCoverity 323
2011-03-17 geraldDon't clobber the capinfos data if we have a valid...
2011-03-08 etxrabW -> E for g_clist funktions.
2011-03-02 morrissAs suggested by Anders: when we detect non-ASCII charac...
2011-02-14 cmaynardDisallow invalid char's in the filename passed to idl2w...
2011-02-12 morrissThere is a better (and faster) way to see if all the...
2011-02-11 morrissAdd a function to verify that ett_ variables are regist...
2011-02-11 morrissCheck for places where tvb_bytes_to_str() or tvb_get_by...
2011-02-11 morrissOops, put a comma back
2011-02-11 morrissClean up indentation
2011-02-10 morrissAdd (commented-out for now) code to check certain funct...
2011-02-04 etxrabWhite space changes.
2011-02-03 wmeierFix: Cygwin make fails after updating to bash v 4.1.9.2
2011-02-02 etxrabAdd GTK 2.22 deprecated functions
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-02-01 wmeierWIN32 ==> _WIN32
2011-01-30 stigIntroduce "Fragment count" filter element for all proto...
2011-01-26 wmeier(Trivial) Fix a typo.
2011-01-19 etxrabTry to enhance output at ValueError to ease debugging.
2011-01-10 morrissRevert 35447 and 35364: remove comments and strings...
2011-01-10 morrissRemove the comments and strings separately so that...
2011-01-06 morrissProhibit strtoull(): Windows doesn't have it. (Putting...
2011-01-06 guyLet's discourage the use of g_warning in dissectors...
2011-01-04 morrissCheck hf entries *after* removing comments (in case...
2011-01-04 morrissDetect (and error on) NULL or empty abbreviations....
2010-12-23 rbalintRaise Exceptions containing a string instead of string...
2010-12-20 morrissDeprecate dissector_add(), dissector_change(), dissecto...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-10 wmeierExport G_SLICE=debug-blocks to do additional memory...
2010-12-10 wmeierExport G_SLICE=debug-blocks to do additional memory...
2010-12-06 geraldUpdate the location of make-manuf.
2010-12-06 geraldMove make-manuf to the tools directory.
2010-12-03 jmayerSync from samba git:
2010-11-14 wmeierSort value_string array by value if used with value_str...
2010-11-01 wmeierCompile (over 100) dfilters only if needed rather than...
2010-11-01 wmeierAdd some svn properties
2010-10-31 guyRemove files that no longer exist.
2010-10-31 jmayerForgot to remove two more files
2010-10-31 jmayerUpdate to current git master Samba tree. Guess about
2010-10-31 jmayerAdd a few comments and return with an error code if
2010-10-30 morrissMake the hf_ checks errors (they've been running clean...
2010-10-29 cmaynardAdded -b and -C options to usage.
2010-10-29 morrissSay that an hf_ variable is used if we find "variable...
2010-10-22 morrissFix detection of hf entries being used in the hf array...
2010-10-18 wmeierAdd fuzz-test option (-C) to specify a configuration...
2010-10-11 geraldUse the latest User's Guide.
2010-10-10 wmeierDefine some fcns & vars as static...
2010-10-08 morrissFix the blurb regexp (sigh)
2010-10-07 morrissEscape the pipe (alternation) in the display regexp.
2010-10-07 morrissTighten the blurb regexp. Check for leading/trailing...
2010-10-07 kukosaGenerate proper extension flags for empty constructed...
2010-10-06 morrissEnable hf checks by default. Add a check to see if...
2010-10-05 etxrabUse the new GTK bundles.
2010-10-04 sfisherStop the MS-DOS style path name warnings when compiling...
2010-10-04 geraldFix the minimum length.
2010-10-04 geraldStig pointed out that we need to exclude some entries.
2010-10-04 geraldCopy make-sminmpec.pl to make-services.pl and modify...
2010-10-04 guyDon't attempt to put into the release tarball something...
2010-10-04 geraldWe haven't used CVS in a good long while.
2010-10-02 morrissDon't use a regexp to compare the name to the blurb...
2010-10-02 morrissWhen checking hf, do a case-insensitive comparison...
2010-09-28 sahlbergThe array sminmpec_values should not be declated static...
2010-09-24 morrissA simple tool to remove bogus blurbs from hf entries.
2010-09-24 morrissInspired by https://bugs.wireshark.org/bugzilla/show_bu...
2010-09-24 morriss(Refining the regexp...) Replace blurbs that match...
2010-09-23 wmeierGenerate the value_string array sminmpec_values[] with...
2010-09-17 wmeierUse val_to_str_ext() & friends to access sminmpec_values[];
2010-09-15 morrissFollow up to bug 5209 and rev 34115:
2010-09-02 morrissIntroduce 2 new environment variables: WIRESHARK_EP_VER...
2010-08-25 morrissUpdate the WinPcap developer's pack to 4.1.2. Update...
2010-08-24 kukosa- fix using hex values as constraint
2010-07-20 wmeierAll use of deprecated GtkOptionMenu functions fixed...
2010-07-20 geraldDump the error output when we have a problem.
2010-07-07 geraldMake sure we use the "randpkt-" prefix everywhere.
2010-07-07 geraldTry limiting our stack size.
2010-06-29 galNew "#.SYNTAX" section for the asn2wrs conformance...
2010-06-28 galRemove the -R flag (used to generate syntax registratio...
2010-06-23 galNew option (-r) to allow a prefix to be removed from...
2010-06-18 wmeierAdd a few deprecated GObject fcns;
2010-06-17 wmeierAdd deprecated from GLib 2.24
2010-06-17 wmeierAdd GTK deprecated from GTK 2.20.
2010-06-09 galNew option (-R) to asn2wrs to register the PDUs defined...
2010-06-04 morrissAdd BIN_DIR. If it is '.' then set WIRESHARK_RUN_FROM_...
2010-06-04 geraldIf BIN_DIR is ".", set WIRESHARK_RUN_FROM_BUILD_DIRECTO...
2010-06-03 morrissFrom Peter Harris via https://bugs.wireshark.org/bugzil...
2010-05-26 guyMore <stdarg.h> cleanup; some are real bugs, some are...
2010-05-25 kukosaSupport of value_string_ext in the asn2wrs using new...
2010-05-24 morrissFix the value_string regexp so it doesn't match value_s...
next