On Sep 17, 2013, at 10:12 PM, Gilbert Ramirez <gram@xxxxxxxxxxxxxxx> wrote:
> I admit to authoring pkt-from-core.py, but I doubt it actually still works. Nevertheless, I have updated the license in the file.
>
> I don't remember the others, though.
...
> tools/ftsanity.py
>
> Gilbert Ramirez
------------------------------------------------------------------------
r14454 | gram | 2005-05-27 08:13:09 -0700 (Fri, 27 May 2005) | 5 lines
Add a "-G fields3" report which prints the bitmask of the field, and avoids
printing the blurb twice, like fields2 does.
Add a script, fsanity.py, to check sanity of FT definitions. Right now the
only check is for bitmasks for integer-like fields.
> doc/dfilter2pod.pl
>
> Gilbert Ramirez
------------------------------------------------------------------------
r2171 | gram | 2000-07-28 09:30:28 -0700 (Fri, 28 Jul 2000) | 4 lines
Don't create dfilter2pod from dfilter2pod.in just for @PERL_PATH@; it's
a waste of time. Instead, set $(PERL) to @PERL_PATH@ in the Makefile and
call dfilter2pod.pl via $(PERL) $(src_dir)/dfilter2pod.pl