aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-5/+4
2019-04-08Use a single wtap_rec and Buffer for an entire capture session.Guy Harris1-2/+8
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-2/+13
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-13/+2
2019-01-25Fix memory ownership when using cf_get_packet_commentPeter Wu1-0/+1
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-4/+5
2018-07-06Fix the calculation of a file's "basename".Guy Harris1-0/+11
2018-04-18Remove trailing comma from enum list.Guy Harris1-1/+1
2018-04-17Remove some GTK+-only code.Gerald Combs1-15/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-2/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-2/+3
2017-11-24GTK: Remove packet editorJoão Valverde1-12/+0
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-07-17Rename cf_get_comment() to reflect what comment it gets.Guy Harris1-1/+9
2017-07-17Rename section comment get/set routines.Guy Harris1-2/+4
2017-06-19Update the capture file load time each time we update the progress bar.Jeff Morriss1-1/+1
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris1-1/+26
2017-01-21Qt: Show merge progress.Gerald Combs1-3/+6
2016-12-16Rename packet-range.[ch] to packet_range.[ch]Michael Mann1-1/+1
2016-12-12Get rid of some GTK+-only routines in file.c.Guy Harris1-15/+0
2016-12-12Mark routines GTK+ only.Gerald Combs1-0/+1
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris1-6/+6
2016-07-18Mark the file as having unsaved data if you change address resolution.Guy Harris1-0/+10
2016-06-27Qt: Clean up capture file callbacks.Gerald Combs1-8/+8
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-0/+9
2016-03-01Don't show a progress bar when previewing for the Qt print dialog.Guy Harris1-1/+3
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-0/+2
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris1-8/+0
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-5/+0
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-1/+19
2014-10-21file.c isn't in a DLL, so what it exports shouldn't be WS_DLL_PUBLIC.Guy Harris1-1/+0
2014-10-20Export cf_set_frame_edited().Guy Harris1-0/+1
2014-10-20Fix support for writing out edited records.Guy Harris1-0/+12
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-2/+2
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-4/+17
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-14/+14
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-16/+15
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-15/+16
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+2
2013-10-11cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...Jeff Morriss1-12/+0
2013-08-14Global variables considered harmful.Guy Harris1-1/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-2/+4
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+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-3/+3
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-3/+3