summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-03Added two more y axis scale values to be able to draw time values up toStig Bjørlykke1-2/+2
2007-12-03Ensure we don't wrap the values when calculating advanced time values.Stig Bjørlykke1-2/+2
2007-12-02Changed from Ok button to Close button.Stig Bjørlykke1-5/+5
2007-12-02fix bug #1594: compositions must be differentiated by both protocol and summa...Ulf Lamping1-1/+2
2007-12-01After taking a closer look at SVN 23089, I believe it was intended only to ad...Sake Blok1-1/+1
2007-11-30move "Display Filter Macros" from View to Analyze menu, just below "Display F...Ulf Lamping1-2/+2
2007-11-30Give the flow graph window the correct title.Sake Blok1-1/+1
2007-11-30Show the Display filter in Protocol Hierarchy Statistics.Stig Bjørlykke1-11/+21
2007-11-30Move the "copy" button down to the button bar, to match the layout in Stig Bjørlykke1-25/+71
2007-11-30More summary enhancements:Stig Bjørlykke1-112/+88
2007-11-29hide implementation of module listTomas Kukosa1-9/+9
2007-11-28Remove "Reset coloring" from context menu's to keep the GUI consistent Sake Blok1-5/+0
2007-11-28Add sensitivity to some temporary coloring menu items.Sake Blok1-0/+9
2007-11-28Put double click on a frame link back.Stig Bjørlykke2-4/+9
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher13-32/+63
2007-11-28Fix a problem whereby the smb2 service resposne time statistics filter wasStephen Fisher1-1/+1
2007-11-28some more path fixes for g_ascii_strcasecmp.hRonnie Sahlberg3-3/+3
2007-11-28no need to include those xpm's unless we are building for gtk2Ronnie Sahlberg1-1/+1
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg8-8/+8
2007-11-28Summary enhancements:Stig Bjørlykke1-67/+131
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris13-81/+129
2007-11-27Fix for bug 2000. Make sure that both datalink layer and application layer ag...Jaap Keuter1-2/+3
2007-11-26Disable splash message logging, since it seems to ignore the log level mask.Gerald Combs1-1/+0
2007-11-26If the user has G_LOG_LEVEL_INFO enabled, provide startup progress messages.Gerald Combs2-0/+4
2007-11-26s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss3-5/+6
2007-11-26From Florent Drouin via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=20...Jeff Morriss1-1/+1
2007-11-26Check current_frame instead of finfo_selected before trying to build aStig Bjørlykke1-2/+2