"Fix" an unjustified gcc might-be-used-unused warning.
[obnox/wireshark/wip.git] / gtk / capture_dlg.c
2011-09-07 jmayer"Fix" an unjustified gcc might-be-used-unused warning.
2011-09-03 stigRemove unused code.
2011-09-01 martinmAdd missing guard around access to interface_row.buffer.
2011-09-01 guyNo pcap_create(), no monitor-mode APIs, no monitor...
2011-09-01 tuexenWhen double clicking on an interface in the main welcom...
2011-08-30 tuexenImprove the display of addresses in the Edit Interface...
2011-08-16 tuexenUsing enabled/disabled instead of yes/no seems to be...
2011-08-16 tuexenHandle the case in the capture options dialog box
2011-08-15 tuexenUse better names.
2011-08-14 guygtk_combo_box_set_active() takes a GtkComboBox *, not...
2011-08-14 tuexenBeing loopback is an interface property, not an address...
2011-08-14 tuexenPreserve previous selected capture filters when opening...
2011-08-14 tuexenGet rid of unused code.
2011-08-14 tuexenUse address counter...
2011-08-14 tuexenImprove handling of remote interfaces.
2011-08-14 stigCount number of ip addresses and use this count to...
2011-08-14 tuexenImprove the resizing of the capture options dialog...
2011-08-13 guyDon't map "no interfaces" to "none" and then back to...
2011-08-13 tuexenDon't print "none" if no addresses are available to...
2011-08-13 tuexenFix warnings reported by Bill.
2011-08-13 tuexenSome cleanup.
2011-08-13 tuexenHonor command line options in the capture options dialog.
2011-08-13 guySay "none" rather than "unknown" if there are no IP...
2011-08-13 guyCall the column giving the link-layer header type ...
2011-08-13 tuexenMinor cleanup.
2011-08-13 tuexenImprove handling of snaplen in capture options window.
2011-08-13 tuexenFix Windows builds (hopefully).
2011-08-13 tuexenMake the monitor mode selectable only when supported...
2011-08-11 tuexenFix some warnings reported by Bill.
2011-08-11 tuexenFix another issues related to the activity of the start...
2011-08-11 tuexenFix a bug where the Start button of the capture options...
2011-08-11 tuexenFix a bug which show up when enabling the snaplen.
2011-08-10 tuexenUse only one line for the headers in the capture option...
2011-08-10 tuexenUse appropriate tooltip text for the OK button on the...
2011-08-10 tuexenFix CID 1255.
2011-08-10 tuexenFix CID 1250.
2011-08-10 tuexenFix CID 1253.
2011-08-10 tuexenFix CID 1254.
2011-08-10 tuexenFix CID 1256.
2011-08-10 tuexenFix CID 1257.
2011-08-06 jmayer- Resolve a GTK_CHECK_VERSION(2,6,0) check. It's always...
2011-08-06 tuexenSome whitespace cleanups.
2011-08-06 tuexenTake out unused functions as reported by Joerg.
2011-08-06 tuexenThis should fix the "else without previous if" error...
2011-08-06 jmayerWhitespace fixes:
2011-08-05 stigSet the activate signal for the capture filter to the...
2011-08-05 tuexenTry to make the clang buildbot happy...
2011-08-05 tuexenTry to make the Mac OS X PPC builder happy.
2011-08-05 tuexenFix one instance of strdup() -> g_strdup().
2011-08-05 tuexenTry to make the Mac OS PPC builder happy.
2011-08-05 jmayerFix typo
2011-08-05 jmayerReplace the deprecated call to gtk_tree_view_column_get...
2011-08-05 tuexenFix API issues.
2011-08-05 tuexenFix the Mac OS buildbot.
2011-08-05 tuexenWhitespace changes.
2011-08-05 tuexenAdd support for multiple interfaces to the capture...
2011-07-24 jmayerFix some compile errors when building with real gtk-3.
2011-07-21 jmayerHandle more stuff in old-gtk-compat.h to avoid guarding...
2011-07-21 tuexenFix issue reported by Joerg.
2011-07-21 tuexenMake sure that the interfaces listed in ifaces really...
2011-07-21 tuexenstrdup -> g_strdup.
2011-07-21 tuexenAdd some temporary protection code to support the curre...
2011-07-20 tuexenSynchronize the selection of interfaces between the...
2011-07-19 tuexenGet the interfaces list from the Capture / Interfaces...
2011-07-18 tuexenIgnore interfaces without a name.
2011-07-16 tuexenDon't allow capturing from multiple interface when...
2011-07-11 geraldRemaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION...
2011-07-02 jmayeravoid warning about old style function definition
2011-07-01 cmaynardFrom spamlookup via https://bugs.wireshark.org/bugzilla...
2011-06-30 tuexenRemove all interfaces when available.
2011-06-29 stigAdded a preference to turn of capture filter syntax...
2011-06-27 tuexenEnable the cap_history again. It was temporary disabled...
2011-06-27 tuexenFix a bug when starting the capture without specifying...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-19 etxrabTry to fix bug https://bugs.wireshark.org/bugzilla...
2011-06-13 etxrabHandle deprecated GtkTooltips.
2011-06-10 etxrabMake capture dialog compile with GTK3+
2011-06-08 tuexenThis fixes https://bugs.wireshark.org/bugzilla/show_bug...
2011-05-31 tuexenDon't limit the snaplen if not reqested.
2011-05-22 tuexenFix the case where you start with interfaces on the...
2011-05-09 geraldWe probably shouldn't call pcap-ng "experimental" any...
2011-05-05 wmeierFix two unused variable assignments: Coverity 1140.
2011-04-28 stigInitialize if_device to NULL at start and when g_free.
2011-04-24 guyMake the interface combo box an entry, so you can type...
2011-04-24 guygtk_combo_box_new_text() returns a GtkComboBox, and...
2011-04-20 etxrabReplace the capture interface deprecated gtk_combo_new...
2011-04-19 etxrabReplace the capture filter deprecated gtk_combo_new...
2011-02-16 geraldFix compilation on Windows.
2011-02-16 sfisherMore cleanup toward being able to compile with GTK...
2011-01-26 tuexenFrom Irene Ruengeler: Double check that the interface...
2011-01-23 wmeierFix a crash which can occur if a user hits "Capture...
2010-10-12 wmeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-10-04 stigExplain BPF in the tooltips for "Compile BPF".
2010-10-03 sakeAdd a cast to make the OSX-PPC buildbot happy.
2010-10-03 sakeRetry of SVN 34338, now tested on my WinXP dev VM:
2010-10-02 sakeReverting SVN 34338, looks like libpcap and winpcap...
2010-10-02 sakeUse pcap_open_dead instead of pcap_create for the compi...
2010-10-02 wmeierFix a compilation error
2010-10-02 sakeMake capture filter syntax checking independent of...
2010-10-02 sakeCheck for HAVE_PCAP_CREATE in a few more spots to fix...
next