aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-14Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris1-0/+22
2007-02-20Squelch some unused variable warningsJeff Morriss1-1/+1
2007-02-01we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless P...Ronnie Sahlberg1-0/+2
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+1
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping1-4/+60
2007-01-15minor bugfix of file loading: don't update the packet list if loading a small...Ulf Lamping1-1/+4
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt1-0/+6
2007-01-11Fix for bug #1140: Filtering messes up packet list sort orderStephen Fisher1-0/+3
2007-01-11Fix for bug #1196: packet detail & packet bytes windows not updated underStephen Fisher1-0/+4
2007-01-01break out dfcode from the capture file structure and declare it locally where...Ronnie Sahlberg1-18/+84
2006-11-21while loading a huge capture file, enable the main window to show packets rus...Ulf Lamping1-0/+6