aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+9
2013-11-15Remove comment & defines for frame_data_sequence from cfile.hJakub Zawadzki1-13/+0
2013-08-14Global variables considered harmful.Guy Harris1-0/+6
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+1
2013-07-22Abuse epan_t more: add callback to get interface name.Jakub Zawadzki1-0/+2
2013-07-21Some work on multi file dissectionJakub Zawadzki1-0/+1
2013-07-11Move some more modules into epan.Jeff Morriss1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+1
2013-03-30Update -2, -R and -Y to behave consistently as per the concensus reached onEvan Huus1-1/+2
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-3/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-0/+2
2012-09-28Revert r45183:r45184Jakub Zawadzki1-1/+1
2012-09-27Missing part of r45183Jakub Zawadzki1-1/+1
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki1-0/+1
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-20If the file has an SHB comment or any packet comments, and the userGuy Harris1-0/+1
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris1-1/+2
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-0/+1
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-1/+1
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