aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowgerald1-0/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-2/+5
2012-03-02Update comment - now that we support adding comments to files, a captureguy1-1/+1
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.gerald1-0/+8
2011-05-12Packet editor: support for saving changed frames.darkjames1-0/+3
2011-04-27Create a new frame_data_sequence data type; it represents a denseguy1-15/+3
2011-04-25Store the frame_data structures in a tree, rather than a linked list. guy1-17/+24
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.guy1-5/+15
2011-01-31From Cal Turney:etxrab1-8/+9
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of thesfisher1-0/+1
2010-08-16From Cal Turney:etxrab1-0/+1
2010-08-13Instead of using a Boolean for the search direction, use an enum, soguy1-1/+6
2010-04-01Keep a copy of the interface description and capture filter around so thatgerald1-0/+1
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+1
2009-09-22Rename init_cap_file() to cap_file_init()krj1-1/+1
2009-09-22Introduce cap_file_add_fdata() and start using itkrj1-0/+2
2009-09-21Remove unused 'vers' member in capture_filekrj1-1/+0
2009-09-21Remove unused 'pstats' member in capture_filekrj1-2/+1
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...krj1-2/+2
2009-07-24Use g_slice if glib >=2.10etxrab1-0/+7
2009-02-15Adjust some spacing ....wmeier1-45/+45
2008-11-18Optimized finding current row from cfile.current_frame.stig1-0/+1
2008-09-30From jmmikkel@mit.edu (Bug 2895):sake1-0/+1
2007-01-01break out dfcode from the capture file structure and declare it locally where...sahlberg1-1/+0
2006-11-14New feature to automatically highlight the field found when doing a find.sfisher1-0/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-1/+1
2006-05-21name changesahlberg1-2/+2
2005-08-25timestamp display precision:ulfl1-4/+4
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-2/+3
2005-08-20Get rid of f_len field in capture_file structure - we can just keepguy1-1/+0
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSguy1-2/+1
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileguy1-1/+2
2005-02-06another two steps towards privilege seperation:ulfl1-5/+1
2005-02-04(some) redesign of capture data structures.ulfl1-1/+0
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...ulfl1-1/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-15Rename a bunch of variables and routines that pertain to string searchguy1-2/+2
2004-02-03added some more info to the statusbar (filesize, packet count, ..),ulfl1-1/+2
2004-01-25There's no need to keep a "FILE *" for the file being printed to in aguy1-2/+1
2004-01-09We don't need to keep the progress bar quantum or next step in theguy1-3/+1
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanguy1-1/+2
2003-09-15Add a routine to return the display name for a "capture_file" structure,guy1-2/+1
2003-09-15Keep a "display name" as part of a capture_file structure; for liveguy1-1/+2
2003-08-29Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,guy1-5/+16
2003-07-22From Greg Morris: code to support searches for text or raw binary dataguy1-1/+4
2002-09-06Forgot to add two filessahlberg1-0/+84