aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix svn728: don't scroll down packet list while capturing, if no packets are ...Ulf Lamping2006-11-051-6/+16
* fix #1188: scroll the packet list to the bottom (in a running capture) *after...Ulf Lamping2006-10-291-2/+5
* fix the memory leak problem mentioned lately by adding and using color_filter...Ulf Lamping2006-10-031-0/+2
* changes of the coloring rules sometimes crashed as dissection keeps pointers ...Ulf Lamping2006-10-031-10/+0
* Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping2006-10-031-0/+12
* coverity 170Ronnie Sahlberg2006-06-261-13/+0
* Ethereal->WiresharkAnders Broman2006-05-281-14/+14
* name changeRonnie Sahlberg2006-05-211-2/+2
* Add an extra null pointer check. Fixes Coverity CID 154.Gerald Combs2006-04-271-20/+25
* From diderAnders Broman2006-02-271-1/+3
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-1/+1
* show the number of packets captured, if "Update list of packets ..." isn't usedUlf Lamping2006-01-221-1/+8
* add matched coloring rule name and string to the frame dissector output (or n...Ulf Lamping2006-01-211-0/+1
* Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris2005-11-121-25/+38
* from Jaap Keuter:Ulf Lamping2005-11-081-8/+18
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-26/+19
* Fix uninitialized variable errors.Guy Harris2005-10-271-26/+39
* Check on every iteration of a loop whether to pop up a dialog box,Guy Harris2005-10-271-32/+63
* fix a packet_list_freeze / thaw pair, if a return comes in it's wayUlf Lamping2005-10-061-2/+11
* minor bugfix: call cf_callback_invoke() from cf_close() even if the file is a...Ulf Lamping2005-09-271-4/+6
* add two new callbacks:Ulf Lamping2005-09-201-9/+11
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-3/+10
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-4/+5
* Frame numbers are unsigned, and they start at 1; 0 is what's used forGuy Harris2005-09-111-1/+1