aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* From jmmikkel@mit.edu (Bug 2895):Sake Blok2008-09-301-1/+10
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Remove a few warnings.Stig Bjørlykke2008-08-011-3/+3
* Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris2008-06-241-2/+2
* Update all time columns when changing the time precision.Stig Bjørlykke2008-06-141-11/+12
* Return the appropriate "everything OK" types.Guy Harris2008-05-301-2/+2
* Again, the err_info returned from wtap_read() and wtap_seek_read() is aGuy Harris2008-05-301-1/+1
* Free up the err_info string returned by wtap_read() andGuy Harris2008-05-301-2/+4
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-23/+23
* we don't need stat_menu.h hereUlf Lamping2008-04-141-1/+0
* move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main...Ulf Lamping2008-04-121-2/+0
* Fetch return from g_list_remove.Stig Bjørlykke2008-04-121-1/+1
* improve the "simple" callback mechanism, so more than one listener is possibleUlf Lamping2008-04-121-14/+40
* Do not add packet length twice to cum_bytes when having a TIME REF frame.Stig Bjørlykke2008-03-261-5/+5
* Allow custom columns in export as CSV and PSML.Stig Bjørlykke2008-03-181-4/+10
* Bah, committed the wrong file.Stig Bjørlykke2008-03-181-2/+2
* Allow custom columns when printing.Stig Bjørlykke2008-03-171-1/+1
* From Francesco Fondelli (bug 2349):Stig Bjørlykke2008-03-111-0/+59
* Removed an unused variable.Stig Bjørlykke2008-03-101-1/+0
* Fix bug #2343: Huge increase in Wireshark runtime memory foot print ...Stephen Fisher2008-03-101-13/+2
* Custom column updates:Stephen Fisher2008-03-011-0/+17
* Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher2008-02-131-3/+7
* Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher2008-02-121-7/+3
* Introduce a new column type called custom, which lets you put any displayStephen Fisher2008-02-121-3/+7
* Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2008-01-241-3/+3
* Make sure the "auto scroll in live capture" toolbar button and menu itemGerald Combs2007-12-051-15/+13
* Apply coloring rules also when a frame is marked so that when a frameSake Blok2007-11-281-5/+6
* As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon2007-07-301-1/+4
* From Dustin Johnson: If "Update list of packets in real time" andGerald Combs2007-07-091-2/+6
* Fix for bug #93: changes to the columns has no effect until restartStephen Fisher2007-06-041-0/+1
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-291-2/+2
* From Sake Blok:Stephen Fisher2007-05-211-6/+6
* Fix warnings on Linux/gcc 4.1.1Stephen Fisher2007-04-031-2/+5
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-3/+3
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-3/+3
* From Sake Blok:Stephen Fisher2007-03-231-7/+11
* Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher2007-03-221-7/+8
* Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris2007-03-141-0/+22
* Squelch some unused variable warningsJeff Morriss2007-02-201-1/+1
* we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless P...Ronnie Sahlberg2007-02-011-0/+2
* Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson2007-01-181-1/+1
* instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping2007-01-151-4/+60
* minor bugfix of file loading: don't update the packet list if loading a small...Ulf Lamping2007-01-151-1/+4
* New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt2007-01-131-0/+6
* Fix for bug #1140: Filtering messes up packet list sort orderStephen Fisher2007-01-111-0/+3
* Fix for bug #1196: packet detail & packet bytes windows not updated underStephen Fisher2007-01-111-0/+4
* break out dfcode from the capture file structure and declare it locally where...Ronnie Sahlberg2007-01-011-18/+84
* while loading a huge capture file, enable the main window to show packets rus...Ulf Lamping2006-11-211-0/+6
* New feature to automatically highlight the field found when doing a find.Stephen Fisher2006-11-141-0/+8
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-6/+6