aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris1-1/+1
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-2/+27
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-3/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-5/+5
2013-01-02Fix "file.h:56:21: warning: comma at end of enumerator list".Gerald Combs1-1/+1
2012-10-22volatile fixes.Jakub Zawadzki1-1/+1
2012-10-22Fix warning: file.c(776) : warning C4028: formal parameter 2 different from d...Jakub Zawadzki1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-3/+1
2012-09-26Add a cf_cb_file_opened callback and use it instead of callingGerald Combs1-0/+1