aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-10/+10
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-5/+5
2009-04-08Use wireshark (instead of ether) for temp file name prefix.Bill Meier1-1/+1
2009-03-17sprintf --> g_snprintfBill Meier1-4/+4
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-8/+4
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-70/+1
2009-02-09Make "Copy as Filter" on the packet list actually work.Jaap Keuter1-2/+29
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
2008-12-10Moved invalidation of cf->current_row when rescan packet to catch more casesStig Bjørlykke1-4/+4
2008-12-08Invalidate cf->current_row when rescan packet and the new selected row 0Stig Bjørlykke1-0/+4
2008-11-18Optimized finding current row from cfile.current_frame.Stig Bjørlykke1-0/+5
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+1
2008-09-30From jmmikkel@mit.edu (Bug 2895):Sake Blok1-1/+10
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-01Remove a few warnings.Stig Bjørlykke1-3/+3
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris1-2/+2
2008-06-14Update all time columns when changing the time precision.Stig Bjørlykke1-11/+12
2008-05-30Return the appropriate "everything OK" types.Guy Harris1-2/+2
2008-05-30Again, the err_info returned from wtap_read() and wtap_seek_read() is aGuy Harris1-1/+1
2008-05-30Free up the err_info string returned by wtap_read() andGuy Harris1-2/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-23/+23
2008-04-14we don't need stat_menu.h hereUlf Lamping1-1/+0
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping1-2/+0
2008-04-12Fetch return from g_list_remove.Stig Bjørlykke1-1/+1
2008-04-12improve the "simple" callback mechanism, so more than one listener is possibleUlf Lamping1-14/+40
2008-03-26Do not add packet length twice to cum_bytes when having a TIME REF frame.Stig Bjørlykke1-5/+5
2008-03-18Allow custom columns in export as CSV and PSML.Stig Bjørlykke1-4/+10
2008-03-18Bah, committed the wrong file.Stig Bjørlykke1-2/+2
2008-03-17Allow custom columns when printing.Stig Bjørlykke1-1/+1
2008-03-11From Francesco Fondelli (bug 2349):Stig Bjørlykke1-0/+59
2008-03-10Removed an unused variable.Stig Bjørlykke1-1/+0
2008-03-10Fix bug #2343: Huge increase in Wireshark runtime memory foot print ...Stephen Fisher1-13/+2
2008-03-01Custom column updates:Stephen Fisher1-0/+17
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher1-3/+7
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher1-7/+3
2008-02-12Introduce a new column type called custom, which lets you put any displayStephen Fisher1-3/+7
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-3/+3
2007-12-05Make sure the "auto scroll in live capture" toolbar button and menu itemGerald Combs1-15/+13
2007-11-28Apply coloring rules also when a frame is marked so that when a frameSake Blok1-5/+6
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon1-1/+4
2007-07-09From Dustin Johnson: If "Update list of packets in real time" andGerald Combs1-2/+6
2007-06-04Fix for bug #93: changes to the columns has no effect until restartStephen Fisher1-0/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-05-21From Sake Blok:Stephen Fisher1-6/+6
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-2/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
2007-03-23From Sake Blok:Stephen Fisher1-7/+11
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-7/+8