obnox/wireshark/wip.git
2008-04-13 ulflfixes related to file_dlg_win32.rc
2008-04-13 ulflchange all preferences related filenames from xy_prefs...
2008-04-13 ulflmove all code from color.c into color_utils.c
2008-04-13 ulfltext_page -> text_page_utils
2008-04-13 ulfluse the ending "_win32" for every windows specific...
2008-04-13 ulflsort entries, update Visual Studio (ghost) project
2008-04-13 jakeAdd IPv6 multicast support.
2008-04-13 ulflsort #includes by directories
2008-04-13 ulflsort #includes by directories
2008-04-13 ulflsort #includes by directories
2008-04-12 guyList tap_dfilter_dlg.h here, as it's in the gtk directory.
2008-04-12 jakeFix for bug 2452:
2008-04-12 ulflvarious code cleanup
2008-04-12 stigFrom Mike Davies (bug 2454):
2008-04-12 stigInclude string.h
2008-04-12 ulflmove "airpcap toolbar" code from main.c into new file...
2008-04-12 ulflmove "filter toolbar" code from main.c into new file...
2008-04-12 stigAnd remove tap_dfilter_dlg.h
2008-04-12 guyAdd a stub set_capture_if_dialog_for_capture_in_progres...
2008-04-12 guyClean up indentation.
2008-04-12 ulflmove tap_dfilter_dlg.h from / to /gtk (and use the...
2008-04-12 stigRemoved menu.h
2008-04-12 ulflproto_draw -> main_proto_draw
2008-04-12 stigSome packet_list.h -> main_packet_list.h changes.
2008-04-12 stigReintroduced save of column width in main_packet_list...
2008-04-12 guyClean up indentation.
2008-04-12 ulflrename packet_list to main_packet_list
2008-04-12 stigAdded an option to save column widths in the recent...
2008-04-12 ulflmove noinst_HEADERS and EXTRA_DIST settings from Makefi...
2008-04-12 ulflrename menu -> main_menu
2008-04-12 ulflvarious code cleanup, e.g. replace specific callback...
2008-04-12 stigFetch return from g_list_remove.
2008-04-12 etxrabFrom Jonas Nilsson:
2008-04-12 ulflcleanup of "capture_in_progress" ugly hack from main_to...
2008-04-12 etxrabFrom Michael McCartney:
2008-04-12 stigInclude unistd.h, fix prototyping of static functions...
2008-04-12 ulflrename toolbar to main_toolbar
2008-04-12 stigMark some unused arguments.
2008-04-12 ulflremove unrequired "references" to gtkglobals.h
2008-04-12 ulflmove statusbar related code from main.c into it's own...
2008-04-12 ulflimprove the "simple" callback mechanism, so more than...
2008-04-12 stigFrom Martin Peylo (bug 2245):
2008-04-12 stigFrom Andrew Feren (bug 2433):
2008-04-12 stigFrom Marton Nemeth (bug 2447):
2008-04-12 stigFrom Jesus Roman (bug 2431):
2008-04-12 stigFrom Philip Frey (bug 2443):
2008-04-12 stigFrom Philip Frey (bug 2420):
2008-04-12 sakeFrom Stephen Donnelly (bug 2359):
2008-04-12 sakeFrom Andrew Ferren (big 2434):
2008-04-12 ulflmove drag_and_drop declarations into it's own file
2008-04-12 jakeFrom Mark C. Brown:
2008-04-12 guyPRIMARY_TEXT_START and PRIMARY_TEXT_END are gone; use
2008-04-12 guyInclude "stock_icons.h" to get WIRESHARK_STOCK_DISPLAY_...
2008-04-12 ulflcompat_macros.h is gone now!!!
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
2008-04-12 ulflas we no longer need to have the stock icon label strin...
2008-04-11 sfisherAdd a cast to fix compilation on Unix.
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 sahlbergadd dissection of scsi/mmc close track (and fix a bug)
2008-04-11 sahlbergadd missing braces to unbreak the build
2008-04-11 guyWrap the callback function pointer for g_signal_connect...
2008-04-11 ulflthird round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 ulflfirst round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handler...
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY...
2008-04-11 ulflreplace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_b...
2008-04-11 ulflreplace RADIO_BUTTON_NEW_WITH_LABEL with gtk_radio_butt...
2008-04-11 ulflreplace TOGGLE_BUTTON_NEW_WITH_MNEMONIC with gtk_toggle...
2008-04-11 ulflreplace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_b...
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 ulflat least remove the "done" parts from this old file
2008-04-11 ulflexplain, why we should keep PRIMARY_TEXT_START/PRIMARY_...
2008-04-11 wmeierClean up a few references to OBJECT_[GS]_DATA macros
2008-04-11 wmeierOBJECT_[GS]ET_DATA macros not needed since GTK1 no...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-11 grahambCorrected assumption that offset is always > start_offs...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-11 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-11 sfisherReplace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT(...
2008-04-11 sfisherReplace FONT_TYPE macro with PangoFontDescription.
2008-04-11 sfisherReplace all instances of the SIGNAL_CONNECT_OBJECT...
2008-04-10 lego fix bugs.wireshark.org/bugzilla/show_bug.cgi?id=2448
2008-04-10 jakeTurbocell dissector, initially by Colin Slater for...
2008-04-10 legoFrom Marton Nemeth:
2008-04-10 jakeFrom Roberto Morro:
2008-04-10 jakeFix a comment to please the compiler.
2008-04-10 morrissRemove the PSTAMP line (dated 2000-07-16). Instead...
2008-04-10 etxrabUse the correct length for APDU:s.
2008-04-10 morrissWireshark is no longer beta software. But it's still...
2008-04-10 legoFrom Marton Nemeth <nm127@freemail.hu>
2008-04-10 morrissFrom Florian Lohoff: fix bugs.wireshark.org/bugzilla...
2008-04-10 stigAdded some casts from double to float.
next