aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-06Removed an incorrect optimalization for invalidating packet in row 0.stig1-1/+1
2009-07-01Updates to create_tempfile:gerald1-2/+2
2009-07-01Realy make the new packet list compile under Windows...etxrab1-1/+1
2009-07-01Make the new packet list compile on Windows.etxrab1-3/+0
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-4/+106
2009-06-11Optimized criteria for invalidate packet in row 0.stig1-1/+1
2009-06-06Clean up white space.guy1-12/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-21/+81
2009-06-01Popup a dialog in case we match a row outside the loaded frame area.stig1-1/+6
2009-06-01From Kovarththanan Rajaratnam via bug 3429:stig1-1/+5
2009-05-31Fix bug 3489:jake1-2/+0
2009-05-26Fix the build.gerald1-0/+2
2009-05-25From Didier Gautheron via bug 3391:gerald1-6/+10
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-10/+10
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-5/+5
2009-04-08Use wireshark (instead of ether) for temp file name prefix.wmeier1-1/+1
2009-03-17sprintf --> g_snprintfwmeier1-4/+4
2009-03-15From Jakub Zawadzki:stig1-8/+4
2009-02-15Add a routine to report write errors to the list of failure-reportingguy1-70/+1
2009-02-09Make "Copy as Filter" on the packet list actually work.jake1-2/+29
2009-02-07#include <epan/conversation.h> not req'd ...wmeier1-1/+0
2008-12-10Moved invalidation of cf->current_row when rescan packet to catch more casesstig1-4/+4
2008-12-08Invalidate cf->current_row when rescan packet and the new selected row 0stig1-0/+4
2008-11-18Optimized finding current row from cfile.current_frame.stig1-0/+5
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+1
2008-09-30From jmmikkel@mit.edu (Bug 2895):sake1-1/+10
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-01Remove a few warnings.stig1-3/+3
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theguy1-2/+2
2008-06-14Update all time columns when changing the time precision.stig1-11/+12
2008-05-30Return the appropriate "everything OK" types.guy1-2/+2
2008-05-30Again, the err_info returned from wtap_read() and wtap_seek_read() is aguy1-1/+1
2008-05-30Free up the err_info string returned by wtap_read() andguy1-2/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-23/+23
2008-04-14we don't need stat_menu.h hereulfl1-1/+0
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...ulfl1-2/+0
2008-04-12Fetch return from g_list_remove.stig1-1/+1
2008-04-12improve the "simple" callback mechanism, so more than one listener is possibleulfl1-14/+40
2008-03-26Do not add packet length twice to cum_bytes when having a TIME REF frame.stig1-5/+5
2008-03-18Allow custom columns in export as CSV and PSML.stig1-4/+10
2008-03-18Bah, committed the wrong file.stig1-2/+2
2008-03-17Allow custom columns when printing.stig1-1/+1
2008-03-11From Francesco Fondelli (bug 2349):stig1-0/+59
2008-03-10Removed an unused variable.stig1-1/+0
2008-03-10Fix bug #2343: Huge increase in Wireshark runtime memory foot print ...sfisher1-13/+2
2008-03-01Custom column updates:sfisher1-0/+17
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnsfisher1-3/+7
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/Solarissfisher1-7/+3
2008-02-12Introduce a new column type called custom, which lets you put any displaysfisher1-3/+7