aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
Commit message (Expand)AuthorAgeFilesLines
* Qt: Show merge progress.Gerald Combs2017-01-211-3/+6
* Rename packet-range.[ch] to packet_range.[ch]Michael Mann2016-12-161-1/+1
* Get rid of some GTK+-only routines in file.c.Guy Harris2016-12-121-15/+0
* Mark routines GTK+ only.Gerald Combs2016-12-121-0/+1
* Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2016-12-041-6/+6
* Mark the file as having unsaved data if you change address resolution.Guy Harris2016-07-181-0/+10
* Qt: Clean up capture file callbacks.Gerald Combs2016-06-271-8/+8
* Add JSON export to Qt/GTK UIPascal Quantin2016-06-201-0/+9
* Don't show a progress bar when previewing for the Qt print dialog.Guy Harris2016-03-011-1/+3
* Rework tapping in Qt dialogs.Gerald Combs2015-08-261-0/+2
* Keep a captured-packet count in a capture_session and use that.Guy Harris2015-04-061-8/+0
* Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris2015-01-011-5/+0
* Qt: Add a CaptureFile class.Gerald Combs2014-12-201-1/+19
* file.c isn't in a DLL, so what it exports shouldn't be WS_DLL_PUBLIC.Guy Harris2014-10-211-1/+0
* Export cf_set_frame_edited().Guy Harris2014-10-201-0/+1
* Fix support for writing out edited records.Guy Harris2014-10-201-0/+12
* Always put editor-modelines at the end of the file ...Bill Meier2014-10-141-2/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-4/+17
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-14/+14
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-16/+15
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-15/+16
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-1/+2
* cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...Jeff Morriss2013-10-111-12/+0
* Global variables considered harmful.Guy Harris2013-08-141-1/+1
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-08-101-2/+2
* Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki2013-08-011-2/+4
* Move the print modules into epan.Jeff Morriss2013-07-121-1/+1
* Move some more modules into epan.Jeff Morriss2013-07-111-1/+1
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-3/+3
* Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus2013-04-261-3/+3
* Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris2013-04-021-1/+1
* Add routines to file.c to indicate whether:Guy Harris2013-04-011-2/+27
* Define a collection of bits for different types of capture file comments.Guy Harris2013-04-011-3/+3
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-0/+1
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-5/+5
* Fix "file.h:56:21: warning: comma at end of enumerator list".Gerald Combs2013-01-021-1/+1
* volatile fixes.Jakub Zawadzki2012-10-221-1/+1
* Fix warning: file.c(776) : warning C4028: formal parameter 2 different from d...Jakub Zawadzki2012-10-221-1/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-1/+1
* Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs2012-10-051-3/+1
* Add a cf_cb_file_opened callback and use it instead of callingGerald Combs2012-09-261-0/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Only allow "Save" ifGuy Harris2012-06-251-2/+2
* Handle the case where the user has added comments to a file that's notGuy Harris2012-06-201-0/+8
* If the file has an SHB comment or any packet comments, and the userGuy Harris2012-06-201-0/+12
* If we do a Save or Save As with a move, don't reread the capture file,Guy Harris2012-06-051-0/+3
* Distinguish between "failed" and "user stopped it" for "save as" andGuy Harris2012-06-051-10/+23
* g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris2012-06-031-2/+2
* Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris2012-05-251-1/+5