aboutsummaryrefslogtreecommitdiffstats
path: root/help
AgeCommit message (Collapse)AuthorFilesLines
2007-11-24This patch adds (ten) temporary coloring rules which will only live until ↵Sake Blok1-2/+5
Wireshark is quit. Temporary coloring filters can be set by: - pressing <ctrl>-<digit> will create a conversation coloring filter based on the addresses of the currently selected packet (order TCP/UDP/IP/Ethernet) This can also be achieved from the "View|Colorize Conversation" menu. - Rightclicking on a packet in the packet-list will give the option to "Colorize Conversation" just as "Conversation Filter" does. - Rightclicking on an item in the packet-detail-list will give the option to "Colorize with filter" which works similar to "Apply as filter" Temporary filters can be cleared from the same menus or by pressing <ctrl>-<space>. This patch also adds an item to the above mentioned menu's to add a permanent color filter in the same way. The colors for the temporary coloring rules are now hardcoded as I do not know how to change the color of menu-items and therefore I chose to use icons to show the actual color of each of the ten temporary coloring rules. Is it at all possible to have different menu items in different colors? One other way of solving this is to recreate the icons on the fly after changing the colors. I will have a look into that once it is clear whether I can use different colors within the menu structure. svn path=/trunk/; revision=23560
2007-11-20make-faq: Format of the online file changed slightly.Jörg Mayer1-265/+119
Update FAQ and help/faq.txt to current version. svn path=/trunk/; revision=23515
2007-05-29Update before new releaseJörg Mayer1-32/+60
svn path=/trunk/; revision=21979
2007-03-07Update manuf and faqJörg Mayer1-2/+3
svn path=/trunk/; revision=20991
2007-01-08Update FAQJörg Mayer1-954/+1017
svn path=/trunk/; revision=20345
2006-08-27fix #1063, some leftover typo's: Etheral -> WiresharkUlf Lamping1-1/+1
svn path=/trunk/; revision=19053
2006-08-21Update FAQJörg Mayer1-1057/+980
svn path=/trunk/; revision=18979
2006-06-07Better update for the FAQ. We can now use the URLGerald Combs1-1409/+1387
http://www.wireshark.org/faq_plain.html, which doesn't have any images or menus. svn path=/trunk/; revision=18382
2006-06-07Ethereal -> Wireshark. Update the FAQ.Gerald Combs7-2158/+1437
svn path=/trunk/; revision=18380
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs3-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 Combs2-10/+10
svn path=/trunk/; revision=18268
2006-05-22ethereal->wiresharkRonnie Sahlberg3-17/+17
svn path=/trunk/; revision=18207
2006-05-22ethereal->wireshark updatesRonnie Sahlberg3-22/+22
svn path=/trunk/; revision=18206
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-03-06Update manuf, FAQ, help/faq.txtJörg Mayer1-668/+761
svn path=/trunk/; revision=17482
2006-01-07fix bug #654: precise the link to the capture filter syntax (tcpdump man ↵Ulf Lamping1-1/+1
page "expression") svn path=/trunk/; revision=16976
2005-12-09Regenerate manuf and FAQJörg Mayer1-16/+36
svn path=/trunk/; revision=16742
2005-09-19Update faqJörg Mayer1-22/+19
svn path=/trunk/; revision=15880
2005-08-27- Update wka.tmpl with two Extreme MAC addressesJörg Mayer1-11/+34
- Update manuf - Update faq svn path=/trunk/; revision=15560
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-7/+11
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-06-17Update FAQJörg Mayer1-1313/+1049
svn path=/trunk/; revision=14681
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