summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2001-07-30idl2eth man page, from Frank Singleton.Guy Harris1-1/+7
Update Makefile.am and Makefile.nmake files to build it (although it's not currently built by default; you have to do "make idl2eth.1" on UNIX, and something similar on Windows. Put a full copyright notice into "doc/Makefile.nmake", along with a comment explaining why stuff depends on "../config.h". Also, add "clean" rules to it to get rid of generated files for mergecap and text2pcap documentation. svn path=/trunk/; revision=3801
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.Guy Harris1-1/+7
svn path=/trunk/; revision=3701
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan1-1/+7
files. See text2pcap.1 (built from doc/text2pcap.pod) for details. Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and others. svn path=/trunk/; revision=3421
2001-03-06Update doco re: display filters.Gilbert Ramirez1-4/+7
Add config.h to dependencies for man pages so that correction VERSION number is in the man page. svn path=/trunk/; revision=3110
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez1-3/+1
a framework for the dissector; of the more than 400 NCP packet types, only a handful are defined. But this dissector framework is much better than the previous one. svn path=/trunk/; revision=2173
2000-07-28Don't create dfilter2pod from dfilter2pod.in just for @PERL_PATH@; it'sGilbert Ramirez1-3/+5
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
2000-01-26Credit fix, and fix for building editcap.1 with build dir != $(srcdir)Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=1564
2000-01-14Add "tethereal", a tty-oriented derivative of Ethereal that works likeGuy Harris1-1/+10
Sun's snoop or like tcpdump. svn path=/trunk/; revision=1468
2000-01-09Add a man page for "editcap".Guy Harris1-1/+7
svn path=/trunk/; revision=1446
1999-10-21Have Ethereal check for a first command-line argument of "-G", ratherGuy Harris1-6/+2
than a command name of "ethereal-dump-fields", to decide whether to run as normal Ethereal or to just dump out the list of fields that can be used in a display filter. This allows us to continue to make that check without doing the regular command line flag parsing (which we don't want to do, as we don't want to call "gtk_init()" before making that check, as "gtk_init()" tries to open an X display, and some people want not to have to have X running in order to build Ethereal, or want not to have Ethereal try to open an X connection over a slow line if it's just going to print field names to the standard output), without having to make a link to "../ethereal" from the "doc" directory (said link couldn't be a hard link, as ATK apparently disallows hard links between directories, and I have the vague impression that a symbolic link might cause other problems). svn path=/trunk/; revision=902
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1-0/+24
this causes "Makefile.in" to have two GPL notices - "Makefile.in" and the "Makefile" generated from it are generated files, so maybe that's OK). svn path=/trunk/; revision=639
1999-08-31Removed hacked-up doc/Makefile.in, and replaced it with simple doc/Makefile.am.Gilbert Ramirez1-0/+12
svn path=/trunk/; revision=615