Avoid warnings.
[obnox/wireshark/wip.git] / gtk /
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...
2011-08-31 wmeierAdd svn:keywords & svn:eol-style properties
2011-08-31 wmeierFix build (automake) error: WIRESHARK_CUSTOM_HEADERS...
2011-08-31 etxrabCOPY as CSV to clipboard from RTP stream analysis only...
2011-08-31 etxrabgtk/Makefile_custom.common:8: blank line following...
2011-08-31 etxrabMake it possible to add custom tap/GUI files
2011-08-31 martinmAdd another DL CRC error - Duplicate NonZero RV.
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-31 etxrabOnly load the menubar UI description from file.
2011-08-30 tuexenImprove the display of addresses in the Edit Interface...
2011-08-30 etxrabHow copy-paste can ruin your day;
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-08-30 jmayerNo need to make an almost empty column extra wide.
2011-08-30 martinmAdd a #ifdef NEW_MENU_CODE around a static function...
2011-08-30 jmayerCurrent status of gtk2/gtk3
2011-08-30 etxrabGet the path right when running from build environment.
2011-08-30 etxrabI don't know...perhaps this will satisfy the OS X buildbot
2011-08-30 etxrabMake the capture_if callbacks HAVE_LIBPCAP agnostic.
2011-08-30 etxrabDo as the comment says - move the variable to gtkglobals.
2011-08-30 etxrabPath from Joerg Mayer, I'm committing it as I think...
next