aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Only allow "Save" ifGuy Harris2012-06-251-2/+3
* From Evan Huus:Anders Broman2012-06-241-0/+4
* Handle the case where the user has added comments to a file that's notGuy Harris2012-06-201-0/+9
* If the file has an SHB comment or any packet comments, and the userGuy Harris2012-06-201-6/+48
* Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris2012-06-171-204/+172
* Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris2012-06-171-2/+2
* For a capture file, keep an array of all encapsulation types seen.Guy Harris2012-06-151-3/+44
* Clear GtkTreeStore before freeing edtJakub Zawadzki2012-06-101-8/+13
* If we do a Save or Save As with a move, don't reread the capture file,Guy Harris2012-06-051-39/+295
* Fix some comments.Guy Harris2012-06-051-2/+2
* Distinguish between "failed" and "user stopped it" for "save as" andGuy Harris2012-06-051-26/+43
* As we might use cf->lnk_t while a capture is in progress, we need upGuy Harris2012-06-031-4/+6
* g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris2012-06-031-6/+9
* Use g_filename_display_basename() rather than get_basename() when we'reGuy Harris2012-06-031-2/+2
* Update a comment.Guy Harris2012-06-031-2/+3
* If the rename in a safe "Save As" fails, the current file's name hasGuy Harris2012-06-021-4/+5
* TShark doesn't need wtap_fdreopen(), as it doesn't do saves and thusGuy Harris2012-06-011-2/+3
* make it compile.Anders Broman2012-06-011-1/+1
* Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris2012-06-011-9/+18
* Test was backwards - if fname_new is *NON*-null, it was the name of aGuy Harris2012-05-291-2/+2
* I already got rid of that variable - it just mirrors cf->filename.Guy Harris2012-05-261-1/+0
* We can't save a live capture file with a ws_rename() on Windows, as weGuy Harris2012-05-261-5/+26
* Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris2012-05-251-34/+36
* cf_update_capture_comment(): free the shb_inf when we're done with it.Jeff Morriss2012-05-241-0/+3
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-241-1/+5
* In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris2012-05-241-87/+73
* "Save As" always saves everything and, when the save is done, makes theGuy Harris2012-05-221-73/+144
* We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris2012-05-221-25/+123
* The GUI's state machine requires that, when reloading a capture after aGuy Harris2012-05-221-12/+11
* Finish fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 :Jeff Morriss2012-05-221-9/+12
* Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 :Jeff Morriss2012-05-211-4/+5
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270 :Jeff Morriss2012-05-211-5/+10
* Change the "user_saved" member of a capture_file structure toGuy Harris2012-05-201-7/+7
* When saving packets, fill in hdr.presence_flags from the flags in theGuy Harris2012-05-181-2/+17
* Give hints to capture from stdin or pipe instead of opening it as a fileBalint Reczey2012-05-071-1/+2
* Fix bug #7112, where the interface ids were not savedruengeler2012-04-171-1/+2
* Fix dependent_frames memleak. Jakub Zawadzki2012-04-031-3/+0
* Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss2012-03-231-3/+15
* Should have been part of r41542: Don't free idb_inf in wtap_dump_open_ng(): f...Jeff Morriss2012-03-151-2/+5
* Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris2012-03-131-6/+7
* Fix indentation.Guy Harris2012-03-021-9/+9
* - Add a LED in the statusbar to indicate that capture comments exists,Anders Broman2012-02-291-0/+31
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss2012-02-281-2/+22
* Whitespace changes.Michael Tüxen2012-02-211-4/+4
* From Jose Pedro Oliveira fix a typoAnders Broman2012-02-201-1/+1
* Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman2012-02-201-2/+5
* With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingGuy Harris2012-02-161-1/+9
* Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman2012-02-151-2/+6
* Add the abillity to read and write option comments unedited.Anders Broman2012-02-111-6/+13