aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Don't include capture-related headers if we don't support capturingGuy Harris3-6/+9
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris3-5/+5
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris3-5/+5
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris3-92/+106
2010-05-12Don't set the sensitivity of the Open button based on whether we canGuy Harris1-0/+23
2010-05-11Initialize the GValues without triggering any warningsGerasimos Dimitriadis1-2/+2
2010-05-11Make the changes compile on Linux also.Jaap Keuter1-3/+9
2010-05-11Start to replace deprecated gtk_combo_new() withAnders Broman1-7/+82
2010-05-11Replace deprecated gtk_input_add_full()Anders Broman1-12/+19
2010-05-11Follow on to rev 32593: apparently delaying the start of resolv_update_cb() i...Jeff Morriss1-2/+4
2010-05-10Fix a gcc -Wshadow warning.Bill Meier1-5/+5
2010-05-10Bring back "1 min" and "10 min" in IO Graph Tick interval.Stig Bjørlykke1-1/+3
2010-05-09Clean comments and indentation.Jaap Keuter1-10/+10
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)Sake Blok1-2/+2
2010-05-08The default capture buffer size is, in fact, *nominally* 1MB; however,Guy Harris1-1/+1
2010-05-08Don't define err_str twice if building on Win32 with AirPcap support.Guy Harris1-6/+5
2010-05-07As with the list of data link types, so with the list of interfaces; moveGuy Harris1-1/+18
2010-05-07Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris1-13/+31
2010-05-07For TShark and Wireshark, get the list of link-layer types for anGuy Harris1-2/+19
2010-05-07Add monitor mode support to Wireshark *on the command line*; supportGuy Harris1-6/+18
2010-05-07Instead, say that the default is platform-dependent.Guy Harris1-1/+1
2010-05-07Now that we support -B on various UN*X platforms as well as Windows, weGuy Harris1-1/+1
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2-12/+12
2010-05-06Checking in Stigs changes fromAnders Broman2-16/+16
2010-05-06Moved command line option for seconds type to -u.Stig Bjørlykke1-2/+3
2010-05-06Added an option to display seconds as hours, minutes and secondsStig Bjørlykke4-1/+72
2010-05-05Update the comment about being based on the GTK Tree View Tutorial,Stephen Fisher1-1/+2
2010-05-03Try to fix the solaris build bot.Anders Broman1-1/+11
2010-05-02Run deprecated-gtk-todoon all files in the gtk dir.Anders Broman1-1/+1
2010-05-02Rewrite: gtk_combo_new -> gtk_combo_box_entry_new_text.Stig Bjørlykke1-11/+12
2010-05-02From Jakub Zawadzki:Anders Broman1-17/+29
2010-05-02Disable ok button when no name entered.Stig Bjørlykke1-0/+9
2010-05-02Added tooltips for UAT column headers.Stig Bjørlykke1-0/+5
2010-04-30Replace GtkClist in uat_gui.c with GtkTreeView+GtkListStore. Pop up theGerald Combs3-29/+167
2010-04-30Fix a gcc -Wshadow warning.Bill Meier1-12/+12
2010-04-29Several dissectors fill in custom custom data in the source andGerald Combs1-2/+2
2010-04-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4308 :Jeff Morriss1-25/+46
2010-04-29From Michael Speck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=47...Jeff Morriss1-0/+4
2010-04-29Delay starting the resolv_update_cb until the main window has been displayedJeff Morriss1-8/+8
2010-04-28Replace GtkCList by GtkTreeView.Jaap Keuter1-312/+515
2010-04-27Added Manual IP address resolve functions.Stig Bjørlykke9-0/+276
2010-04-23From Vincenzo Condoleo via bug 3724:Gerald Combs1-14/+14
2010-04-20From Jakub Zawadzki:Anders Broman1-13/+62
2010-04-20From Jakub Zawadzki:Anders Broman1-107/+205
2010-04-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3387 (crashJeff Morriss3-3/+25
2010-04-13Include (horizontal) tabs in the Copy (Printable Text Only) output. ThisJeff Morriss1-37/+41
2010-04-08Get rid of check_col().Anders Broman1-1/+1
2010-04-06clear the store list before inserting all rawsTomas Kukosa1-0/+1
2010-04-06Fix gcc -Wshadow warnings.Bill Meier1-5/+5
2010-04-04Replace GtkCList by GtkTreeView.Jaap Keuter1-288/+393