aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dfilter2pod.pl
AgeCommit message (Collapse)AuthorFilesLines
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+2
frame number, which is always decimal. If you select an FT_FRAMENUM field, there are menu items that let you go to the frame whose frame number appears in that field. Add FT_FRAMENUM fields for the ONC RPC "matching request is in this frame" and "matching reply is in this frame" protocol tree items. svn path=/trunk/; revision=6802
2002-08-18From Vassilii Khachaturov: put protocol blurbs into tables generatedGuy Harris1-6/+13
with the "-G fields" flag. In the scripts to process that output, handle FT_UINT64, FT_INT64, and FT_UINT_STRING. svn path=/trunk/; revision=6012
2001-04-19"ethereal -G" and "tethereal -G" won't show the pseudo-field forGuy Harris1-8/+4
"proto_tree_add_text()" any more, so the scripts that take that output and massage it into various forms don't have to check for it any more. Get rid of the FT_-name-to-description filtering in eproto2sgml, as it's not used, and fix it in the other two scripts to correspond to the current list of FT_ values. svn path=/trunk/; revision=3336
2000-07-28Don't create dfilter2pod from dfilter2pod.in just for @PERL_PATH@; it'sGilbert Ramirez1-0/+99
a waste of time. Instead, set $(PERL) to @PERL_PATH@ in the Makefile and call dfilter2pod.pl via $(PERL) $(src_dir)/dfilter2pod.pl svn path=/trunk/; revision=2171