aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris1-3/+44
2012-06-10Clear GtkTreeStore before freeing edtJakub Zawadzki1-8/+13
2012-06-05If we do a Save or Save As with a move, don't reread the capture file,Guy Harris1-39/+295
2012-06-05Fix some comments.Guy Harris1-2/+2
2012-06-05Distinguish between "failed" and "user stopped it" for "save as" andGuy Harris1-26/+43
2012-06-03As we might use cf->lnk_t while a capture is in progress, we need upGuy Harris1-4/+6
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-6/+9
2012-06-03Use g_filename_display_basename() rather than get_basename() when we'reGuy Harris1-2/+2
2012-06-03Update a comment.Guy Harris1-2/+3
2012-06-02If the rename in a safe "Save As" fails, the current file's name hasGuy Harris1-4/+5
2012-06-01TShark doesn't need wtap_fdreopen(), as it doesn't do saves and thusGuy Harris1-2/+3
2012-06-01make it compile.Anders Broman1-1/+1
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-9/+18
2012-05-29Test was backwards - if fname_new is *NON*-null, it was the name of aGuy Harris1-2/+2
2012-05-26I already got rid of that variable - it just mirrors cf->filename.Guy Harris1-1/+0
2012-05-26We can't save a live capture file with a ws_rename() on Windows, as weGuy Harris1-5/+26
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-34/+36
2012-05-24cf_update_capture_comment(): free the shb_inf when we're done with it.Jeff Morriss1-0/+3
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-1/+5
2012-05-24In the "Save As" and "Export Specified Packets" code path, do a "safeGuy Harris1-87/+73
2012-05-22"Save As" always saves everything and, when the save is done, makes theGuy Harris1-73/+144
2012-05-22We're an editor now, as we let you add, delete, and edit frame comments,Guy Harris1-25/+123
2012-05-22The GUI's state machine requires that, when reloading a capture after aGuy Harris1-12/+11
2012-05-22Finish fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 :Jeff Morriss1-9/+12
2012-05-21Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 :Jeff Morriss1-4/+5
2012-05-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270 :Jeff Morriss1-5/+10
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-7/+7
2012-05-18When saving packets, fill in hdr.presence_flags from the flags in theGuy Harris1-2/+17
2012-05-07Give hints to capture from stdin or pipe instead of opening it as a fileBalint Reczey1-1/+2
2012-04-17Fix bug #7112, where the interface ids were not savedruengeler1-1/+2
2012-04-03Fix dependent_frames memleak. Jakub Zawadzki1-3/+0
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss1-3/+15
2012-03-15Should have been part of r41542: Don't free idb_inf in wtap_dump_open_ng(): f...Jeff Morriss1-2/+5
2012-03-13Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris1-6/+7
2012-03-02Fix indentation.Guy Harris1-9/+9
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-0/+31
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-2/+22
2012-02-21Whitespace changes.Michael Tüxen1-4/+4
2012-02-20From Jose Pedro Oliveira fix a typoAnders Broman1-1/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-2/+5
2012-02-16With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingGuy Harris1-1/+9
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-2/+6
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-6/+13
2012-02-08Write address resolution block.Anders Broman1-1/+4
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-5/+7
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1/+1
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-5/+0
2012-01-13In all these cases, i is a guint32, so if c_match is <= i, c_match fitsGuy Harris1-4/+4
2012-01-13Fix Bug #6276: "Find Packet" Bug:Bill Meier1-14/+39
2011-12-27From Jim Young via bug 5580: Only update the time elapsed between the previou...Chris Maynard1-5/+6