aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
Commit message (Expand)AuthorAgeFilesLines
* Change "edited" to "modified" in one more place when referring to blocks.Guy Harris2021-07-081-3/+3
* Consistently refer to blocks that have been modified as "modified".Guy Harris2021-07-081-2/+2
* Use wtap_blocks for packet commentsDavid Perry2021-07-071-3/+3
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Explicitly make cf->{rec,buf} the information for the selected packet.Guy Harris2019-04-061-7/+8
* Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu2019-04-061-0/+3
* Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris2019-04-051-3/+0
* Use an enum for compression types in various interfaces.Guy Harris2018-11-161-56/+56
* file: fix packet list update after dfilter change during live capturePeter Wu2018-07-031-0/+1
* file: do not perform recursive redissections to avoid crashesPeter Wu2018-06-281-0/+8
* Remove some GTK+-only code.Gerald Combs2018-04-171-1/+0
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-2/+2
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Hand the packet provider functions to epan_new().Guy Harris2017-12-081-6/+6
* Move the frame_set stuff back into the capture_file structure.Guy Harris2017-12-081-2/+19
* Put the structure of a capture_file back in cfile.h.Guy Harris2017-12-041-3/+68
* Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris2017-12-041-3/+0
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-74/+5
* Get rid of some void pointers.Gerald Combs2017-12-011-2/+2
* GTK: Remove packet editorJoão Valverde2017-11-241-11/+0
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Update the capture file load time each time we update the progress bar.Jeff Morriss2017-06-191-1/+1
* 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