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