aboutsummaryrefslogtreecommitdiffstats
path: root/help
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06Update to Sun, February 27 2005.Jörg Mayer1-94/+154
svn path=/trunk/; revision=13610
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2005-01-15Update FAQ and manuf filesJörg Mayer1-44/+54
svn path=/trunk/; revision=13050
2004-11-28Update manuf and FAQJörg Mayer1-21/+119
svn path=/trunk/; revision=12611
2004-09-29Update manuf and FAQJörg Mayer1-59/+81
svn path=/trunk/; revision=12133
2004-09-25removed "Well Known" help page, as the content (and far more than that) ↵Ulf Lamping3-115/+1
moved to the wiki. svn path=/trunk/; revision=12100
2004-08-09Update FAQ againJörg Mayer1-138/+253
svn path=/trunk/; revision=11633
2004-08-06Update manuf and faqJörg Mayer1-34/+43
svn path=/trunk/; revision=11619
2004-07-18 .cvsignore is deadJörg Mayer1-4/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris2-2/+2
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-06-25Minor updateJörg Mayer1-2/+14
svn path=/trunk/; revision=11236
2004-05-11Update manuf and FAQ to current master filesJörg Mayer1-2/+2
svn path=/trunk/; revision=10856
2004-04-25Updated to Arpil 20thJörg Mayer1-5/+33
svn path=/trunk/; revision=10696
2004-04-25build a list of the input file formats instead of a floating text,Ulf Lamping1-15/+20
added program names to HTML titles, various minor fixes svn path=/trunk/; revision=10686
2004-03-17Sync with the sourcesJörg Mayer1-3/+34
svn path=/trunk/; revision=10394
2004-03-13updated texts to reflect the latest GUI changesUlf Lamping1-1/+1
svn path=/trunk/; revision=10376
2004-02-24fixed various typosUlf Lamping5-43/+44
svn path=/trunk/; revision=10220
2004-02-21new somewhat improved layout of the capture options dialogUlf Lamping1-6/+8
svn path=/trunk/; revision=10173
2004-02-19Fix the sample filter for capturing traffic to or from a particular MACGuy Harris1-2/+2
address to match what libpcap expects. svn path=/trunk/; revision=10107
2004-02-18Update make-faq to the new URL and the changed internal structureJörg Mayer1-48/+64
of the FAQ. Update the FAQ. svn path=/trunk/; revision=10079
2004-02-10added help pages "Getting Started" and "Capturing"Ulf Lamping1-0/+2
svn path=/trunk/; revision=10021
2004-02-09two new help pages:Ulf Lamping3-1/+171
getting_started for the very first steps running Ethereal capturing for some explanation how to capture data svn path=/trunk/; revision=10013
2004-02-01Update FAQ to Jan 27th 2004Jörg Mayer1-63/+83
svn path=/trunk/; revision=9928
2004-01-18Update to Jan 16thJörg Mayer1-77/+173
svn path=/trunk/; revision=9700
2003-12-22Have a "toc" file in the help directory, which gives a list of helpGuy Harris2-1/+7
topic titles and help file names. svn path=/trunk/; revision=9417
2003-12-22file "convert-include.sh" no longer used, so no need to distribute itUlf Lamping1-2/+2
svn path=/trunk/; revision=9413
2003-12-22Arrange to install the help files.Guy Harris1-3/+7
svn path=/trunk/; revision=9411
2003-12-22using distributed help text files, instead of "#include" built in textsUlf Lamping8-2280/+4
svn path=/trunk/; revision=9408
2003-12-21Update FAQ to December 12 2003Jörg Mayer2-561/+893
svn path=/trunk/; revision=9375
2003-12-16From Jeff Morris: using named tempfiles preventing errors on multiprocessor ↵Ulf Lamping1-4/+4
machines svn path=/trunk/; revision=9295
2003-12-14Provide a .cvsignore file.Guy Harris1-0/+2
svn path=/trunk/; revision=9282
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0aGerald Combs1-0/+48
svn path=/trunk/; revision=9276
2003-11-27Added this intermediate files, until a Makfile.am is available for unix systemsUlf Lamping5-0/+2027
svn path=/trunk/; revision=9097
2003-11-18"static content" and make environment of redesigned online helpUlf Lamping7-0/+2074
svn path=/trunk/; revision=9016