get rid of few warnings
[obnox/wireshark/wip.git] / gtk /
2007-07-18 tuexenMake debugging static.
2007-07-17 morrissDon't use gtk_clist_row_is_visible() but rather eth_cli...
2007-07-16 morrissFix a couple "cast to pointer from integer of different...
2007-07-09 geraldFrom Dustin Johnson: AirPcap display update.
2007-07-09 geraldFrom Dustin Johnson: If "Update list of packets in...
2007-06-29 martinmAdd 422 "Session Timer Too Small" response code from...
2007-06-27 sfisherFix a bug where you couldn't save individual packets...
2007-06-27 geraldIn the wireless key management dialog, apply the 802...
2007-06-27 geraldIf we have problems with "Save All" in the HTTP object...
2007-06-23 sfisherUpdates to initial check-in of pixmap saving feature:
2007-06-22 sfisherFix enhancement bug #1337: Export IO Graphs
2007-06-17 sahlberggtk1 does not have gtk_window_get_modal
2007-06-17 sahlbergcolumn_entry_changed_cb is not used by the GTK1 code...
2007-06-17 sfisherFix bug #1334 and a problem where a user couldn't inter...
2007-06-12 jakeJust keep it simple.
2007-06-11 geraldOne more step in privilege separation.
2007-06-04 sfisherFix for bug #93: changes to the columns has no effect...
2007-06-03 wmeier(Minor) Use _WIN32 (instead of WIN32) like the rest...
2007-05-31 sfisherFrom Lars Ruoff:
2007-05-30 sfisherFix bug #1530 this time for GTK1 builds.
2007-05-30 sfisherUpdate to revision 22000: change #if GTK_MAJOR_VERSION...
2007-05-30 sfisherWrap call to gtk_window_set_destroy_with_parent() withi...
2007-05-29 sfisherFix for bug #1530: Graph Analysis window misbehaves...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-29 guyCheck for G_GINT64_MODIFIER in Wireshark as we do in...
2007-05-29 standelFrom David Howells :
2007-05-29 standelfix warnings for gcc 4.2
2007-05-25 guySquelch some qualifier (const vs. non-const) warnings.
2007-05-25 geraldAs Martin pointed out, we were comparing the wrong...
2007-05-25 legoHave editcap and capinfos loading the wiretap plugins.
2007-05-25 lego- epan/uat.h: change the UAT_PROTO_DEF macro to handle...
2007-05-24 legoPrepare wireshark and tshark for wiretap plugins
2007-05-24 wmeierWhen computing average: use 0 as avg if divisor=0
2007-05-24 guyUse the same workaround for the absence of rint() in...
2007-05-24 wmeierFix 'Analyze ! Enabled_Protocols' search to search...
2007-05-23 geraldAdd shortcuts for expanding/collapsing the packet detail.
2007-05-23 etxrabPut in some more, hopfully correct casts.
2007-05-23 guyHandle characters with the 8th bit set.
2007-05-23 guyPut back some more missing casts.
2007-05-22 guyPut back some casts, and don't use rint() on Windows...
2007-05-22 geraldDon't set the focus on the display filter entry when...
2007-05-22 tuexenFrom Irene Ruengeler: Fix TSN handling in graphs.
2007-05-22 guyDon't explicitly set the main window name unless you...
2007-05-22 sfisherFix bug #1600 in the Win32 file dialog (it was fixed...
2007-05-22 guyHave the follow code keep track of whether there's...
2007-05-21 guyHave init_progfile_dir() also check whether
2007-05-19 guyConvert the arguments to if_list_comparator_alph()...
2007-05-19 jakeGet the build going.
2007-05-18 geraldFrom Dustin Johnson:
2007-05-17 geraldWhen saving an RTP stream, don't insert silence if...
2007-05-17 geraldQueue a redraw event in packet_list_clear(). This...
2007-05-17 geraldDecrease the refresh time to 100ms. This seems to...
2007-05-16 sfisherFix bug #1548: call of "Protocol Preferences" results...
2007-05-16 sfisherFix bug #1600: Merge feature from File menu does'nt...
2007-05-16 sahlbergdont use g_time_add_val() since it is not available...
2007-05-15 geraldInstead of updating the splash screen every time we...
2007-05-14 kukosamissing includes
2007-05-13 etxrabSecond step in introducing asn context to BER dissector...
2007-05-10 geraldOn slow displays (such as RDP sessions), it looks like...
2007-05-07 galMissing string.h for strncmp.
2007-05-07 galUpdated splash screen for Wireshark that shows the...
2007-05-05 ulfladd -P command line option help
2007-05-04 jakeSpare the filter compilation and filter list handling...
2007-05-04 jakeFrom Steven Schaeffer:
2007-05-04 kukosagenerate T.38 dissector from ASN.1 source
2007-05-02 guyImmediately quit routines if fwrite() fails - further...
2007-05-02 sahlbergsome more : try to make read/write not break the build...
2007-05-02 sahlbergdo something with the return value from eth_write ...
2007-05-02 sahlbergfix some more warnings that the result from fread/fwrit...
2007-05-02 sahlbergstore the result of fread in a variable to make -Werro...
2007-04-26 guymtp3_addr_to_str_buf() and mtp3_pc_hash() expect to...
2007-04-26 guymemmove() is needed only if the source and destination...
2007-04-26 guySee previous comment.
2007-04-26 guyUmm, that's *not* how you compare addresses for equalit...
2007-04-26 guyCopy up to 4 bytes from the source address, rather...
2007-04-24 sahlbergadd an explicit cast of the callback function in the...
2007-04-24 jakeDamn qqq-bird. ;)
2007-04-24 sahlbergoncly include capture_details_24.xpm IFF we have pcap...
2007-04-24 sahlbergif we compile for gtk1 'text' is no longer referenced...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-23 wmeierRestore the casts from svn 21080 (presumably) inadverta...
2007-04-22 wmeierAnother fix to allow gtk1 to compile w/o warnings....
2007-04-22 guy"struct sack_chunk_header" is presumably just a SACK...
2007-04-22 guyDon't play type-punning games - they cause compiler...
2007-04-22 sahlbergmove some headers so that the compile works on gtk1
2007-04-22 sahlbergmove include of a few headers down a few lines so the...
2007-04-22 sahlbergcompile fix for gtk1
2007-04-22 sahlbergfix compiler warning for gtk1 builds
2007-04-22 sahlbergdont include these headers under gtk1
2007-04-22 sahlbergsome updates to allow gtk1 to compile without warnings
2007-04-22 tuexenFrom Irene Ruengeler: Fix a bug regading the handling...
2007-04-20 sfisherFix bug #1547: Expert Info Composite column "Count...
2007-04-16 jakeUnused parameter
2007-04-14 standeluninitialized warning fix
2007-04-14 standelunused variable
2007-04-14 standelmove ipsec to DISSECTOR_SRC
2007-04-13 standelfix gcc warning about qualifier types (const) which...
2007-04-10 etxrabAdd the name of the dynamic payload type to the stream...
2007-04-04 grahambFix build failures due to windows.h being included...
2007-04-04 etxrabPreparations to be able to display dynamic payload...
next