aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-27Find: Matching multiple occurrences in Packet BytesJohn Thacker1-1/+4
2023-10-18Qt: Edit capture comments in separate dialogJohn Thacker1-0/+10
2023-10-01Find: Update search frame for Finding multiple fieldsJohn Thacker1-1/+3
2023-10-01Find Packet: Find packet details multiple matches in a frameJohn Thacker1-1/+3
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-2/+0
2023-06-09Add packet dedup support for live captures tooGilbert Ramirez1-2/+5
2023-06-09Add a preference for ignoring duplicate framesGilbert Ramirez1-2/+2
2023-03-25Fix leak in Find Packet searching tree detailsJohn Thacker1-5/+4
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