Get the comment and put it in the textview.
[obnox/wireshark/wip.git] / file.c
2012-02-11 etxrabAdd the abillity to read and write option comments...
2012-02-08 etxrabWrite address resolution block.
2012-01-16 guyMove some headers for UI stuff, and the alert_box.c...
2012-01-15 jmayerMove gtk to ui/gtk.
2012-01-14 wmeierRemove obsolete comments referring to mem_chunks.
2012-01-13 guyIn all these cases, i is a guint32, so if c_match is...
2012-01-13 wmeierFix Bug #6276: "Find Packet" Bug:
2011-12-27 cmaynardFrom Jim Young via bug 5580: Only update the time elaps...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-09 cmaynardExport all data sources of a frame to a C array. Fixes...
2011-11-21 guyOn an I/O error, merge_read_packet() and merge_append_r...
2011-11-20 cmaynardFix "'Closing File!' Dialog Hangs" bug 3046: https...
2011-11-19 guyWhen reporting "sorry, *this* packet can't be written...
2011-10-17 cmaynardFrom Michael Mann: Add cf_callback_invoke to cf_open...
2011-09-21 wmeierWhitespace cleanup:
2011-09-21 wmeierFix ex "modeline" so it works;
2011-05-19 geraldFrom Dirk Jagdmann via bug 5875:
2011-05-17 guyMore eradication of old-style function definitions.
2011-05-12 darkjamesPacket editor: support for saving changed frames.
2011-05-10 darkjamesWhen closing capture file, set number of frames to...
2011-05-09 guyFrom Jakub Zawadzki: for file read progress bars, use...
2011-05-03 guyTShark doesn't need column text attached to each frame...
2011-04-27 darkjamesRestore updating packet bar while loading file (removed...
2011-04-27 guyDon't free the frame_data_sequence unless we have one.
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-26 guyGet rid of some code that's no longer relevant with...
2011-04-25 etxrabfrom Jakub Zawadzki:
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-04-25 guyMake the packet count an unsigned value, as frame numbe...
2011-04-24 guynew_packet_list_find_row_from_data() is always used...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guyNow that wtap_read() checks for delayed errors on EOF...
2011-04-12 guyAllow wtap_sequential_close() and wtap_close() to retur...
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-03-22 geraldClarify a comment.
2011-03-22 stigAllocate correct size of fdata col_text and col_text_len.
2011-03-22 guyWe have to initialize the elements of the fdata->col_te...
2011-03-22 guyWhen we allocate the col_text array, initialize it...
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2011-02-18 geraldFix some dead code and zero division issues found by...
2011-02-04 guyClean up indentation.
2011-01-31 etxrabFrom Cal Turney:
2011-01-19 sfisherFrom Cal Turney via enhancement bug #5587: In hex or...
2010-11-27 guyMove main_statusbar.h to the top-level directory; none...
2010-10-23 wmeier(Trivial) Fix a typo in a comment.
2010-10-18 morrissFix the win64 build
2010-10-18 morrissFix progress bar when loading compressed files.
2010-08-27 wmeier(Trivial) Fix a typo
2010-08-16 etxrabFrom Cal Turney:
2010-08-15 wmeierFix compilation error when compiling for "old packet...
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-07-16 geraldMake sure we call wtap_cleareof() before each read.
2010-06-30 etxrabReverting
2010-06-26 stigIncrease the displayed_count before we add the packet...
2010-05-27 geraldAdd cf_fake_continue_tail() which is called when real...
2010-05-26 geraldAnother attempt at bug 4669: Properly set the previous...
2010-05-26 etxrabFrom Jakub Zawadzki:
2010-05-07 geraldZlib has an officially-sanctioned way of clearing EOF...
2010-04-28 wmeierUse consistent indentation;
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.
next