aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
Commit message (Expand)AuthorAgeFilesLines
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-2/+1
* Make the capture file's interface description filterableJim Young2017-02-091-0/+1
* Line up comments.Guy Harris2016-06-111-54/+54
* Qt: Select matching tree item and bytes in Find PacketStig Bjørlykke2016-02-231-0/+1
* Qt: Add regex support in Find PacketStig Bjørlykke2016-02-181-0/+1
* Morph ProgressBar into CaptureProgressFrame.Gerald Combs2015-06-231-0/+2
* Qt: Apply recent settings.Gerald Combs2015-02-241-1/+1
* Always put editor-modelines at the end of the file ...Bill Meier2014-10-141-3/+3
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-3/+16
* Revert "Refactor Wiretap"Guy Harris2014-05-091-7/+3
* Refactor WiretapMichael Mann2014-05-091-3/+7
* Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2014-03-211-0/+1
* Revert "Allow pcapng interface options to be available to dissectors."Anders Broman2014-03-201-2/+0
* Allow pcapng interface options to be available to dissectors.Christopher Kilgour2014-03-201-0/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Avoid including definition of column_info structure in dissectors.Jakub Zawadzki2013-12-221-0/+1
* Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki2013-12-031-0/+1
* Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki2013-11-291-0/+9
* Remove comment & defines for frame_data_sequence from cfile.hJakub Zawadzki2013-11-151-13/+0
* Global variables considered harmful.Guy Harris2013-08-141-0/+6
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-0/+1
* Abuse epan_t more: add callback to get interface name.Jakub Zawadzki2013-07-221-0/+2
* Some work on multi file dissectionJakub Zawadzki2013-07-211-0/+1
* Move some more modules into epan.Jeff Morriss2013-07-111-1/+1
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-1/+1
* Update -2, -R and -Y to behave consistently as per the concensus reached onEvan Huus2013-03-301-1/+2
* Rename the search type menu items to more accurately reflect what we'reGerald Combs2012-12-151-3/+3
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-1/+1
* Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs2012-10-051-0/+2
* Revert r45183:r45184Jakub Zawadzki2012-09-281-1/+1
* Missing part of r45183Jakub Zawadzki2012-09-271-1/+1
* cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki2012-09-031-0/+1
* Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs2012-07-191-0/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* If the file has an SHB comment or any packet comments, and the userGuy Harris2012-06-201-0/+1
* For a capture file, keep an array of all encapsulation types seen.Guy Harris2012-06-151-1/+2
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-241-0/+1
* Change the "user_saved" member of a capture_file structure toGuy Harris2012-05-201-1/+1
* Update comment - now that we support adding comments to files, a captureGuy Harris2012-03-021-1/+1
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-0/+8
* Packet editor: support for saving changed frames.Jakub Zawadzki2011-05-121-0/+3
* Create a new frame_data_sequence data type; it represents a denseGuy Harris2011-04-271-15/+3
* Store the frame_data structures in a tree, rather than a linked list. Guy Harris2011-04-251-17/+24
* Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris2011-04-251-5/+15
* From Cal Turney:Anders Broman2011-01-311-8/+9
* From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher2011-01-191-0/+1
* From Cal Turney:Anders Broman2010-08-161-0/+1
* Instead of using a Boolean for the search direction, use an enum, soGuy Harris2010-08-131-1/+6
* Keep a copy of the interface description and capture filter around so thatGerald Combs2010-04-011-0/+1
* Introduce "Ignore Packet" in the packet list.Stig Bjørlykke2009-12-171-0/+1