aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-01-26Introduce "Remove Ignored packets" in Packet Range frames, which is used inStig Bjørlykke1-18/+139
2010-01-25From Jakub Zawadzki:Anders Broman1-17/+15
2010-01-25Handle underscore escaping/unescaping for old packet list; SimplifyGerasimos Dimitriadis1-2/+8
2010-01-25Add a field to allow easy filtering of one SN of interest.Martin Mathieson1-21/+94
2010-01-25Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis2-5/+5
2010-01-24Handle underscore escaping/unescaping of the column titlesGerasimos Dimitriadis2-35/+13
2010-01-24When a custom column is added, escape the underscores in the name ofGerasimos Dimitriadis1-1/+33
2010-01-22Show NACKs in the UE tableMartin Mathieson1-11/+21
2010-01-22Fix some counters.Martin Mathieson1-4/+8
2010-01-22Fix some labels, and maintain overall frame countMartin Mathieson1-3/+9
2010-01-22Add a simple help page for LTE RLC stats.Martin Mathieson3-3/+6
2010-01-20Fix a test, and make some more functions static.Martin Mathieson1-4/+4
2010-01-20Added rlc_lte_stat_dlg.c.Stig Bjørlykke1-0/+1
2010-01-20Add initial version of LTE RLC stats dialog.Martin Mathieson2-0/+1046
2010-01-20From Jim Young:Anders Broman2-0/+10
2010-01-19Use more unique names for certain enum constants.Bill Meier2-4/+4
2010-01-19From Jakub Zawadzki: get rid of redundant BYTE_VIEW_WIDTH andGuy Harris1-7/+3
2010-01-19From Jakub Zawadzki: fix the return type of hex_view_get_byte().Guy Harris1-1/+1
2010-01-15From Didier Gautheron:Anders Broman1-18/+37
2010-01-13Improved the Interface Options dialog:Stig Bjørlykke1-20/+25
2010-01-13Display the capture filter in the main window title when capturing.Stig Bjørlykke1-20/+20
2010-01-11Use get_column_custom_field() to get unknown custom column field.Stig Bjørlykke2-2/+2
2010-01-11Fixed the tooltip for unknown custom column field.Stig Bjørlykke2-6/+10
2010-01-11From Jim Young:Anders Broman1-6/+12
2010-01-07Clean up indentation.Guy Harris1-55/+55
2010-01-04Check for valid linktype_history in capture_get_linktype().Stig Bjørlykke1-1/+6
2009-12-30Set correct linktype when starting capture from the welcome page.Stig Bjørlykke3-8/+25
2009-12-29Show in stats % of UL traffic that is padding (subheader or payload).Martin Mathieson1-4/+16
2009-12-29Squelch warning from MSVC++ when building 64-bit code.Guy Harris1-1/+1
2009-12-29Use gtk_editable_insert_text() instead of deprecated gtk_entry_append_text().Bill Meier1-6/+10
2009-12-29Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier1-2/+2
2009-12-29Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier1-83/+68
2009-12-27Fix for bug 4354:Jaap Keuter1-1/+6
2009-12-24Add save option to RTP graph window.Jaap Keuter1-2/+28
2009-12-22Rename splash_register_freq to info_update_freq. Use it to throttle nameGerald Combs2-7/+8
2009-12-22Change host_name_lookup_process to return TRUE if anything new has beenGerald Combs1-6/+24
2009-12-22Renamed some menu items to clarify the usage:Stig Bjørlykke1-6/+6
2009-12-22Set correct sensitivity for "Ignore All Packets".Stig Bjørlykke1-0/+2
2009-12-22Only mark/ignore displayed frames when doing mark/ignore all packetsSake Blok1-2/+4
2009-12-21Add "Ignore all packets", just like "Mark all packets"Sake Blok5-4/+44
2009-12-21Added Copy Profile functionality.Stig Bjørlykke2-15/+76
2009-12-20Set new column minimum width and resize column when changing column titleStig Bjørlykke1-0/+5
2009-12-18PortAudio doesn't make sure that a default device is even available on the de...Jaap Keuter1-40/+130
2009-12-18Added some shortcuts for the Ignore Packet menu items.Stig Bjørlykke1-4/+4
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-3/+3
2009-12-17Squelch GTK warnings on the RTP player progress bar when resizeing the window.Jaap Keuter1-1/+2
2009-12-17Squelch a GTK warning on the RTP player spinner control.Jaap Keuter1-1/+1
2009-12-17Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke6-3/+62
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke7-16/+150
2009-12-15Behave more gracefully if WinPcap isn't installed. Don't assert ifGerald Combs1-1/+1