| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove leftover "//". | Bill Meier | 2013-03-11 | 1 | -6/+6 |
* | From the proposed patch by Peter Hatina in Bug #8315. | Bill Meier | 2013-03-11 | 1 | -7/+7 |
* | Use explicit casts. | Anders Broman | 2013-03-08 | 1 | -3/+3 |
* | With Jim Young's suggestion, revert r43785. Currently the file->open dialog ... | Chris Maynard | 2013-03-04 | 1 | -1/+0 |
* | Fix indentation to match editor modelines. | Bill Meier | 2013-01-10 | 1 | -254/+254 |
* | Fixes: | Bill Meier | 2013-01-10 | 1 | -19/+35 |
* | Add a picture and some notes about the capture_file-dialog window. | Bill Meier | 2013-01-09 | 1 | -0/+52 |
* | Use ws_gtk_grid...() in place of gtk_table...(). | Bill Meier | 2013-01-09 | 1 | -136/+142 |
* | The Wireshark file icon makes more sense than a floppy disk[1]. Switch | Gerald Combs | 2012-12-22 | 1 | -4/+4 |
* | R46374 replaced too many GTK_STOCK_SAVEs. Put them back. | Gerald Combs | 2012-12-22 | 1 | -4/+4 |
* | Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places, | Gerald Combs | 2012-12-04 | 1 | -4/+4 |
* | Add a capture_file * element to packet_range_t and pass it explicitly in | Gerald Combs | 2012-10-05 | 1 | -6/+8 |
* | Unify the GTK+ and Win32 versions of "Export Specified Packets". Add a | Gerald Combs | 2012-10-03 | 1 | -188/+184 |
* | Implement "Save" and "Save As". | Gerald Combs | 2012-09-26 | 1 | -1/+1 |
* | fix compilation on linux | Martin Kaiser | 2012-09-24 | 1 | -0/+1 |
* | Fix compilation on Windows. | Gerald Combs | 2012-09-24 | 1 | -4/+3 |
* | Unify some of the GTK+ and Win32 "Save As" code and behavior. This will | Gerald Combs | 2012-09-24 | 1 | -176/+196 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32 | Gerald Combs | 2012-09-19 | 1 | -5/+7 |
* | Fix breakage from r44859. | Gerald Combs | 2012-09-10 | 1 | -16/+16 |
* | Combine some of the the Windows and non-Windows merge code and make it | Gerald Combs | 2012-09-10 | 1 | -154/+179 |
* | Don't use a variable after we've freed it. | Gerald Combs | 2012-09-06 | 1 | -1/+2 |
* | - Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r... | Jörg Mayer | 2012-09-04 | 1 | -5/+5 |
* | Rename new_packet_list.[ch] to packet_list.[ch] | Jörg Mayer | 2012-09-04 | 1 | -1/+1 |
* | Split test_file_close out of do_file_close and use it in file_open_cmd_cb. | Evan Huus | 2012-08-19 | 1 | -10/+24 |
* | Remove the filename from the GTK+ open file preview. | Gerald Combs | 2012-07-21 | 1 | -12/+0 |
* | Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0); | Anders Broman | 2012-07-19 | 1 | -8/+8 |
* | gtk_container_add() -> gtk_box_pack_start(). | Anders Broman | 2012-07-19 | 1 | -8/+9 |
* | Fill in our display filter after we open a file. | Gerald Combs | 2012-07-18 | 1 | -0/+1 |
* | Set the folder to the containing directory of the file name in question, | Guy Harris | 2012-07-17 | 1 | -1/+4 |
* | Pass the correct widget to gtk_open_file. If we're filling in a display | Gerald Combs | 2012-07-16 | 1 | -12/+13 |
* | Move most of file_open_cmd to gtk_open_file. Make gtk_open_file | Gerald Combs | 2012-07-16 | 1 | -103/+147 |
* | Change the button order in all places. | Anders Broman | 2012-07-10 | 1 | -5/+7 |
* | From Michael Mann: | Anders Broman | 2012-07-09 | 1 | -1/+10 |
* | Fix compilation with gcc 4.3.2 and without GEOIP | Pascal Quantin | 2012-07-06 | 1 | -1/+0 |
* | From Michael Mann: | Anders Broman | 2012-07-06 | 1 | -9/+9 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | In the "Save As" dialog box, default to compressed if the file is | Guy Harris | 2012-06-25 | 1 | -6/+16 |
* | In the Windows capture file "Save As" dialog code, do the same sort of | Guy Harris | 2012-06-23 | 1 | -2/+7 |
* | Change #if USE_WIN32_FILE_DIALOGS to #ifdef | Jakub Zawadzki | 2012-06-22 | 1 | -1/+1 |
* | Move a bunch of common code in the file chooser dialog loops into a | Guy Harris | 2012-06-21 | 1 | -122/+47 |
* | Clean up white space (no tabs). | Guy Harris | 2012-06-20 | 1 | -34/+34 |
* | Handle the case where the user has added comments to a file that's not | Guy Harris | 2012-06-20 | 1 | -33/+226 |
* | If the file has an SHB comment or any packet comments, and the user | Guy Harris | 2012-06-20 | 1 | -8/+205 |
* | The GTK+ file chooser already *includes* UI code to ask the user whether | Guy Harris | 2012-06-19 | 1 | -16/+19 |
* | Have wtap_get_savable_file_types() take an array of encapsulations and | Guy Harris | 2012-06-17 | 1 | -1/+1 |
* | No pcap, no capture to stop. | Guy Harris | 2012-06-14 | 1 | -0/+2 |
* | When stopping the capture before asking whether to save the results, run | Guy Harris | 2012-06-14 | 1 | -3/+16 |
* | Distinguish between "failed" and "user stopped it" for "save as" and | Guy Harris | 2012-06-05 | 1 | -47/+92 |
* | Use the modal version of the bad display filter alert box in the I/O | Guy Harris | 2012-06-04 | 1 | -2/+2 |