| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This patch fixes several misspellings/typos in Wireshark documentation.
svn path=/trunk/; revision=28249
|
|
|
|
| |
svn path=/trunk/; revision=27997
|
|
|
|
| |
svn path=/trunk/; revision=27359
|
|
|
|
|
|
|
| |
html2text.py. You can override this by adjusting config.nmake or by setting
HTML2TXT.
svn path=/trunk/; revision=27041
|
|
|
|
|
|
|
| |
so to fix a problem with OS X 10.4. Add html2text.py to the end of the
faq.txt target.
svn path=/trunk/; revision=27040
|
|
|
|
| |
svn path=/trunk/; revision=27003
|
|
|
|
| |
svn path=/trunk/; revision=27001
|
|
|
|
| |
svn path=/trunk/; revision=26999
|
|
|
|
|
|
| |
Tested with Links 2.1pre37.
svn path=/trunk/; revision=26997
|
|
|
|
|
|
| |
User srcdir in Makefiles for faq.py.
svn path=/trunk/; revision=26996
|
|
|
|
| |
svn path=/trunk/; revision=26986
|
|
|
|
| |
svn path=/trunk/; revision=26983
|
|
|
|
|
|
| |
required tools.
svn path=/trunk/; revision=26982
|
|
|
|
| |
svn path=/trunk/; revision=26981
|
|
|
|
|
|
|
|
| |
fix from FAQ. Update the makefiles to build help/faq.txt and FAQ. Remove
help/faq.txt and FAQ from the repository, since they're automatically
generated now. Remove the make-faq script.
svn path=/trunk/; revision=26980
|
|
|
|
|
|
| |
in its current state.
svn path=/trunk/; revision=26978
|
|
|
|
|
|
| |
Minor errors in the documentation, and an Ethereal reference
svn path=/trunk/; revision=24673
|
|
|
|
| |
svn path=/trunk/; revision=24400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Update FAQ and help/faq.txt to current version.
svn path=/trunk/; revision=23515
|
|
|
|
| |
svn path=/trunk/; revision=21979
|
|
|
|
| |
svn path=/trunk/; revision=20991
|
|
|
|
| |
svn path=/trunk/; revision=20345
|
|
|
|
| |
svn path=/trunk/; revision=19053
|
|
|
|
| |
svn path=/trunk/; revision=18979
|
|
|
|
|
|
|
| |
http://www.wireshark.org/faq_plain.html, which doesn't have any images
or menus.
svn path=/trunk/; revision=18382
|
|
|
|
| |
svn path=/trunk/; revision=18380
|
|
|
|
|
|
|
|
|
|
|
| |
ethereal.com -> wireshark.org
mailing lists and addresses
ETHEREAL -> WIRESHARK
Man pages
Automake/Autoconf names
svn path=/trunk/; revision=18271
|
|
|
|
| |
svn path=/trunk/; revision=18268
|
|
|
|
| |
svn path=/trunk/; revision=18207
|
|
|
|
| |
svn path=/trunk/; revision=18206
|
|
|
|
| |
svn path=/trunk/; revision=18197
|
|
|
|
| |
svn path=/trunk/; revision=17482
|
|
|
|
|
|
| |
page "expression")
svn path=/trunk/; revision=16976
|
|
|
|
| |
svn path=/trunk/; revision=16742
|
|
|
|
| |
svn path=/trunk/; revision=15880
|
|
|
|
|
|
|
| |
- Update manuf
- Update faq
svn path=/trunk/; revision=15560
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=14681
|
|
|
|
| |
svn path=/trunk/; revision=13610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=13050
|
|
|
|
| |
svn path=/trunk/; revision=12611
|
|
|
|
| |
svn path=/trunk/; revision=12133
|
|
|
|
|
|
| |
moved to the wiki.
svn path=/trunk/; revision=12100
|
|
|
|
| |
svn path=/trunk/; revision=11633
|
|
|
|
| |
svn path=/trunk/; revision=11619
|
|
|
|
|
|
|
|
|
| |
it has been replaced by
svn proplist -v <dir/file>
and
svn propedit <dir/file>
svn path=/trunk/; revision=11422
|
|
|
|
|
|
| |
Add tags and TAGS to all .cvsignore files
svn path=/trunk/; revision=11419
|
|
|
|
|
|
|
|
|
| |
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
|