aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-14From Valerio Messina:Jaap Keuter8-38/+39
2009-12-14Moved conversations_ipv6.c and hostlist_ipv6.c to TAP_SRC.Stig Bjørlykke1-2/+2
2009-12-13From Andreas Heise:Anders Broman1-1/+1
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sGuy Harris1-1/+1
2009-12-11Add new filesJörg Mayer1-0/+2
2009-12-11Fix for bug 3801:Jaap Keuter1-16/+26
2009-12-11From Andreas Heise:Anders Broman1-0/+2
2009-12-10From Clif Bratcher:Jaap Keuter3-0/+204
2009-12-09Cleanup some column alignment code.Stig Bjørlykke2-17/+8
2009-12-09Save column alignment in the old packet list.Stig Bjørlykke1-10/+56
2009-12-09Moved column xalign values.Stig Bjørlykke2-5/+6
2009-12-09Added "No Sorting" and Align menu items to the old packet list Stig Bjørlykke3-20/+65
2009-12-08When freezing/thawing selection gets lost.Anders Broman1-1/+17
2009-12-03- Use the gtk_tree_view_column_set_min_width() method alsoAnders Broman1-13/+15
2009-12-03Improved Apply/Prepare a filter from Packet List for custom columns:Stig Bjørlykke1-3/+16
2009-12-02Use size_t for length.Stig Bjørlykke1-1/+1
2009-12-02Set tooltips on the column button.Stig Bjørlykke1-11/+6
2009-12-02Indicate default column alignment in the popup menu.Stig Bjørlykke3-6/+58
2009-12-02Fixed opening correct preferences page.Stig Bjørlykke3-6/+20
2009-12-02Borrow some of the web site colors for the welcome screen.Gerald Combs1-45/+21
2009-12-01Fix a comment.Guy Harris1-1/+1
2009-12-01Use pango_font_description_get_size() to pad out the default columnGerald Combs1-5/+3
2009-12-01Save column alignment in the recent file.Stig Bjørlykke5-14/+157
2009-12-01Added three states for sorting: ascending, descending and no sortingStig Bjørlykke3-2/+11
2009-12-01Clean up indentation a bit more.Guy Harris1-21/+21
2009-12-01Squelch LLP64 warning.Guy Harris1-106/+104