aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-17Qt: Ensure that add frame comments trigger recoloring, count updatesJohn Thacker1-0/+4
2022-06-28file: Fix documentationRoland Knall1-1/+0
2022-06-28Ui: Cleanup row number and select packetRoland Knall1-2/+3
2022-06-28Ui: Remove time column reformat callbackRoland Knall1-7/+0
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-13/+0
2022-02-10Qt: Allow omitting secondary data sources when printingJohn Thacker1-0/+1
2022-02-09Specify directory for temporary capturesDavid Perry1-1/+1
2021-12-12Add remaining header files to DoxygenMoshe Kaplan1-1/+2
2021-10-04Qt: Handle errors when reloading Lua FileHandlerStig Bjørlykke1-1/+2
2021-08-28capture file: remove redundant API ref_time_packets()Developer Alexander1-1/+2
2021-08-22file: fix constness in declaration.Dario Lombardo1-1/+1
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-1/+1
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-8/+8
2020-10-26Impose limits on the number of records we read.Guy Harris1-0/+8
2020-05-01Remove some single-SHB assumptions.Guy Harris1-9/+0
2020-02-28Qt: Do not display alerts on repeated failed readsTomasz Moń1-0/+5
2019-08-14Wiretap: Fix temporary filename memory corruptionTomasz Moń1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
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