From Juha Takala:
[obnox/wireshark/wip.git] / gtk /
2011-12-01 etxrabGet rid of warnings.
2011-11-30 etxrabUse gtk_box_new() if GTK3+
2011-11-30 martinmExtend coverage of #ifdef HAVE_PCAP_REMOTE to cover...
2011-11-30 etxrabGet rid of warnings.
2011-11-29 etxrabGtk3 package byte highlighter colour fix.
2011-11-29 martinmAdd priority to the channel table.
2011-11-26 jmayerThere is now an early (source only) Win32 version of...
2011-11-21 jmayerMore warnings "set but not used" fixed
2011-11-16 guyHandle ctime() and localtime() returning NULL and local...
2011-11-16 guyFix indentation.
2011-11-13 guyIf we set "column.hidden" on the command line but don...
2011-11-12 etxrabFrom Jan Šafránek:
2011-11-12 guyNote that we should catch the OutOfMemoryError exceptio...
2011-11-10 guyGet rid of the last remnants of the "check the syntax...
2011-11-10 geraldPass a GMutex * instead of a GMutex **.
2011-11-09 geraldTry to fix the GLib thread API deprecations listed...
2011-11-07 geraldChange the use of threads from "mostly always, dependin...
2011-11-04 stigOnly have the option to turn off syntax check capture...
2011-11-02 stigRevert revision 39665 (for bug 6472) which introduced...
2011-10-29 stigBased on a patch provided by Prashanth in bug 6472:
2011-10-23 stigSet default focus to the filter text box.
2011-10-21 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-10-20 tuexenBack out infrastructure change. We missed supporting
2011-10-20 tuexen(Try to) fix compilation.
2011-10-20 stigUse g_strdup.
2011-10-20 tuexenUse a global list containing all interfaces and only...
2011-10-19 tuexenFix a bug when drawing TSN plots which results in a...
2011-10-18 morrissThere's only one expert info dialog now; dispense with...
2011-10-14 martinmMake make_menu_actions() static again, but protect...
2011-10-14 martinmmake_menu_items() isn't called without LUA support...
2011-10-14 etxrab{0, NULL} is required as the last value_string array...
2011-10-14 etxrabFrom Tony Trinh:
2011-10-13 tuexenMake clang on Mac OS X 10.7.2. happy.
2011-10-11 guyNo libpcap, no capturing, no capture filters, no captur...
2011-10-10 geraldCheck our capture filter syntax in a separate thread.
2011-10-09 stigAdded a button to refresh a UAT from the system default...
2011-10-06 etxrabFix unused parameter warnings.
2011-10-06 etxrabRemoved unconditional g_warnings and a bit of code...
2011-10-05 geraldAdd $(GEOIP_CFLAGS).
2011-10-05 geraldAdd GeoIP IPv6 database support. Tested with GeoIP...
2011-10-05 etxrabMichael Mann:
2011-10-05 etxrabFrom Sake Blok and Michael Mann:
2011-10-05 etxrabFrom Sake Blok and Michael Mann:
2011-10-02 stigRemoved the protocol registration updates in the splash...
2011-10-02 stigAdded register action for loading Lua plugins.
2011-10-02 stigAlways update splash screen when action has changed.
2011-09-28 geraldIn drag_and_drop.c use accessor functions for GtkSelect...
2011-09-26 etxrabPut in "#if 0":s to make it compile, these widgets...
2011-09-25 jmayergkvumeter got removed, don't try to build it.
2011-09-25 jmayerRemove gtkvumeter.[hc]
2011-09-25 jmayerGet rid of (hopefully) all configure options to enable...
2011-09-25 jmayerWe now always build with MAIN_MENU_USE_UIMANAGER, so...
2011-09-25 jmayerFix for
2011-09-24 tuexenUse the new remote capturing icon also in the interface...
2011-09-24 tuexenUse one of the new icons for remote interfaces.
2011-09-24 guyMark the "adjustment" argument to scroll callbacks...
2011-09-23 guyGet rid of duplicate call.
2011-09-23 etxrabGrr make it work if GTK < 2.22
2011-09-23 etxrabRedraw when vertical scroll is used.
2011-09-23 etxrabUpdate the draw area as well.
2011-09-23 etxrabRemove duplicated code.
2011-09-22 stigAdd an option -d to specify display filter from the...
2011-09-22 etxrabStore a pointer to frame_data rather than the time.
2011-09-21 wmeierWhitespace cleanup:
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-21 cmaynardDon't pop up an error dialog box for every file that...
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-21 wmeierFix vi "modeline" so it works;
2011-09-20 cmaynardFrom DeCount via bug 6362: Increase maximum allowable...
2011-09-20 stigFrom Dirk via bug 6361:
2011-09-19 cmaynardMove the return out of the for() loop so all values...
2011-09-19 tuexenFix a crash when zooming into a TSN plot.
2011-09-19 etxrabRemove debug code.
2011-09-16 tuexenFix a crash when analysing SCTP TSNs.
2011-09-15 etxrabStore frame_data_t instead of nstime_t, now it should...
2011-09-14 jmayerTrivial fix that would create one of the three GDK_DEPR...
2011-09-14 wmeierUpdate based upon latest names "packet-type-codes"...
2011-09-14 martinmShow total ACKs/UE in UE table.
2011-09-13 geraldFix a typo in a comment.
2011-09-13 etxrabUse Frame_data also in graph_analysis_item_t, this...
2011-09-13 etxrabStore a pointer to frame_data which holds the timing...
2011-09-12 etxrabStore a pointer to frame_data which holds the timing...
2011-09-12 tuexenUse the correct name for the airpcap interface.
2011-09-12 tuexenFix the wireless settings button for AirPCap devices...
2011-09-09 cmaynardFix locale problem with "Rel Start" time, both with...
2011-09-08 stigAdd syntax check and autocompletion to "Save Filter...
2011-09-08 stigAvoid crash when pressing the help button in the "Save...
2011-09-08 stigFrom Edwin Groothuis via bug 6207:
2011-09-07 jmayer"Fix" an unjustified gcc might-be-used-unused warning.
2011-09-06 etxrabTry to improve the tooltip a bit.
2011-09-05 guyg_slist_free_full() didn't appear until GLib 2.28.
2011-09-05 stigFrom Kurnia Hendrawan via bug 2931:
2011-09-05 etxrabTry to fix the buildbot.
2011-09-05 etxrabList heuristic tables in Internals->Disscetor tables...
2011-09-03 stigRemove unused code.
2011-09-02 guyNo libpcap, no capturing, no interfaces on which to...
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-09-01 etxrabMake it possible to add menus and menuitems from outsid...
next