From KATAOKA Toshihiro:
[obnox/wireshark/wip.git] / file.c
2010-04-01 geraldKeep a copy of the interface description and capture...
2010-03-27 guySquelch a compiler warning.
2010-03-15 morrissDeclare sip_uri_offset_init() as returning void and...
2010-02-24 dimegFix for bug 3926:
2010-02-24 stigFix for bug 4323 & 4511:
2010-02-17 geraldAnother Laura bug: Don't reset the file load time in...
2010-02-01 etxrabDon't freeze/thaw the list when stoping a live capture.
2010-02-01 etxrabDon't freeze/thaw the list when doing live captures.
2010-01-20 etxrabFrom Jim Young:
2009-12-17 stigIntroduce "Ignore Packet" in the packet list.
2009-12-14 jakeFrom Valerio Messina:
2009-11-10 etxrabFrom Stig:
2009-11-04 geraldAdd the ability to push temporary (and highlighted...
2009-10-29 stigFixed 'Delta timestamp to previous captured frame'...
2009-10-19 stigMade some functions static.
2009-10-02 stigPrime interesting fields when selecting a package,...
2009-09-22 etxrabSelect the first packet when doing a live capture....
2009-09-22 krjdfilter_free() can handle a NULL pointer so don't guard...
2009-09-22 krjIntroduce cap_file_add_fdata() and start using it
2009-09-22 krjSwitch Wireshark GUI (file.c) over to using frame_data.c
2009-09-22 krjMake sure that the old packet list works with the chang...
2009-09-21 krjBring frame_data_init() and add_packet_to_packet_list...
2009-09-21 krjOnly set cumulative bytes after passing the display...
2009-09-21 krjMove 'Delta timestamp to previous captured frame' calcu...
2009-09-21 krjRename capture_file.plist to capture_file.plist_start...
2009-09-21 krjRemove second (redundant) assignment to fdata->cum_bytes
2009-09-21 krjReverse order of NEW_PACKET_LIST guard, i.e. #ifdef...
2009-09-21 sfisherFix typo in comment
2009-09-21 krj(cosmetic change) - reset cumulative bytes together...
2009-09-21 krjcf->dfilter is only set if it's valid so assert if...
2009-09-21 krjReset cumulative bytes when we open the file
2009-09-21 krjSet fdata->num up front and roll back if necessary
2009-09-21 krjShuffle NEW_PACKET_LIST guard
2009-09-21 krjIntroduce a NEW_PACKET_LIST specialized version of...
2009-09-21 etxrabcf_change_time_formats() is not needed with new packet...
2009-09-21 krjAdd NEW_PACKET_LIST guard wrt fdata->col_text
2009-09-20 krjIntroduce frame_data_cleanup() and start using it
2009-09-15 krjFrom Jakub Zawadzki:
2009-09-15 etxrabFix:
2009-09-11 sfisherFix warning that variable may be unused and then declar...
2009-09-11 etxrabOnly move to last row if it's vissible.
2009-09-11 etxrabNew_packet_list
2009-09-09 etxrabAllocate col_text and col_text_len when the fdata struc...
2009-09-08 krjAdd an option to col_fill_in() to allow us to disable...
2009-09-07 krjMake sure that reset the elapsed time to load a file...
2009-09-07 krjRename new_packet_list_set_time_width() -> new_packet_l...
2009-09-07 krjStore the packet encapsulation type as gint8. Saves...
2009-09-07 stigFixed arguments to new_packet_list_set_time_width().
2009-09-07 etxrabcol_fmt not needed.
2009-09-07 krjTrack length of columns strings. We'll need this in...
2009-09-07 etxrabAutomatically adjust the time column width when time...
2009-09-06 krjSplit a bunch of init routines into init() and cleanup...
2009-09-05 krjGet rid off GtkTreeModelFilter because the time to...
2009-09-03 krjRemove superfluous assignment
2009-09-03 krjMake sure that we stop auto scroll if we start scrollin...
2009-09-02 krjOnly try and select the last row if not already selecte...
2009-09-02 krjAdd seperate new_packet_list_moveto_end() which scrolls...
2009-09-02 krjMake sure that we select the last row if autoscroll...
2009-09-01 martinmAdd volatile to avoid clobbered by longjmp warning.
2009-09-01 etxrab- Read a min number if packets before checking if the...
2009-08-28 etxrabCompute the loading time and show it in the main status...
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-21 etxrabUse col_text in frame data.
2009-08-19 krjWe shouldn't conditionalise on _filtering_ tap listerne...
2009-08-15 krjInline a few checks in the add_packet_to_packet_list...
2009-08-14 krjMake display filtering work for NEW_PACKET_LIST. This...
2009-08-14 krjAlways add packet to the new packet list regardless...
2009-08-13 krjIntroduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-10 etxrabFrom Kovarththanan Rajaratnam:
2009-08-09 krjAdd PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-08-07 krjFree frame data slice on file reset
2009-07-29 etxrabFrom Kovarththanan Rajaratnam:
2009-07-29 etxrabAdd pinfo to new_packet_list_append() this should give...
2009-07-28 etxrabPacify the build bot.
2009-07-28 etxrabSet reftime without recreating the packet list.
2009-07-27 etxrabFrom Kovarththanan Rajaratnam:
2009-07-26 etxrabFrom Kovarththanan Rajaratnam:
2009-07-25 sfisherRemove two unused variables and mark a function paramte...
2009-07-25 etxrabFrom Kovarththanan Rajaratnam:
2009-07-24 etxrabUse g_slice if glib >=2.10
2009-07-24 etxrabWhen using the new packet list select the first packet...
2009-07-22 etxrabFrom kovarththanan Rajaratnam:
2009-07-22 etxrabMinor indentation fixes.
2009-07-21 stigFrom didier gautheron via bug 3762:
2009-07-20 etxrabImplement new_packet_list_find_row_from_data()
2009-07-20 sfisherIntroduce packet list coloring for the NEW_PACKET_LIST...
2009-07-06 stigRemoved an incorrect optimalization for invalidating...
2009-07-01 geraldUpdates to create_tempfile:
2009-07-01 etxrabRealy make the new packet list compile under Windows...
2009-07-01 etxrabMake the new packet list compile on Windows.
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...
2009-06-11 stigOptimized criteria for invalidate packet in row 0.
2009-06-06 guyClean up white space.
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-06-01 stigPopup a dialog in case we match a row outside the loade...
2009-06-01 stigFrom Kovarththanan Rajaratnam via bug 3429:
2009-05-31 jakeFix bug 3489:
2009-05-26 geraldFix the build.
2009-05-25 geraldFrom Didier Gautheron via bug 3391:
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
next