aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-1/+1
if set, and if the program isn't running with additional privileges, it'll treat the directory in which the program is found as the data directory. If, on Windows, the version-number subdirectory of {data directory}\plugins doesn't exist (which is assumed to mean that the program is being run from the build directory), or if, on UN*X, WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set, the plugin directory is the "plugins" subdirectory of the data directory, and all subdirectories of that directory are scanned for plugins, as the "plugins" subdirectory of the build directory contains subdirectories for the plugins; this means that if we're running from the build directory, we'll find the plugins we built in the build tree. When generating the wireshark-filter man page, run tshark with WIRESHARK_RUN_FROM_BUILD_DIRECTORY set, so it uses the plugins from the build to generate the list of filters. svn path=/trunk/; revision=20261
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-19/+19
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-9/+9
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-7/+7
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-19/+19
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-09add dumpcap manual pageUlf Lamping1-0/+14
svn path=/trunk/; revision=17237
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-48/+52
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-02-24Didier Gautheron: Fix out of tree compilationJörg Mayer1-2/+2
svn path=/trunk/; revision=13497
2004-10-22For the .pod->.html rules, find the ".pod" files in $(srcdir),Guy Harris1-6/+6
just as we do for the .pod->.[1-9] rules. svn path=/trunk/; revision=12372
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping1-7/+7
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,Guy Harris1-2/+2
with AUTHORS-SHORT-FORMAT containing the formatting codes. svn path=/trunk/; revision=12334
2004-08-12From Graeme Hewson: Keep the list of authors in the Ethereal man page from Gerald Combs1-1/+1
wrapping, and fix the title. svn path=/trunk/; revision=11727
2004-07-29Clean up the capinfo files, so that we pass "distcheck."Gerald Combs1-0/+2
svn path=/trunk/; revision=11567
2004-07-29Add capinfo targets.Gerald Combs1-0/+12
svn path=/trunk/; revision=11560
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-16From Debian. Likely author: Frederic Peters <fpeters@debian.org>Jörg Mayer1-0/+1
* Updated omniorb URL (closes: #257512) run pod2man with --section=4 for ethereal-filter svn path=/trunk/; revision=11383
2004-06-27Add more distclean files.Gerald Combs1-1/+3
svn path=/trunk/; revision=11250
2004-06-27Fixes needed for "make distcheck".Gerald Combs1-4/+7
svn path=/trunk/; revision=11247
2004-06-23Build and install the HTMLized man pages on UN*X.Guy Harris1-2/+51
svn path=/trunk/; revision=11217
2004-05-22"--binary" is not a universal "cat" flag, and shouldn't be necessary onGuy Harris1-2/+2
UN*X and, hopefully, not in Cygwin either. svn path=/trunk/; revision=10968
2004-05-22Use "/" rather than "\" in UN*X pathnames.Guy Harris1-2/+2
svn path=/trunk/; revision=10967
2004-05-22remove (duplicated) list of authors from ethereal.pod,Ulf Lamping1-3/+7
and use ../AUTHORS-SHORT instead to concatenate a tmp file to use svn path=/trunk/; revision=10963
2003-10-01Put in some missing $(srcdir)/.Guy Harris1-5/+3
Get rid of redundant "../{t}ethereal.1" in CLEANFILES (they were already there). svn path=/trunk/; revision=8581
2003-10-01dfilter2pod.pl and ethereal-filter.pod.template are in $(srcdir) (whichGuy Harris1-2/+2
defauls to the current directory), not in the parent directory. svn path=/trunk/; revision=8579
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer1-9/+14
svn path=/trunk/; revision=8576
2003-02-27Ethereal.desktop is in the top-level directory, not the "doc" directory,Guy Harris1-4/+1
and it's already in the EXTRA_DIST list in the top-level directory. svn path=/trunk/; revision=7204
2003-02-12From Santeri Paavolainen: make doc/Makefile.am work in POSIXLY_CORRECTGuy Harris1-13/+13
environment. svn path=/trunk/; revision=7128
2002-09-29Makefile.am fixes to pass "make distcheck" testsGerald Combs1-1/+14
svn path=/trunk/; revision=6357
2002-05-14Use "-G fields" rather than "-G" in Makefiles.Guy Harris1-5/+4
Print an error and exit if an invalid option is given for the "-G" flag. svn path=/trunk/; revision=5466
2002-02-05Have configure check for pod2man, thus creating a POD2MAN makefileGilbert Ramirez1-7/+7
variable, allowing it to be overridden during make. svn path=/trunk/; revision=4697
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