| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Only allow "Save" if | Guy Harris | 2012-06-25 | 1 | -2/+3 |
* | From Evan Huus: | Anders Broman | 2012-06-24 | 1 | -0/+4 |
* | Handle the case where the user has added comments to a file that's not | Guy Harris | 2012-06-20 | 1 | -0/+9 |
* | If the file has an SHB comment or any packet comments, and the user | Guy Harris | 2012-06-20 | 1 | -6/+48 |
* | Add "simple dialog" routines to pop up modal message boxes. Use them in | Guy Harris | 2012-06-17 | 1 | -204/+172 |
* | Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes a | Guy Harris | 2012-06-17 | 1 | -2/+2 |
* | For a capture file, keep an array of all encapsulation types seen. | Guy Harris | 2012-06-15 | 1 | -3/+44 |
* | Clear GtkTreeStore before freeing edt | Jakub Zawadzki | 2012-06-10 | 1 | -8/+13 |
* | If we do a Save or Save As with a move, don't reread the capture file, | Guy Harris | 2012-06-05 | 1 | -39/+295 |
* | Fix some comments. | Guy Harris | 2012-06-05 | 1 | -2/+2 |
* | Distinguish between "failed" and "user stopped it" for "save as" and | Guy Harris | 2012-06-05 | 1 | -26/+43 |
* | As we might use cf->lnk_t while a capture is in progress, we need up | Guy Harris | 2012-06-03 | 1 | -4/+6 |
* | g_filename_display_basename() returns a g_mallocated string, so its | Guy Harris | 2012-06-03 | 1 | -6/+9 |
* | Use g_filename_display_basename() rather than get_basename() when we're | Guy Harris | 2012-06-03 | 1 | -2/+2 |
* | Update a comment. | Guy Harris | 2012-06-03 | 1 | -2/+3 |
* | If the rename in a safe "Save As" fails, the current file's name has | Guy Harris | 2012-06-02 | 1 | -4/+5 |
* | TShark doesn't need wtap_fdreopen(), as it doesn't do saves and thus | Guy Harris | 2012-06-01 | 1 | -2/+3 |
* | make it compile. | Anders Broman | 2012-06-01 | 1 | -1/+1 |
* | Sigh. There appears to be no way to get Windows to allow us to rename a | Guy Harris | 2012-06-01 | 1 | -9/+18 |
* | Test was backwards - if fname_new is *NON*-null, it was the name of a | Guy Harris | 2012-05-29 | 1 | -2/+2 |
* | I already got rid of that variable - it just mirrors cf->filename. | Guy Harris | 2012-05-26 | 1 | -1/+0 |
* | We can't save a live capture file with a ws_rename() on Windows, as we | Guy Harris | 2012-05-26 | 1 | -5/+26 |
* | Use GTK+'s GtkMessageDialog for the questions we ask in the process of | Guy Harris | 2012-05-25 | 1 | -34/+36 |
* | cf_update_capture_comment(): free the shb_inf when we're done with it. | Jeff Morriss | 2012-05-24 | 1 | -0/+3 |
* | Keep track, in Wiretap, of whether the file is compressed, and provide | Guy Harris | 2012-05-24 | 1 | -1/+5 |
* | In the "Save As" and "Export Specified Packets" code path, do a "safe | Guy Harris | 2012-05-24 | 1 | -87/+73 |
* | "Save As" always saves everything and, when the save is done, makes the | Guy Harris | 2012-05-22 | 1 | -73/+144 |
* | We're an editor now, as we let you add, delete, and edit frame comments, | Guy Harris | 2012-05-22 | 1 | -25/+123 |
* | The GUI's state machine requires that, when reloading a capture after a | Guy Harris | 2012-05-22 | 1 | -12/+11 |
* | Finish fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 : | Jeff Morriss | 2012-05-22 | 1 | -9/+12 |
* | Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 : | Jeff Morriss | 2012-05-21 | 1 | -4/+5 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270 : | Jeff Morriss | 2012-05-21 | 1 | -5/+10 |
* | Change the "user_saved" member of a capture_file structure to | Guy Harris | 2012-05-20 | 1 | -7/+7 |
* | When saving packets, fill in hdr.presence_flags from the flags in the | Guy Harris | 2012-05-18 | 1 | -2/+17 |
* | Give hints to capture from stdin or pipe instead of opening it as a file | Balint Reczey | 2012-05-07 | 1 | -1/+2 |
* | Fix bug #7112, where the interface ids were not saved | ruengeler | 2012-04-17 | 1 | -1/+2 |
* | Fix dependent_frames memleak. | Jakub Zawadzki | 2012-04-03 | 1 | -3/+0 |
* | Don't mark the file as unsaved unless the capture or packet comments actually... | Jeff Morriss | 2012-03-23 | 1 | -3/+15 |
* | Should have been part of r41542: Don't free idb_inf in wtap_dump_open_ng(): f... | Jeff Morriss | 2012-03-15 | 1 | -2/+5 |
* | Add an explicit capture_cb_capture_failed indication for the case where | Guy Harris | 2012-03-13 | 1 | -6/+7 |
* | Fix indentation. | Guy Harris | 2012-03-02 | 1 | -9/+9 |
* | - Add a LED in the statusbar to indicate that capture comments exists, | Anders Broman | 2012-02-29 | 1 | -0/+31 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - | Jeff Morriss | 2012-02-28 | 1 | -2/+22 |
* | Whitespace changes. | Michael Tüxen | 2012-02-21 | 1 | -4/+4 |
* | From Jose Pedro Oliveira fix a typo | Anders Broman | 2012-02-20 | 1 | -1/+1 |
* | Handle reading and writing of multiple IDB:s, write IDB options and use corre... | Anders Broman | 2012-02-20 | 1 | -2/+5 |
* | With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string giving | Guy Harris | 2012-02-16 | 1 | -1/+9 |
* | Make it possible to get inforamtion from the read SHB to the one to write out. | Anders Broman | 2012-02-15 | 1 | -2/+6 |
* | Add the abillity to read and write option comments unedited. | Anders Broman | 2012-02-11 | 1 | -6/+13 |