aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris2012-05-241-18/+11
* "Save As" always saves everything and, when the save is done, makes theGuy Harris2012-05-221-4/+20
* We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris2012-05-221-2/+15
* The GUI's state machine requires that, when reloading a capture after aGuy Harris2012-05-221-7/+8
* - Add a LED in the statusbar to indicate that capture comments exists,Anders Broman2012-02-291-0/+17
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-0/+7
* This ain't C++; you have to put "void" in as the argument list ofGuy Harris2011-05-171-2/+2
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-18/+2
* From Cal Turney:Anders Broman2011-01-311-0/+19
* Doxygen fixes.Anders Broman2010-08-261-5/+3