Commit Graph

106 Commits

Author SHA1 Message Date
Sake Blok 9b6f806089 This patch adds (ten) temporary coloring rules which will only live until 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-24 11:38:16 +00:00
Jörg Mayer 06f0070947 make-faq: Format of the online file changed slightly.
Update FAQ and help/faq.txt to current version.


svn path=/trunk/; revision=23515
2007-11-20 17:44:39 +00:00
Jörg Mayer 122eaf7556 Update before new release
svn path=/trunk/; revision=21979
2007-05-29 09:23:36 +00:00
Jörg Mayer 83ee2dbcfa Update manuf and faq
svn path=/trunk/; revision=20991
2007-03-07 07:50:48 +00:00
Jörg Mayer cd30649704 Update FAQ
svn path=/trunk/; revision=20345
2007-01-08 14:25:35 +00:00
Ulf Lamping 11c289ecc3 fix #1063, some leftover typo's: Etheral -> Wireshark
svn path=/trunk/; revision=19053
2006-08-27 11:46:02 +00:00
Jörg Mayer a2a5c2f998 Update FAQ
svn path=/trunk/; revision=18979
2006-08-21 16:17:24 +00:00
Gerald Combs a8f1f4b330 Better update for the FAQ. We can now use the URL
http://www.wireshark.org/faq_plain.html, which doesn't have any images
or menus.

svn path=/trunk/; revision=18382
2006-06-07 12:54:00 +00:00
Gerald Combs c2e72cf272 Ethereal -> Wireshark. Update the FAQ.
svn path=/trunk/; revision=18380
2006-06-07 04:37:26 +00:00
Gerald Combs eb71f7fb96 Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
  mailing lists and addresses
  ETHEREAL -> WIRESHARK
  Man pages
  Automake/Autoconf names


svn path=/trunk/; revision=18271
2006-05-31 19:12:15 +00:00
Gerald Combs 8958bab6de Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
2006-05-31 17:38:42 +00:00
Ronnie Sahlberg 6075ec39fb ethereal->wireshark
svn path=/trunk/; revision=18207
2006-05-22 08:21:22 +00:00
Ronnie Sahlberg f0b33a4789 ethereal->wireshark updates
svn path=/trunk/; revision=18206
2006-05-22 08:14:01 +00:00
Ronnie Sahlberg 89f022b12b name change
svn path=/trunk/; revision=18197
2006-05-21 05:12:17 +00:00
Jörg Mayer 334048d3ce Update manuf, FAQ, help/faq.txt
svn path=/trunk/; revision=17482
2006-03-06 17:00:33 +00:00
Ulf Lamping 788cb87199 fix bug #654: precise the link to the capture filter syntax (tcpdump man page "expression")
svn path=/trunk/; revision=16976
2006-01-07 11:28:16 +00:00
Jörg Mayer 066315d0ed Regenerate manuf and FAQ
svn path=/trunk/; revision=16742
2005-12-09 15:53:40 +00:00
Jörg Mayer 5cee6fb827 Update faq
svn path=/trunk/; revision=15880
2005-09-19 21:24:46 +00:00
Jörg Mayer 3fd95d2433 - Update wka.tmpl with two Extreme MAC addresses
- Update manuf
- Update faq

svn path=/trunk/; revision=15560
2005-08-27 05:13:42 +00:00
Jörg Mayer 5b442f2279 After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"
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-07-10 08:04:27 +00:00
Jörg Mayer dd9b2e2ab5 Update FAQ
svn path=/trunk/; revision=14681
2005-06-17 17:12:12 +00:00
Jörg Mayer 723feba68e Update to Sun, February 27 2005.
svn path=/trunk/; revision=13610
2005-03-06 02:07:53 +00:00
Guy Harris 6616a3770c Make the "maintainer-clean" rules get rid of some additional generated
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-02-14 20:33:57 +00:00
Jörg Mayer e0eba32f0d Update FAQ and manuf files
svn path=/trunk/; revision=13050
2005-01-15 18:34:06 +00:00
Jörg Mayer 23caeb1a27 Update manuf and FAQ
svn path=/trunk/; revision=12611
2004-11-28 17:30:18 +00:00
Jörg Mayer adb216f19b Update manuf and FAQ
svn path=/trunk/; revision=12133
2004-09-29 07:11:16 +00:00
Ulf Lamping 2d2b3d4f5a removed "Well Known" help page, as the content (and far more than that) moved to the wiki.
svn path=/trunk/; revision=12100
2004-09-25 10:15:08 +00:00
Jörg Mayer 92bf1f0aea Update FAQ again
svn path=/trunk/; revision=11633
2004-08-09 03:18:33 +00:00
Jörg Mayer 155ee76ad8 Update manuf and faq
svn path=/trunk/; revision=11619
2004-08-06 21:17:01 +00:00
Jörg Mayer fd24ad7d92 .cvsignore is dead
it has been replaced by
svn proplist -v <dir/file>
and
svn propedit <dir/file>

