aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-05-26From Jakub Zawadzki:etxrab7-14/+7
2010-05-26Add a tooltip.martinm1-0/+4
2010-05-26Add some tooltips.martinm1-2/+19
2010-05-25r32323 broke packet detail tree expansion using the left/right keys ongerald1-4/+18
2010-05-25Add a filter for DCT2000 error strings, and allow it be included in generated...martinm1-0/+24
2010-05-25From H.sivank: GtkOSXApplication support.guy3-26/+103
2010-05-20Fix regression: unable to enter values in Filter Expression window unless val...wmeier1-23/+11
2010-05-20Fix for bug 4778:jake1-0/+3
2010-05-20Don't assume that certain address columns are always constant strings -guy1-10/+2
2010-05-19If the user asks for the Capture -> Interfaces dialog, and there are noguy1-3/+13
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orguy1-3/+1
2010-05-16Ensure we update default link-layer list when toggeling monitor mode.stig1-0/+1
2010-05-16If we don't know whether a device supports monitor mode, turn offguy2-8/+10
2010-05-15Also set sensitive on monitor and linktype label, as it's not clear thatstig1-16/+15
2010-05-15Set the correct "monitor mode" button state.stig1-0/+7
2010-05-15Support monitor mode in the capture preferences.guy4-77/+361
2010-05-14Fix the tooltip for the "monitor mode" checkbox.guy1-6/+8
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss2-14/+15
2010-05-14Fix compilation when we don't have pcap_create().guy1-2/+7
2010-05-14Support monitor mode from the GUI.guy1-16/+89
2010-05-14Don't include capture-related headers if we don't support capturingguy3-6/+9
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aguy3-5/+5
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameguy3-5/+5
2010-05-13Fetch an indication of whether the interface supports capturing inguy3-92/+106
2010-05-12Don't set the sensitivity of the Open button based on whether we canguy1-0/+23
2010-05-11Initialize the GValues without triggering any warningsdimeg1-2/+2
2010-05-11Make the changes compile on Linux also.jake1-3/+9
2010-05-11Start to replace deprecated gtk_combo_new() withetxrab1-7/+82
2010-05-11Replace deprecated gtk_input_add_full()etxrab1-12/+19
2010-05-11Follow on to rev 32593: apparently delaying the start of resolv_update_cb() i...morriss1-2/+4
2010-05-10Fix a gcc -Wshadow warning.wmeier1-5/+5
2010-05-10Bring back "1 min" and "10 min" in IO Graph Tick interval.stig1-1/+3
2010-05-09Clean comments and indentation.jake1-10/+10
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)sake1-2/+2
2010-05-08The default capture buffer size is, in fact, *nominally* 1MB; however,guy1-1/+1
2010-05-08Don't define err_str twice if building on Win32 with AirPcap support.guy1-6/+5
2010-05-07As with the list of data link types, so with the list of interfaces; moveguy1-1/+18
2010-05-07Add routines vfprintf_stderr() and fprintf_stderr() to print to theguy1-13/+31
2010-05-07For TShark and Wireshark, get the list of link-layer types for anguy1-2/+19
2010-05-07Add monitor mode support to Wireshark *on the command line*; supportguy1-6/+18
2010-05-07Instead, say that the default is platform-dependent.guy1-1/+1
2010-05-07Now that we support -B on various UN*X platforms as well as Windows, weguy1-1/+1
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andguy2-12/+12
2010-05-06Checking in Stigs changes frometxrab2-16/+16
2010-05-06Moved command line option for seconds type to -u.stig1-2/+3
2010-05-06Added an option to display seconds as hours, minutes and secondsstig4-1/+72
2010-05-05Update the comment about being based on the GTK Tree View Tutorial,sfisher1-1/+2
2010-05-03Try to fix the solaris build bot.etxrab1-1/+11
2010-05-02Run deprecated-gtk-todoon all files in the gtk dir.etxrab1-1/+1
2010-05-02Rewrite: gtk_combo_new -> gtk_combo_box_entry_new_text.stig1-11/+12