aboutsummaryrefslogtreecommitdiffstats
path: root/image
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26Fix the Windows buildbot after r35032Stephen Fisher1-1/+1
svn path=/trunk/; revision=35033
2010-10-13Add a wireshark file stock icon.Anders Broman1-0/+121
svn path=/trunk/; revision=34496
2010-08-03Remove the up/down arrow images. They haven't been used in a very longGerald Combs3-45/+0
time. svn path=/trunk/; revision=33693
2010-03-25Remove propery svn:eol-style: none of the other .svg files in this dir have ↵Bill Meier1-427/+427
this property. svn path=/trunk/; revision=32281
2010-01-27Added "Remove Ignored packets" to the win32 dialogs.Stig Bjørlykke1-42/+48
svn path=/trunk/; revision=31695
2010-01-13Cleanup the SVN properties of the images.Jaap Keuter1-878/+878
svn path=/trunk/; revision=31515
2010-01-12From Elliott: Add contrast to the border.Gerald Combs1-0/+0
svn path=/trunk/; revision=31505
2009-11-17Add the images used to create the new document icon. Remove the old docGerald Combs9-241/+0
icon files. svn path=/trunk/; revision=30993
2009-11-17Update the document icons.Gerald Combs1-0/+0
svn path=/trunk/; revision=30990
2009-11-15From Alejandro Vaquero:Anders Broman7-0/+1013
Add RTP player to "RTP Stream Analysis" and makeover of VoIP flow https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4240 svn path=/trunk/; revision=30967
2009-11-13Minor adjustments.Gerald Combs2-6/+6
svn path=/trunk/; revision=30959
2009-11-12Add a USB network icon.Gerald Combs2-0/+126
svn path=/trunk/; revision=30941
2009-11-10Move the contents of image/expert_*.h to gtk/expert_indicators.h. AddGerald Combs8-744/+0
pixbuf versions of the wired, wireless, and bluetooth interface icons to gtk/network_icons.h. In the interface list use the new icons in all their alpha-channel-infested glory. Add Makefile targets for rebuilding the pixbuf files. svn path=/trunk/; revision=30922
2009-11-05Make each level color and the light gradient color in the statusbar match.Gerald Combs9-128/+127
svn path=/trunk/; revision=30836
2009-11-05Fix the property list.Jaap Keuter1-0/+0
svn path=/trunk/; revision=30829
2009-11-05Lighten the chat and none icons as suggested by Stig.Gerald Combs5-74/+88
svn path=/trunk/; revision=30828
2009-11-04Fix the expert_error border.Gerald Combs2-33/+31
svn path=/trunk/; revision=30826
2009-11-04Add a convenience routine to convert pixbuf data generated byGerald Combs16-449/+730
gdk-pixbuf-csource to a GtkImage. Use it to load the expert indicator images. Add prettier indicator images. The "chat" indicator is more blue in order to differentiate it from the "none" indicator; make the chat text background more blue to match. svn path=/trunk/; revision=30825
2009-02-13add a (Windows only) bluetooth network interface iconUlf Lamping2-0/+154
svn path=/trunk/; revision=27447
2009-02-11use a special icon for "VMware" virtual networks (yes, I know the icon is ↵Ulf Lamping1-0/+157
*not* very good - but I have no better idea how to display that) svn path=/trunk/; revision=27431
2009-01-31Get rid of carriage returns, and set the EOL style to "native".Guy Harris5-496/+496
Make some arrays const, to squelch warnings. svn path=/trunk/; revision=27337
2009-01-30Windows only: for some typical capture interface names (with a "built in" ↵Ulf Lamping6-0/+388
heuristic), show specific icons in the interface list and the welcome page (this helps to find the right interface) svn path=/trunk/; revision=27335
2008-06-24Make it obvious that this is a development version. Fix a makefileGerald Combs2-0/+2067
dependency on the splash images. svn path=/trunk/; revision=25594
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss2-1/+40
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330
2008-04-16remove the copied xpm stock icon files from SVN and use the "GTK built in" ↵Ulf Lamping8-1177/+0
stock icons this will also prevent us from showing different stock icons for "our" xpm stock icons and the "system defaults". GTK (for Windows?) changed the icon theme somewhere around V2.10 (or later?) and/or the user might use a different icon theme, so this isn't an esoteric case ;-) svn path=/trunk/; revision=25075
2008-04-14"const static char *" -> "static const char *" to fix buildStephen Fisher2-2/+2
svn path=/trunk/; revision=25013
2008-04-14add stock icons for expert info and flow graphUlf Lamping2-0/+108
svn path=/trunk/; revision=25012
2008-04-13fixes related to file_dlg_win32.rcUlf Lamping3-3/+3
svn path=/trunk/; revision=24976
2008-04-09Make expert xpm strings const to avoid warning/error on UnixStephen Fisher5-5/+5
svn path=/trunk/; revision=24863
2008-04-09use 14*14 pixel iconUlf Lamping5-265/+440
svn path=/trunk/; revision=24858
2008-04-08prevent unix compilation problems, use "static const char"Ulf Lamping5-5/+5
svn path=/trunk/; revision=24844
2008-04-08improve expert info indicator icons, but still not perfectUlf Lamping5-264/+262
svn path=/trunk/; revision=24843
2008-04-05Remove more GTK1 code and related xpm files.Stephen Fisher15-2456/+0
svn path=/trunk/; revision=24795
2008-04-05Make xpm strings const to squelch compiler warnings on Unix.Stephen Fisher5-5/+5
svn path=/trunk/; revision=24779
2008-04-05add an "LED" to the statusbar, that indicates the most important level of ↵Ulf Lamping5-0/+276
expert info in the capture file svn path=/trunk/; revision=24777
2008-03-29Replace field values with constants, correcting some values.Jaap Keuter10-40/+40
Remove the pre-release flag from FILEFLAGS in the resource file. svn path=/trunk/; revision=24758
2008-03-27Change the "Filter:" button in the Win32 open and merge dialogs to a Gerald Combs1-4/+6
"Display filter" label. svn path=/trunk/; revision=24734
2008-03-15Make the document icon brighter and clean it up.Gerald Combs1-0/+0
svn path=/trunk/; revision=24641
2008-03-14Try out a new Windows document icon.Gerald Combs1-0/+0
svn path=/trunk/; revision=24629
2008-02-19Switch to the "oooh shiny" splash image.Gerald Combs1-281/+878
svn path=/trunk/; revision=24393
2008-02-19Add rawshark.rc.in to tarball.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=24388
2008-02-18Remove svn:executable propertyBill Meier1-0/+0
svn path=/trunk/; revision=24384
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs9-18/+18
instead of "0". svn path=/trunk/; revision=24376
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs2-1/+42
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339
2007-11-24Whoops... forgot the 'svn add' the icons :-)Sake Blok10-0/+300
svn path=/trunk/; revision=23561
2007-07-20Make the lawyer happy - add a registered trademark symbol.Gerald Combs1-8/+20
svn path=/trunk/; revision=22366
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher3-3/+3
svn path=/trunk/; revision=21160
2007-02-02Add a Windows installer icon. Remove the ARGB versions from the otherGerald Combs3-0/+0
Windows icons. svn path=/trunk/; revision=20685
2007-02-02Add an installer icon.Gerald Combs2-0/+194
svn path=/trunk/; revision=20684
2006-11-13Set a transparency threshold for the XPM icons. Have the make-icons scriptGerald Combs8-40/+49
constify the XPMs. svn path=/trunk/; revision=19883