Add initial pcapng name resolution record support. Wireshark has read
[metze/wireshark/wip.git] / file.c
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2011-03-22 Gerald CombsClarify a comment.
2011-03-22 Stig BjørlykkeAllocate correct size of fdata col_text and col_text_len.
2011-03-22 Guy HarrisWe have to initialize the elements of the fdata->col_te...
2011-03-22 Guy HarrisWhen we allocate the col_text array, initialize it...
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2011-02-18 Gerald CombsFix some dead code and zero division issues found by...
2011-02-04 Guy HarrisClean up indentation.
2011-01-31 Anders BromanFrom Cal Turney:
2011-01-19 Stephen FisherFrom Cal Turney via enhancement bug #5587: In hex or...
2010-11-27 Guy HarrisMove main_statusbar.h to the top-level directory; none...
2010-10-23 Bill Meier(Trivial) Fix a typo in a comment.
2010-10-18 Jeff MorrissFix the win64 build
2010-10-18 Jeff MorrissFix progress bar when loading compressed files.
2010-08-27 Bill Meier(Trivial) Fix a typo
2010-08-16 Anders BromanFrom Cal Turney:
2010-08-15 Bill MeierFix compilation error when compiling for "old packet...
2010-08-13 Guy HarrisInstead of using a Boolean for the search direction...
2010-07-16 Gerald CombsMake sure we call wtap_cleareof() before each read.
2010-06-30 Anders BromanReverting
2010-06-26 Stig BjørlykkeIncrease the displayed_count before we add the packet...
2010-05-27 Gerald CombsAdd cf_fake_continue_tail() which is called when real...
2010-05-26 Gerald CombsAnother attempt at bug 4669: Properly set the previous...
2010-05-26 Anders BromanFrom Jakub Zawadzki:
2010-05-07 Gerald CombsZlib has an officially-sanctioned way of clearing EOF...
2010-04-28 Bill MeierUse consistent indentation;
2010-04-01 Gerald CombsKeep a copy of the interface description and capture...
2010-03-27 Guy HarrisSquelch a compiler warning.
2010-03-15 Anders BromanMeasure the filtering time.
2010-02-24 Stig BjørlykkeUh, no need to check for having custom columns to call
2010-02-24 Stig BjørlykkeFix for bug 4323 & 4511:
2010-02-17 Gerald CombsAnother Laura bug: Don't reset the file load time in...
2010-02-01 Anders BromanDon't freeze/thaw the list when stoping a live capture.
2010-02-01 Anders BromanDon't freeze/thaw the list when doing live captures.
2010-01-20 Anders BromanFrom Jim Young:
2009-12-17 Stig BjørlykkeIntroduce "Ignore Packet" in the packet list.
2009-12-14 Jaap KeuterFrom Valerio Messina:
2009-11-10 Anders BromanFrom Stig:
2009-11-04 Gerald CombsAdd the ability to push temporary (and highlighted...
2009-10-29 Stig BjørlykkeFixed 'Delta timestamp to previous captured frame'...
2009-10-19 Stig BjørlykkeMade some functions static.
2009-10-02 Stig BjørlykkePrime interesting fields when selecting a package,...
2009-09-22 Anders BromanSelect the first packet when doing a live capture....
2009-09-22 Kovarththanan Raja... dfilter_free() can handle a NULL pointer so don't guard...
2009-09-22 Kovarththanan Raja... Introduce cap_file_add_fdata() and start using it
2009-09-22 Kovarththanan Raja... Switch Wireshark GUI (file.c) over to using frame_data.c
2009-09-22 Kovarththanan Raja... Make sure that the old packet list works with the chang...
2009-09-21 Kovarththanan Raja... Bring frame_data_init() and add_packet_to_packet_list...
2009-09-21 Kovarththanan Raja... Only set cumulative bytes after passing the display...
2009-09-21 Kovarththanan Raja... Move 'Delta timestamp to previous captured frame' calcu...
2009-09-21 Kovarththanan Raja... Rename capture_file.plist to capture_file.plist_start...
2009-09-21 Kovarththanan Raja... Remove second (redundant) assignment to fdata->cum_bytes
2009-09-21 Kovarththanan Raja... Reverse order of NEW_PACKET_LIST guard, i.e. #ifdef...
2009-09-21 Stephen FisherFix typo in comment
2009-09-21 Kovarththanan Raja... (cosmetic change) - reset cumulative bytes together...
2009-09-21 Kovarththanan Raja... cf->dfilter is only set if it's valid so assert if...
2009-09-21 Kovarththanan Raja... Reset cumulative bytes when we open the file
2009-09-21 Kovarththanan Raja... Set fdata->num up front and roll back if necessary
2009-09-21 Kovarththanan Raja... Shuffle NEW_PACKET_LIST guard
2009-09-21 Kovarththanan Raja... Introduce a NEW_PACKET_LIST specialized version of...
2009-09-21 Anders Bromancf_change_time_formats() is not needed with new packet...
2009-09-21 Kovarththanan Raja... Add NEW_PACKET_LIST guard wrt fdata->col_text
2009-09-20 Kovarththanan Raja... Introduce frame_data_cleanup() and start using it
2009-09-15 Kovarththanan Raja... From Jakub Zawadzki:
2009-09-15 Anders BromanFix:
2009-09-11 Stephen FisherFix warning that variable may be unused and then declar...
2009-09-11 Anders BromanOnly move to last row if it's vissible.
2009-09-11 Anders BromanNew_packet_list
2009-09-09 Anders BromanAllocate col_text and col_text_len when the fdata struc...
2009-09-08 Kovarththanan Raja... Add an option to col_fill_in() to allow us to disable...
2009-09-07 Kovarththanan Raja... Make sure that reset the elapsed time to load a file...
2009-09-07 Kovarththanan Raja... Rename new_packet_list_set_time_width() -> new_packet_l...
2009-09-07 Kovarththanan Raja... Store the packet encapsulation type as gint8. Saves...
2009-09-07 Stig BjørlykkeFixed arguments to new_packet_list_set_time_width().
2009-09-07 Anders Bromancol_fmt not needed.
2009-09-07 Kovarththanan Raja... Track length of columns strings. We'll need this in...
2009-09-07 Anders BromanAutomatically adjust the time column width when time...
2009-09-06 Kovarththanan Raja... Split a bunch of init routines into init() and cleanup...
2009-09-05 Kovarththanan Raja... Get rid off GtkTreeModelFilter because the time to...
2009-09-03 Kovarththanan Raja... Remove superfluous assignment
2009-09-03 Kovarththanan Raja... Make sure that we stop auto scroll if we start scrollin...
2009-09-02 Kovarththanan Raja... Only try and select the last row if not already selecte...
2009-09-02 Kovarththanan Raja... Add seperate new_packet_list_moveto_end() which scrolls...
2009-09-02 Kovarththanan Raja... Make sure that we select the last row if autoscroll...
2009-09-01 Martin MathiesonAdd volatile to avoid clobbered by longjmp warning.
2009-09-01 Anders Broman- Read a min number if packets before checking if the...
2009-08-28 Anders BromanCompute the loading time and show it in the main status...
2009-08-21 Kovarththanan Raja... Also fake empty field_info's by gracefully handling...
2009-08-21 Anders BromanUse col_text in frame data.
2009-08-19 Kovarththanan Raja... We shouldn't conditionalise on _filtering_ tap listerne...
2009-08-15 Kovarththanan Raja... Inline a few checks in the add_packet_to_packet_list...
2009-08-14 Kovarththanan Raja... Make display filtering work for NEW_PACKET_LIST. This...
2009-08-14 Kovarththanan Raja... Always add packet to the new packet list regardless...
2009-08-13 Kovarththanan Raja... Introduce epan_dissect_init()/epan_dissect_cleanup...
2009-08-10 Anders BromanFrom Kovarththanan Rajaratnam:
2009-08-09 Kovarththanan Raja... Add PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-08-07 Kovarththanan Raja... Free frame data slice on file reset
2009-07-29 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-29 Anders BromanAdd pinfo to new_packet_list_append() this should give...
2009-07-28 Anders BromanPacify the build bot.
next