svn path=/trunk/; revision=11422
2004-07-18 23:44:34 +00:00
Jörg Mayer 56c759212f Add epan/dissectors/.cvsignore
Add tags and TAGS to all .cvsignore files

svn path=/trunk/; revision=11419
2004-07-18 22:51:50 +00:00
Guy Harris 8a8b883450 Set the svn:eol-style property on all text files to "native", so that
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-18 00:24:25 +00:00
Jörg Mayer 0b8806bd51 Minor update
svn path=/trunk/; revision=11236
2004-06-25 07:05:38 +00:00
Jörg Mayer 9950e82677 Update manuf and FAQ to current master files
svn path=/trunk/; revision=10856
2004-05-11 22:07:14 +00:00
Jörg Mayer ce87da2e7d Updated to Arpil 20th
svn path=/trunk/; revision=10696
2004-04-25 16:54:00 +00:00
Ulf Lamping e3d1a255a1 build a list of the input file formats instead of a floating text,
added program names to HTML titles,
various minor fixes

svn path=/trunk/; revision=10686
2004-04-25 09:02:04 +00:00
Jörg Mayer 0e4e864b48 Sync with the sources
svn path=/trunk/; revision=10394
2004-03-17 18:13:44 +00:00
Ulf Lamping ccb2eb06ca updated texts to reflect the latest GUI changes
svn path=/trunk/; revision=10376
2004-03-13 19:51:07 +00:00
Ulf Lamping cb24afa0fa fixed various typos
svn path=/trunk/; revision=10220
2004-02-24 17:49:07 +00:00
Ulf Lamping d216cf1dd6 new somewhat improved layout of the capture options dialog
svn path=/trunk/; revision=10173
2004-02-21 22:52:54 +00:00
Guy Harris a4c59cd9a6 Fix the sample filter for capturing traffic to or from a particular MAC
address to match what libpcap expects.

svn path=/trunk/; revision=10107
2004-02-19 06:50:30 +00:00
Jörg Mayer b24c5701bd Update make-faq to the new URL and the changed internal structure
of the FAQ.

Update the FAQ.

svn path=/trunk/; revision=10079
2004-02-18 00:31:23 +00:00
Ulf Lamping 99a49ce529 added help pages "Getting Started" and "Capturing"
svn path=/trunk/; revision=10021
2004-02-10 18:02:38 +00:00
Ulf Lamping 62e8b4836e two new help pages:
getting_started for the very first steps running Ethereal
capturing for some explanation how to capture data

svn path=/trunk/; revision=10013
2004-02-09 18:22:28 +00:00
Jörg Mayer 1bc896c10e Update FAQ to Jan 27th 2004
svn path=/trunk/; revision=9928
2004-02-01 02:10:34 +00:00
Jörg Mayer be6e7afc4e Update to Jan 16th
svn path=/trunk/; revision=9700
2004-01-18 01:33:52 +00:00
Guy Harris a7d9018c1f Have a "toc" file in the help directory, which gives a list of help
topic titles and help file names.

svn path=/trunk/; revision=9417
2003-12-22 22:17:30 +00:00
Ulf Lamping c263d27773 file "convert-include.sh" no longer used, so no need to distribute it
svn path=/trunk/; revision=9413
2003-12-22 21:01:29 +00:00
Guy Harris b3c8b9bb2b Arrange to install the help files.
svn path=/trunk/; revision=9411
2003-12-22 20:04:32 +00:00
Ulf Lamping 2e7258ed35 using distributed help text files, instead of "#include" built in texts
svn path=/trunk/; revision=9408
2003-12-22 08:12:10 +00:00
Jörg Mayer f1218206e3 Update FAQ to December 12 2003
svn path=/trunk/; revision=9375
2003-12-21 03:20:35 +00:00
Ulf Lamping e411cd98b8 From Jeff Morris: using named tempfiles preventing errors on multiprocessor machines
svn path=/trunk/; revision=9295
2003-12-16 06:46:58 +00:00
Guy Harris 0238ed7845 Provide a .cvsignore file.
svn path=/trunk/; revision=9282
2003-12-14 00:05:07 +00:00
Gerald Combs e660fedd31 Add the help directory to the build. Bump the release version to 0.10.0a
svn path=/trunk/; revision=9276
2003-12-13 18:05:49 +00:00
Ulf Lamping 4c5b5d8d51 Added this intermediate files, until a Makfile.am is available for unix systems
svn path=/trunk/; revision=9097
2003-11-27 00:17:12 +00:00
Ulf Lamping 0c5731a50a "static content" and make environment of redesigned online help
svn path=/trunk/; revision=9016
2003-11-18 23:11:49 +00:00