aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2011-01-08From H.sivank:guy1-1/+30
-A patch to allow drag and drop on wireshark icon doc. It does not require old(Carbon) ScriptExec. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35428 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald1-2/+1
UTF-8 where we don't already do so. In Wireshark use g_utf16_to_utf8 instead of utf_16to8. This should fix bug 5520. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35411 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Rearrange the Intenals and Help menu somewhat.jake1-19/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35392 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-05Clean up the white space.jake1-230/+210
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35372 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-29Fix Windows build, which complained about possible loss of data convertingsfisher1-1/+1
from a double to a time_t. I removed nstime_to_secs() and grab the seconds portion of the nstime (which is a time_t), since that's all the precision needed in the code right now anyway. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35293 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Implement first part of request in bug #5527 - allow the user to changesfisher1-2/+31
the timestamp display in the RTP Player to time of day with a checkbox similar to in the IO Stats graph. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35288 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Add support for showing errors matching substrings (like LTE RLC stats ↵martinm1-1/+26
supports). TODO: fix the loayout/spacing.... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35281 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-28Add a tooltip.martinm1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35280 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27Clarify some commentssfisher1-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35279 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-27The RTP Player shows the number of seconds since the beginning of thatsfisher1-1/+1
call's packet flow along the x-axis. Add " s" to the end of each number to give the user an idea those numbers are seconds. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35278 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Fix for bug 5513:jake1-6/+6
Prepare filter must take Fwd and Rev part in combined filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35247 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Fix marking functionality (bug 5279)sake3-18/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35244 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21Set default graph file format to more appropriate Portable Network Graphics.jake1-4/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35236 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21From Marc Giertzsch:jake1-5/+15
Dialog RTP Graph analysis is not showing forward and reverse delta. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35235 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+4
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-15From k barnard:jake1-5/+34
Flag when a packet has been dropped by the jitter buffer in the audio player, by showing: D dropped packet W wrong timestamp S silence added by wireshark To show when audio 'glitches' may have come from the processing the received packets through the jitter buffer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35192 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-09Always provide wslua_plugin_list, even if we don't have Lua configured.rbalint1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35163 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-07Change includes for getenv_utf8()morriss1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35150 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-07Change the accelerator keys for "goto previous/next packet in conversation" ↵sake1-4/+4
from "<ctrl>+[" and "<ctrl>+]" to "<ctrl>+," and "<ctrl>+." as the bracket keys cause problems on many keyboards where they are "hidden" behind AltGr (I was tipped by a user with a German keyboard that has that "problem"). The new keys should cause no problems on most keyboards according to http://en.wikipedia.org/wiki/Keyboard_layout. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35143 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-06Revert r35132 so that a better fix can be implemented that doesn't breaksfisher1-3/+4
non-printable non-UTF8 ASCII characters such as in binary streams. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35136 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-06Remove unnecessary #include "../isprint.h"sfisher1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35135 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-06Change isprint() calls in follow_stream.c (shared code that supports Followsfisher1-4/+3
TCP, UDP and SSL streams) to g_unichar_isprint() so that UTF-8 characters are displayed properly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35132 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-06Fix various typos and spelling errors.wmeier4-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35126 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-03After applying GUI preferences, reset the welcome screen's header messagesfisher3-1/+8
in case the show version in welcome screen option was toggled. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35114 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-03Don't include epan/emem.h twice.sfisher1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35109 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-03Change the Wireshark stock icon description from "Auto Scroll in Live Capture"sfisher1-1/+1
to "Auto Scroll" to save space in the main toolbar. Leave the rest of the references (such as in the view menu) as they were. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35108 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-30Convert the .c file names to .obj before putting them in WIRESHARK_GTK_OBJECTS.morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35081 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-30Move the port audio source into a separate variable which is not run through ↵morriss1-3/+7
checkapi. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35080 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ↵morriss3-14/+19
target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35075 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29Fix "colorize with filter" functionality that got broken with the ↵sake1-0/+4
new_packet_list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35074 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29Move the checkapi targes to Makefile.common. Rename Makefile.nmake's ↵morriss3-19/+14
WIRESHARK_GTK_SRC to WIRESHARK_GTK_ALL_SRC to avoid reusing the variable of the same name from Makefile.common; Put DIRTY_GENERATED_C_FILES back in that variable since checkapi is no longer run on it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35069 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29Remove DIRTY_GENERATED_C_FILES from WIRESHARK_GTK_SRC so we don't run ↵morriss1-4/+1
checkapi on it. Also remove capture_if_details_dlg_win32.c from the checkapi list since it's in WIRESHARK_GTK_SRC (which is in the list of files checkapi is run against). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35067 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29Remove file_dlg_win32.c and print_win32.c from the checkapi target.morriss1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35066 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29Add DIRTY_GENERATED_C_FILES to GENERATED_FILES (so they get cleaned up by ↵morriss1-1/+4
distclean). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35065 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-29Allow DCT error strings containing given subsets to be filtered upon.martinm1-3/+28
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35059 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28u3.c has moved.jmayer1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35057 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28Partially clean up white space.guy1-104/+104
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35049 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28Clean up white space.guy1-366/+374
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35048 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28Move u3 code to top-level directory since it's not GTK specificsfisher6-246/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35046 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28Don't report an error twice.guy1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35045 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28Add GCC-style printf annotation to the routines that now take a formatguy2-1/+5
string and format arguments, and fix issues warned about by that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35044 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-28Clean up white space.guy1-101/+101
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35043 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-27Make some other statusbar routines take a format string and format args,guy5-74/+61
and get rid of an unnecessary string pointer. Make the argument to welcome_header_push_msg() a const pointer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35042 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesguy10-101/+29
use GTK+ data types, so, at least in theory, it could be implemented atop another toolkit. Make statusbar_push_temporary_msg() take a format string and format arguments. Use it instead of simple_status(), and change one call to just take a format string and arguments rather than to take the result of using that format string and arguments with g_strdup_printf() and passing the result to statusbar_push_temporary_msg(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35041 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-26Fix the rest of the include paths after the move of native win32 code to ↵sfisher4-4/+4
win32 and out of the gtk directory in r35032 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35034 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-26Move native Win32 code to its own directory and out of gtk directory ↵sfisher7-2405/+11
(hopefully without breaking any builds) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35032 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-25Update comments to point to the previous commit to enhance traceabillity.etxrab1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35028 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-25Remove threading of tap update.etxrab1-55/+8
See http://www.wireshark.org/lists/wireshark-dev/200611/msg00199.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35027 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-25Create proper Help reference.jake3-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35026 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-24Try to fix dummy header settings alignment.jake1-16/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35019 f5534014-38df-0310-8fa8-9805f1628bb7