aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-01-16From Jim Young:jake6-3/+195
2008-01-15Changed to use GTK stock icon for preferences in the toolbar.stig2-6/+3
2008-01-14Save the changes also when selecting a profile from the list.stig1-22/+20
2008-01-14Several profile enhancements:stig1-0/+31
2008-01-14Added cast of argument to isspace.stig1-1/+1
2008-01-14This patch adds support for configuration profiles, which can be used tostig12-124/+1105
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...stig2-5/+1
2008-01-13Fix for bug #2017: VoIP trace crashes Wireshark when specific RTP Playersfisher1-1/+14
2008-01-10Use glib equivalent of ntohswmeier1-3/+3
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, usesfisher4-477/+477
2008-01-08Fixed some small typos.stig1-3/+3
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgstig14-14/+14
2008-01-08Make RTP player G.729 Annex B compatible.jake1-3/+9
2008-01-03Never print x axis values outside the graph (we now have "view as time of day").stig1-10/+16
2008-01-02Initialize io->view_as_time.stig1-1/+2
2007-12-29Fix a cut'n'paste error for GTK_VERSION < 2 in last commit.stig1-25/+25
2007-12-29Add an option to view the X axis as time of day instead of seconds since stig1-13/+70
2007-12-29Add a warning in the IO Graph if too many elements.stig1-4/+25
2007-12-28save RTP in 16-bit linear PCM instead of 8-bit G.711 u-Lawkukosa1-47/+35
2007-12-21Fix menu sensitivity even for text only nodes.jake1-11/+2
2007-12-16Temporarily #if 0 out code that was causing crashes.guy1-0/+8
2007-12-15Changes the name of the menu item "View/Reset Coloring" tosake1-1/+3
2007-12-15With increasing number of dissectors, heuristics cause sometimes false hits o...jake3-20/+90
2007-12-14Source code cleanup.jake2-31/+34
2007-12-12Do not use calc_field unless in advanced y axis (bug 1763).stig1-14/+18
2007-12-10If not building for gtk 2.4.0, if out a function that is only used when sahlberg1-1/+2
2007-12-10Fix conversions so compiles for both 32-bit and 64-bitwmeier1-5/+5
2007-12-10Fix Bug #2055: "File Save not working properly";wmeier1-8/+28
2007-12-09Add macros for various filter actions and types, and to combine themguy3-185/+179
2007-12-09Add macros for various filter actions, types, and directions, and toguy1-212/+212
2007-12-09Add extra parenthesization, tweak name of argument to some macros toguy1-8/+8
2007-12-08some updates to make it compile with gtk/glib < 2sahlberg1-18/+21
2007-12-08Revert SVN #23728 since change (to fix a Windows issue) is in code not used o...wmeier1-8/+1
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"stig1-4/+213
2007-12-05Make sure the "auto scroll in live capture" toolbar button and menu itemgerald2-8/+19
2007-12-05Do not redraw graph and goto frame 1 if selecting an "item" outside the liststig1-0/+1
2007-12-05Use G_GINT64_MODIFIER for gint64 and guint64 values.guy1-2/+2
2007-12-04Do not create an illegal filter when having an empty display filter andstig3-16/+52
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBgerald1-0/+11
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-0/+563
2007-12-04add missing emem.h include (prefs-int.h uses emem structures now)kukosa1-0/+1
2007-12-04Add macros for various filter actions and types, and to combine themguy1-67/+86
2007-12-04More whitespace cleanup.guy1-8/+7
2007-12-04Clean up indentation.guy2-6/+6
2007-12-04Add a break statement - not necessary in this case, but cleaner, andguy1-0/+1
2007-12-04Note in a comment the sad truth that CFURLCreateWithString() failsguy1-0/+6
2007-12-04- Added three more y axis scale values to be able to draw time valuesstig1-53/+5
2007-12-04Simplified y-positions for FBAR and DOT to ensure out-of-graph values arestig1-3/+3
2007-12-04If we're using the native Windows file dialog, don't bother to see if the gerald1-1/+8
2007-12-03Use same notation for all y axis time labels, so we don't end up having onestig1-9/+9