| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=18277
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
changes here. It compiles OK on OS X, but hasn't been tested anywhere else.
svn path=/trunk/; revision=18260
|
|
|
|
|
|
|
|
|
| |
Change the name of the Windows package to "wireshark-setup-..." Other
Ethereal -> Wireshark updates.
We _really_ need a better Wireshark icon.
svn path=/trunk/; revision=18253
|
|
|
|
| |
svn path=/trunk/; revision=18252
|
|
|
|
| |
svn path=/trunk/; revision=18251
|
|
|
|
| |
svn path=/trunk/; revision=18249
|
|
|
|
| |
svn path=/trunk/; revision=18210
|
|
|
|
| |
svn path=/trunk/; revision=18207
|
|
|
|
| |
svn path=/trunk/; revision=18206
|
|
|
|
| |
svn path=/trunk/; revision=18197
|
|
|
|
| |
svn path=/trunk/; revision=18192
|
|
|
|
|
|
| |
we're at it.
svn path=/trunk/; revision=17754
|
|
|
|
| |
svn path=/trunk/; revision=17747
|
|
|
|
| |
svn path=/trunk/; revision=17345
|
|
|
|
| |
svn path=/trunk/; revision=17344
|
|
|
|
| |
svn path=/trunk/; revision=17310
|
|
|
|
|
|
|
|
|
| |
components. Use them to build the VERSION, RC_VERSION, and manifest
versions (the latter two are picky about formatting). This would
probably be useful on the autoconf side, but I didn't see an obvious
way to implement it.
svn path=/trunk/; revision=17302
|
|
|
|
| |
svn path=/trunk/; revision=17292
|
|
|
|
|
|
|
|
| |
"version" field in the manifest is picky about formatting, so setting
a custom version in config.nmake (e.g. "0.10.14-test") will probably
break the Windows build.
svn path=/trunk/; revision=17291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Windows-native routines were integrated by inserting
#if GTK_MAJOR_VERSION >= 2 && _WIN32
win32_native_routine(GDK_WINDOW_HWND(top_level->window));
return;
#endif
at the beginning of each GTK+ file routine. There's probably a prettier
way to do this.
Some of the sizes need to be tweaked in win32-file-dlg.rc, but everything
seems to work.
Fix up whitespace.
svn path=/trunk/; revision=17285
|
|
|
|
|
|
|
|
|
|
|
|
| |
I very often forget to stop a running capture, so Ethereal keeps capturing packets on and on, leaving me with a lot of unrequired packets.
On the other hand (because of the above) I often maximize Ethereal just to see that it's really not capturing any longer.
Looking at the window title isn't of much help, as this title changes with every capture file name loaded, so there's no title which can be easily remembered.
We probably might use this icon mechanism as well, when Ethereal loads a (huge) file, so the user get's a more visual feedback when the capture loading is finished (and probably for other potential "lengthy" tasks as well).
svn path=/trunk/; revision=17042
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
personal backup only, not meant for public testing!
I've copied main.c into dumpcap.c and carved out all things not needed
currently won't work as a command line tool, capture_loop.c wants an input pipe
console output is also very ugly and the whole code needs a lot of further cleanup
shouldn't break the unix build as I've only changed the nmake files so far, but who knows ...
svn path=/trunk/; revision=16615
|
|
|
|
| |
svn path=/trunk/; revision=15918
|
|
|
|
|
|
| |
stock icons and slightly enlarged using the Gimp)
svn path=/trunk/; revision=15885
|
|
|
|
|
|
|
| |
Removed (very few) casts that only change the warning message
but don't remove it (with gcc-4).
svn path=/trunk/; revision=15227
|
|
|
|
|
|
|
|
|
|
| |
Remove svn:executable
Add svn:executable
Add svn:eol-style
Add svn:keywords
svn path=/trunk/; revision=15184
|
|
|
|
| |
svn path=/trunk/; revision=14326
|
|
|
|
| |
svn path=/trunk/; revision=14116
|
|
|
|
|
|
|
|
|
| |
add two toolbar toggle buttons
add icons to various menu items
create new Statistics telephony group and put telephony and alike protocols in it
svn path=/trunk/; revision=14098
|
|
|
|
|
|
|
|
| |
add "new" capture options feature, which will act like old capture start, and change capture start option (for immediately capture)
rename Capture/Clear to Capture/Restart
svn path=/trunk/; revision=14083
|
|
|
|
| |
svn path=/trunk/; revision=14061
|
|
|
|
|
|
|
| |
it from eicon3d64.xpm)
- Fix comment: The 3d logos seem to have a transparent background
svn path=/trunk/; revision=13731
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=11556
|
|
|
|
| |
svn path=/trunk/; revision=11476
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=11388
|
|
|
|
| |
svn path=/trunk/; revision=10981
|
|
|
|
|
|
| |
warning.
svn path=/trunk/; revision=10939
|
|
|
|
|
|
| |
Clean up white space.
svn path=/trunk/; revision=10735
|
|
|
|
| |
svn path=/trunk/; revision=10728
|
|
|
|
| |
svn path=/trunk/; revision=9996
|
|
|
|
| |
svn path=/trunk/; revision=9911
|
|
|
|
|
|
| |
to README.image.
svn path=/trunk/; revision=9846
|
|
|
|
|
|
| |
added some ethereal specific stock icons
svn path=/trunk/; revision=9763
|