aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
Commit message (Expand)AuthorAgeFilesLines
* Use g_slice if glib >=2.10Anders Broman2009-07-241-0/+7
* Adjust some spacing ....Bill Meier2009-02-151-45/+45
* Optimized finding current row from cfile.current_frame.Stig Bjørlykke2008-11-181-0/+1
* From jmmikkel@mit.edu (Bug 2895):Sake Blok2008-09-301-0/+1
* break out dfcode from the capture file structure and declare it locally where...Ronnie Sahlberg2007-01-011-1/+0
* New feature to automatically highlight the field found when doing a find.Stephen Fisher2006-11-141-0/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* timestamp display precision:Ulf Lamping2005-08-251-4/+4
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+3
* Get rid of f_len field in capture_file structure - we can just keepGuy Harris2005-08-201-1/+0
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-191-2/+1
* Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris2005-08-191-1/+2
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-5/+1
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-1/+0
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-1/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Rename a bunch of variables and routines that pertain to string searchGuy Harris2004-04-151-2/+2
* added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping2004-02-031-1/+2
* There's no need to keep a "FILE *" for the file being printed to in aGuy Harris2004-01-251-2/+1
* We don't need to keep the progress bar quantum or next step in theGuy Harris2004-01-091-3/+1
* Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris2003-09-241-1/+2
* Add a routine to return the display name for a "capture_file" structure,Guy Harris2003-09-151-2/+1
* Keep a "display name" as part of a capture_file structure; for liveGuy Harris2003-09-151-1/+2
* Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris2003-08-291-5/+16
* From Greg Morris: code to support searches for text or raw binary dataGuy Harris2003-07-221-1/+4
* Forgot to add two filesRonnie Sahlberg2002-09-061-0/+84