aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Revert r45183:r45184Jakub Zawadzki1-11/+14
2012-09-27Revert r45182, add better fix for bug #6208: Status bar count of displayed pa...Jakub Zawadzki1-12/+11
2012-09-27Try to fix bug #6208: Status bar count of displayed packets wrongJakub Zawadzki1-4/+6
2012-09-26Call fileset_file_closed from cf_cb_file_closed.Gerald Combs1-2/+0
2012-09-26Add a cf_cb_file_opened callback and use it instead of callingGerald Combs1-1/+1
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-13/+15
2012-09-20(Try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5808 :Jeff Morriss1-2/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus1-1/+2
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-29/+29
2012-08-12Fix indentation to match editor mode-lines (no tabs, correct indentation, etc);Bill Meier1-326/+329
2012-08-08Make it possible to merge libpcap files with different encapsulation types by...Anders Broman1-11/+112
2012-07-21simple_message_box() does not expect Pango markup, so escaping isGuy Harris1-5/+1
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsGuy Harris1-4/+12
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-11/+11
2012-07-15From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7356:Chris Maynard1-19/+55
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25Only allow "Save" ifGuy Harris1-2/+3
2012-06-24From Evan Huus:Anders Broman1-0/+4
2012-06-20Handle the case where the user has added comments to a file that's notGuy Harris1-0/+9
2012-06-20If the file has an SHB comment or any packet comments, and the userGuy Harris1-6/+48
2012-06-17Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris1-204/+172
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris1-2/+2
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