aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-02-03Disable error substring controls when show errors checkbox is disabled.Martin Mathieson2-4/+32
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-5/+5
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...Anders Broman3-0/+16
2011-01-31Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-1/+1
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.Bill Meier1-1/+1
2011-01-31Only define view_menu_auto_scroll_live_cb if HAVE_LIBPCAPAnders Broman1-0/+2
2011-01-31Try to fix previous commit.Anders Broman2-3/+7
2011-01-31From Cal Turney:Anders Broman4-63/+64
2011-01-31Added filter autocomplete to "Edit Column Details".Stig Bjørlykke1-0/+3
2011-01-30Fix various instances of "unreachable code".Bill Meier2-2/+1
2011-01-30Don't compile non-used (unreachable) code on Windows.Bill Meier1-6/+10
2011-01-30Don't compile unused non-Windows code when on Windows.Bill Meier1-28/+51
2011-01-29Improve r35695/35696 by repeating the whole function call in eachStephen Fisher1-4/+2
2011-01-29Fix Windows compile error(s);Bill Meier1-4/+4
2011-01-29If we're compiling with GTK+ 2.14 or higher, use accessor functionStephen Fisher1-0/+4
2011-01-26From Irene Ruengeler: Double check that the interface specified in theMichael Tüxen1-7/+14
2011-01-24Fix crash when doing File ! Export ! Objects ! SMB.Bill Meier1-146/+125
2011-01-23Fix a crash which can occur if a user hits "Capture:Options" immediately foll...Bill Meier1-9/+57
2011-01-23Reword some text about the accuracy of the dislayed values.Bill Meier1-1/+1
2011-01-22Resolve bug #2520 by moving the follow stream direction combo box above theStephen Fisher1-32/+36
2011-01-22Set active combo_box entry before connecting the changed signalStig Bjørlykke1-1/+1
2011-01-22Close dir opened by ws_dir_open().Stig Bjørlykke1-0/+1
2011-01-22Add buttons to allow filtering only UL or DL on selected UE.Martin Mathieson1-47/+144
2011-01-21Re-arrange help menu a bit to group website and wiki links.Jaap Keuter1-3/+3
2011-01-19Cast the returned value from strlen() to an int to make the Windows 64-bitStephen Fisher1-2/+2
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher2-9/+33
2011-01-19From Cal Turney via bug #5585: When searching in packet bytes, the field andStephen Fisher1-0/+3
2011-01-19Fix the broken Edit Menu when UImanager is used.Anders Broman1-5/+5
2011-01-17Remove redundant test for a non-null pointer;Bill Meier1-1/+1
2011-01-14Move MAC and RLC stats menu items into a common LTE subtree.Martin Mathieson2-2/+2
2011-01-08From H.sivank:Guy Harris1-1/+30
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-2/+1
2011-01-05Rearrange the Intenals and Help menu somewhat.Jaap Keuter1-19/+18
2011-01-05Clean up the white space.Jaap Keuter1-230/+210
2010-12-29Fix Windows build, which complained about possible loss of data convertingStephen Fisher1-1/+1
2010-12-28Implement first part of request in bug #5527 - allow the user to changeStephen Fisher1-2/+31
2010-12-28Add support for showing errors matching substrings (like LTE RLC stats suppor...Martin Mathieson1-1/+26
2010-12-28Add a tooltip.Martin Mathieson1-1/+2
2010-12-27Clarify some commentsStephen Fisher1-2/+6
2010-12-27The RTP Player shows the number of seconds since the beginning of thatStephen Fisher1-1/+1
2010-12-22Fix for bug 5513:Jaap Keuter1-6/+6
2010-12-22Fix marking functionality (bug 5279)Sake Blok3-18/+31
2010-12-21Set default graph file format to more appropriate Portable Network Graphics.Jaap Keuter1-4/+12
2010-12-21From Marc Giertzsch:Jaap Keuter1-5/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+4
2010-12-15From k barnard:Jaap Keuter1-5/+34
2010-12-09Always provide wslua_plugin_list, even if we don't have Lua configured.Balint Reczey1-3/+0
2010-12-07Change includes for getenv_utf8()Jeff Morriss1-5/+5
2010-12-07Change the accelerator keys for "goto previous/next packet in conversation" f...Sake Blok1-4/+4
2010-12-06Revert r35132 so that a better fix can be implemented that doesn't breakStephen Fisher1-3/+4