Apply r30376 to asn1 template files.
[metze/wireshark/wip.git] / file.c
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.
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):
next