Introduce frame_data_cleanup() and start using it
[metze/wireshark/wip.git] / file.c
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.
2009-07-28 Anders BromanSet reftime without recreating the packet list.
2009-07-27 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-26 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-25 Stephen FisherRemove two unused variables and mark a function paramte...
2009-07-25 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-24 Anders BromanUse g_slice if glib >=2.10
2009-07-24 Anders BromanWhen using the new packet list select the first packet...
2009-07-22 Anders BromanFrom kovarththanan Rajaratnam:
2009-07-22 Anders BromanMinor indentation fixes.
2009-07-21 Stig BjørlykkeFrom didier gautheron via bug 3762:
2009-07-20 Anders BromanImplement new_packet_list_find_row_from_data()
2009-07-20 Stephen FisherIntroduce packet list coloring for the NEW_PACKET_LIST...
2009-07-06 Stig BjørlykkeRemoved an incorrect optimalization for invalidating...
2009-07-01 Gerald CombsUpdates to create_tempfile:
2009-07-01 Anders BromanRealy make the new packet list compile under Windows...
2009-07-01 Anders BromanMake the new packet list compile on Windows.
2009-06-30 Stephen FisherIntroduce experimental new feature: GTK2 tree view...
2009-06-11 Stig BjørlykkeOptimized criteria for invalidate packet in row 0.
2009-06-06 Guy HarrisClean up white space.
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-06-01 Stig BjørlykkePopup a dialog in case we match a row outside the loade...
2009-06-01 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3429:
2009-05-31 Jaap KeuterFix bug 3489:
2009-05-26 Gerald CombsFix the build.
2009-05-25 Gerald CombsFrom Didier Gautheron via bug 3391:
2009-04-21 Guy HarrisTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2009-04-08 Bill MeierUse wireshark (instead of ether) for temp file name...
2009-03-17 Bill Meiersprintf --> g_snprintf
2009-03-15 Stig BjørlykkeFrom Jakub Zawadzki:
2009-02-15 Guy HarrisAdd a routine to report write errors to the list of...
2009-02-09 Jaap KeuterMake "Copy as Filter" on the packet list actually work.
2009-02-07 Bill Meier#include <epan/conversation.h> not req'd ...
2008-12-10 Stig BjørlykkeMoved invalidation of cf->current_row when rescan packe...
2008-12-08 Stig BjørlykkeInvalidate cf->current_row when rescan packet and the...
2008-11-18 Stig BjørlykkeOptimized finding current row from cfile.current_frame.
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-09-30 Sake BlokFrom jmmikkel@mit.edu (Bug 2895):
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-08-01 Stig BjørlykkeRemove a few warnings.
2008-06-24 Guy HarrisHave separate callback mechanisms in file.c and capture...
2008-06-14 Stig BjørlykkeUpdate all time columns when changing the time precision.
2008-05-30 Guy HarrisReturn the appropriate "everything OK" types.
2008-05-30 Guy HarrisAgain, the err_info returned from wtap_read() and wtap_...
2008-05-30 Guy HarrisFree up the err_info string returned by wtap_read(...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-14 Ulf Lampingwe don't need stat_menu.h here
2008-04-12 Ulf Lampingmove tap_dfilter_dlg.h from / to /gtk (and use the...
2008-04-12 Stig BjørlykkeFetch return from g_list_remove.
2008-04-12 Ulf Lampingimprove the "simple" callback mechanism, so more than...
2008-03-26 Stig BjørlykkeDo not add packet length twice to cum_bytes when having...
2008-03-18 Stig BjørlykkeAllow custom columns in export as CSV and PSML.
2008-03-18 Stig BjørlykkeBah, committed the wrong file.
2008-03-17 Stig BjørlykkeAllow custom columns when printing.
2008-03-11 Stig BjørlykkeFrom Francesco Fondelli (bug 2349):
2008-03-10 Stig BjørlykkeRemoved an unused variable.
2008-03-10 Stephen FisherFix bug #2343: Huge increase in Wireshark runtime memor...
2008-03-01 Stephen FisherCustom column updates:
2008-02-13 Stephen FisherCheck in changes originally checked in as SVN revision...
2008-02-12 Stephen FisherRevert commit 24308 until I can get it to compile on...
2008-02-12 Stephen FisherIntroduce a new column type called custom, which lets...
next