aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...Stig Bjørlykke2-5/+1
2008-01-13Fix for bug #2017: VoIP trace crashes Wireshark when specific RTP PlayerStephen Fisher1-1/+14
2008-01-10Use glib equivalent of ntohsBill Meier1-3/+3
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, useStephen Fisher4-477/+477
2008-01-08Fixed some small typos.Stig Bjørlykke1-3/+3
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke14-14/+14
2008-01-08Make RTP player G.729 Annex B compatible.Jaap Keuter1-3/+9
2008-01-03Never print x axis values outside the graph (we now have "view as time of day").Stig Bjørlykke1-10/+16
2008-01-02Initialize io->view_as_time.Stig Bjørlykke1-1/+2
2007-12-29Fix a cut'n'paste error for GTK_VERSION < 2 in last commit.Stig Bjørlykke1-25/+25
2007-12-29Add an option to view the X axis as time of day instead of seconds since Stig Bjørlykke1-13/+70
2007-12-29Add a warning in the IO Graph if too many elements.Stig Bjørlykke1-4/+25
2007-12-28save RTP in 16-bit linear PCM instead of 8-bit G.711 u-LawTomas Kukosa1-47/+35
2007-12-21Fix menu sensitivity even for text only nodes.Jaap Keuter1-11/+2
2007-12-16Temporarily #if 0 out code that was causing crashes.Guy Harris1-0/+8
2007-12-15Changes the name of the menu item "View/Reset Coloring" toSake Blok1-1/+3
2007-12-15With increasing number of dissectors, heuristics cause sometimes false hits o...Jaap Keuter3-20/+90
2007-12-14Source code cleanup.Jaap Keuter2-31/+34
2007-12-12Do not use calc_field unless in advanced y axis (bug 1763).Stig Bjørlykke1-14/+18
2007-12-10If not building for gtk 2.4.0, if out a function that is only used when Ronnie Sahlberg1-1/+2
2007-12-10Fix conversions so compiles for both 32-bit and 64-bitBill Meier1-5/+5
2007-12-10Fix Bug #2055: "File Save not working properly";Bill Meier1-8/+28
2007-12-09Add macros for various filter actions and types, and to combine themGuy Harris3-185/+179
2007-12-09Add macros for various filter actions, types, and directions, and toGuy Harris1-212/+212
2007-12-09Add extra parenthesization, tweak name of argument to some macros toGuy Harris1-8/+8
2007-12-08some updates to make it compile with gtk/glib < 2Ronnie Sahlberg1-18/+21
2007-12-08Revert SVN #23728 since change (to fix a Windows issue) is in code not used o...Bill Meier1-8/+1
2007-12-06Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol"Stig Bjørlykke1-4/+213
2007-12-05Make sure the "auto scroll in live capture" toolbar button and menu itemGerald Combs2-8/+19
2007-12-05Do not redraw graph and goto frame 1 if selecting an "item" outside the listStig Bjørlykke1-0/+1
2007-12-05Use G_GINT64_MODIFIER for gint64 and guint64 values.Guy Harris1-2/+2
2007-12-04Do not create an illegal filter when having an empty display filter andStig Bjørlykke3-16/+52
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBGerald Combs1-0/+11
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+563
2007-12-04add missing emem.h include (prefs-int.h uses emem structures now)Tomas Kukosa1-0/+1
2007-12-04Add macros for various filter actions and types, and to combine themGuy Harris1-67/+86
2007-12-04More whitespace cleanup.Guy Harris1-8/+7
2007-12-04Clean up indentation.Guy Harris2-6/+6
2007-12-04Add a break statement - not necessary in this case, but cleaner, andGuy Harris1-0/+1
2007-12-04Note in a comment the sad truth that CFURLCreateWithString() failsGuy Harris1-0/+6
2007-12-04- Added three more y axis scale values to be able to draw time valuesStig Bjørlykke1-53/+5
2007-12-04Simplified y-positions for FBAR and DOT to ensure out-of-graph values areStig Bjørlykke1-3/+3
2007-12-04If we're using the native Windows file dialog, don't bother to see if the Gerald Combs1-1/+8
2007-12-03Use same notation for all y axis time labels, so we don't end up having oneStig Bjørlykke1-9/+9
2007-12-03Fix indentation.Guy Harris1-3/+3
2007-12-03Clean up indentation. Guy Harris1-106/+106
2007-12-03If CoreFoundation create calls fail, fail, don't drive on.Guy Harris1-0/+6
2007-12-03Parenthesize the operand of the cast, to make it clearer that we'reGuy Harris1-1/+1
2007-12-03Add another cast.Anders Broman1-1/+1
2007-12-03Add some casts to get the windows compiler happy.Stig Bjørlykke1-4/+4