Revert "plaintext=decrypt_krb5_data => enc_key_t"
[metze/wireshark/wip.git] / cfile.h
2018-11-16 Guy HarrisUse an enum for compression types in various interfaces.
2018-07-03 Peter Wufile: fix packet list update after dfilter change durin...
2018-06-28 Peter Wufile: do not perform recursive redissections to avoid...
2018-04-17 Gerald CombsRemove some GTK+-only code.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2017-12-08 Guy HarrisHand the packet provider functions to epan_new().
2017-12-08 Guy HarrisMove the frame_set stuff back into the capture_file...
2017-12-04 Guy HarrisPut the structure of a capture_file back in cfile.h.
2017-12-04 Guy HarrisMove the parts of a capture_file used by libwireshark...
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-12-01 Gerald CombsGet rid of some void pointers.
2017-11-24 João ValverdeGTK: Remove packet editor
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-06-19 Jeff MorrissUpdate the capture file load time each time we update...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-02-09 Jim YoungMake the capture file's interface description filterable
2016-06-11 Guy HarrisLine up comments.
2016-02-23 Stig BjørlykkeQt: Select matching tree item and bytes in Find Packet
2016-02-18 Stig BjørlykkeQt: Add regex support in Find Packet
2015-06-23 Gerald CombsMorph ProgressBar into CaptureProgressFrame.
2015-02-24 Gerald CombsQt: Apply recent settings.
2014-10-14 Bill MeierAlways put editor-modelines at the end of the file ...
2014-10-12 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-21 Hadriel KaplanFix Bug 9903: 'Clicking reload-file ignores selected...
2014-03-20 Anders BromanRevert "Allow pcapng interface options to be available...
2014-03-20 Christopher KilgourAllow pcapng interface options to be available to disse...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-22 Jakub ZawadzkiAvoid including definition of column_info structure...
2013-12-03 Jakub ZawadzkiAvoid including <epan/epan.h> in dissectors.
2013-11-29 Jakub ZawadzkiAvoid including <wiretap/wtap.h> in dissectors.
2013-11-15 Jakub ZawadzkiRemove comment & defines for frame_data_sequence from...
2013-08-14 Guy HarrisGlobal variables considered harmful.
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-22 Jakub ZawadzkiAbuse epan_t more: add callback to get interface name.
2013-07-21 Jakub ZawadzkiSome work on multi file dissection
2013-07-11 Jeff MorrissMove some more modules into epan.
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-03-30 Evan HuusUpdate -2, -R and -Y to behave consistently as per...
2012-12-15 Gerald CombsRename the search type menu items to more accurately...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-05 Gerald CombsAdd a capture_file * element to packet_range_t and...
2012-09-28 Jakub ZawadzkiRevert r45183:r45184
2012-09-27 Jakub ZawadzkiMissing part of r45183
2012-09-03 Jakub Zawadzkicinfo.columns_changed is only used by ui/gtk, move...
2012-07-19 Gerald CombsPass {delayed_}create_progress_dlg a pointer the top...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-20 Guy HarrisIf the file has an SHB comment or any packet comments...
2012-06-15 Guy HarrisFor a capture file, keep an array of all encapsulation...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-20 Guy HarrisChange the "user_saved" member of a capture_file struct...
2012-03-02 Guy HarrisUpdate comment - now that we support adding comments...
2011-12-29 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
2011-05-12 Jakub ZawadzkiPacket editor: support for saving changed frames.
2011-04-27 Guy HarrisCreate a new frame_data_sequence data type; it represen...
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2011-04-25 Guy HarrisMake the packet count an unsigned value, as frame numbe...
2011-01-31 Anders BromanFrom Cal Turney:
2011-01-19 Stephen FisherFrom Cal Turney via enhancement bug #5587: In hex or...
2010-08-16 Anders BromanFrom Cal Turney:
2010-08-13 Guy HarrisInstead of using a Boolean for the search direction...
2010-04-01 Gerald CombsKeep a copy of the interface description and capture...
2009-12-17 Stig BjørlykkeIntroduce "Ignore Packet" in the packet list.
2009-09-22 Kovarththanan Raja... Rename init_cap_file() to cap_file_init()
2009-09-22 Kovarththanan Raja... Introduce cap_file_add_fdata() and start using it
2009-09-21 Kovarththanan Raja... Remove unused 'vers' member in capture_file
2009-09-21 Kovarththanan Raja... Remove unused 'pstats' member in capture_file
2009-09-21 Kovarththanan Raja... Rename capture_file.plist to capture_file.plist_start...
2009-07-24 Anders BromanUse g_slice if glib >=2.10
2009-02-15 Bill MeierAdjust some spacing ....
2008-11-18 Stig BjørlykkeOptimized finding current row from cfile.current_frame.
2008-09-30 Sake BlokFrom jmmikkel@mit.edu (Bug 2895):
2007-01-01 Ronnie Sahlbergbreak out dfcode from the capture file structure and...
2006-11-14 Stephen FisherNew feature to automatically highlight the field found...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-05-21 Ronnie Sahlbergname change
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 Guy HarrisGet rid of f_len field in capture_file structure -...
2005-08-19 Guy HarrisAdd APIs to Wiretap to return the file of the size...
2005-08-19 Guy HarrisHave "f_datalen" keep track of the number of bytes...
2005-02-06 Ulf Lampinganother two steps towards privilege seperation:
2005-02-04 Ulf Lamping(some) redesign of capture data structures.
2005-02-03 Ulf Lampingmove capture_file_fd field from capture_file to capture...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-04-15 Guy HarrisRename a bunch of variables and routines that pertain...
2004-02-03 Ulf Lampingadded some more info to the statusbar (filesize, packet...
2004-01-25 Guy HarrisThere's no need to keep a "FILE *" for the file being...
2004-01-09 Guy HarrisWe don't need to keep the progress bar quantum or next...
2003-09-24 Guy HarrisMake "finfo_selected" a member of a "capture_file"...
2003-09-15 Guy HarrisAdd a routine to return the display name for a "capture...
2003-09-15 Guy HarrisKeep a "display name" as part of a capture_file structu...
2003-08-29 Guy HarrisGet rid of the EBCDIC stuff in the find dialog - it...
2003-07-22 Guy HarrisFrom Greg Morris: code to support searches for text...
2002-09-06 Ronnie SahlbergForgot to add two files