aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Update comment - now that we support adding comments to files, a captureGuy Harris1-1/+1
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-0/+8
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-0/+3
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-15/+3
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-17/+24
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris1-5/+15
2011-01-31From Cal Turney:Anders Broman1-8/+9
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher1-0/+1
2010-08-16From Cal Turney:Anders Broman1-0/+1
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-1/+6
2010-04-01Keep a copy of the interface description and capture filter around so thatGerald Combs1-0/+1
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+1
2009-09-22Rename init_cap_file() to cap_file_init()Kovarththanan Rajaratnam1-1/+1
2009-09-22Introduce cap_file_add_fdata() and start using itKovarththanan Rajaratnam1-0/+2
2009-09-21Remove unused 'vers' member in capture_fileKovarththanan Rajaratnam1-1/+0
2009-09-21Remove unused 'pstats' member in capture_fileKovarththanan Rajaratnam1-2/+1
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam1-2/+2
2009-07-24Use g_slice if glib >=2.10Anders Broman1-0/+7
2009-02-15Adjust some spacing ....Bill Meier1-45/+45
2008-11-18Optimized finding current row from cfile.current_frame.Stig Bjørlykke1-0/+1
2008-09-30From jmmikkel@mit.edu (Bug 2895):Sake Blok1-0/+1
2007-01-01break out dfcode from the capture file structure and declare it locally where...Ronnie Sahlberg1-1/+0
2006-11-14New feature to automatically highlight the field found when doing a find.Stephen Fisher1-0/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-25timestamp display precision:Ulf Lamping1-4/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+3
2005-08-20Get rid of f_len field in capture_file structure - we can just keepGuy Harris1-1/+0
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-2/+1
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris1-1/+2
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-5/+1
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-1/+0
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-15Rename a bunch of variables and routines that pertain to string searchGuy Harris1-2/+2
2004-02-03added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping1-1/+2
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aGuy Harris1-2/+1
2004-01-09We don't need to keep the progress bar quantum or next step in theGuy Harris1-3/+1
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-1/+2
2003-09-15Add a routine to return the display name for a "capture_file" structure,Guy Harris1-2/+1
2003-09-15Keep a "display name" as part of a capture_file structure; for liveGuy Harris1-1/+2
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris1-5/+16
2003-07-22From Greg Morris: code to support searches for text or raw binary dataGuy Harris1-1/+4
2002-09-06Forgot to add two filesRonnie Sahlberg1-0/+84