| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep a captured-packet count in a capture_session and use that. | Guy Harris | 2015-04-06 | 1 | -8/+0 |
* | Declare read_keytab_file() in epan/dissectors/packet-kerberos.h. | Guy Harris | 2015-01-01 | 1 | -5/+0 |
* | Qt: Add a CaptureFile class. | Gerald Combs | 2014-12-20 | 1 | -1/+19 |
* | file.c isn't in a DLL, so what it exports shouldn't be WS_DLL_PUBLIC. | Guy Harris | 2014-10-21 | 1 | -1/+0 |
* | Export cf_set_frame_edited(). | Guy Harris | 2014-10-20 | 1 | -0/+1 |
* | Fix support for writing out edited records. | Guy Harris | 2014-10-20 | 1 | -0/+12 |
* | Always put editor-modelines at the end of the file ... | Bill Meier | 2014-10-14 | 1 | -2/+2 |
* | Add editor modelines; Adjust whitespace as needed. | Bill Meier | 2014-10-12 | 1 | -4/+17 |
* | Allow wtap_read() and wtap_seek_read() to return records other than packets. | Guy Harris | 2014-05-24 | 1 | -14/+14 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -16/+15 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -15/+16 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Wireshark: Add option to choose format type of capture file | Michal Labedzki | 2014-02-25 | 1 | -1/+2 |
* | cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ... | Jeff Morriss | 2013-10-11 | 1 | -12/+0 |
* | Global variables considered harmful. | Guy Harris | 2013-08-14 | 1 | -1/+1 |
* | Fix (-W)documentation error found by Clang | Alexis La Goutte | 2013-08-10 | 1 | -2/+2 |
* | Remove fdata->opt_comment, add pkt_comment to pinfo | Jakub Zawadzki | 2013-08-01 | 1 | -2/+4 |
* | Move the print modules into epan. | Jeff Morriss | 2013-07-12 | 1 | -1/+1 |
* | Move some more modules into epan. | Jeff Morriss | 2013-07-11 | 1 | -1/+1 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -3/+3 |
* | Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters. | Evan Huus | 2013-04-26 | 1 | -3/+3 |
* | Rename cf_not_saved() to cf_has_unsaved_data() to clarify what it | Guy Harris | 2013-04-02 | 1 | -1/+1 |
* | Add routines to file.c to indicate whether: | Guy Harris | 2013-04-01 | 1 | -2/+27 |
* | Define a collection of bits for different types of capture file comments. | Guy Harris | 2013-04-01 | 1 | -3/+3 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -0/+1 |
* | Fix spelling/typos found using a list of commonly misspelled words. | Bill Meier | 2013-02-26 | 1 | -5/+5 |
* | Fix "file.h:56:21: warning: comma at end of enumerator list". | Gerald Combs | 2013-01-02 | 1 | -1/+1 |
* | volatile fixes. | Jakub Zawadzki | 2012-10-22 | 1 | -1/+1 |
* | Fix warning: file.c(776) : warning C4028: formal parameter 2 different from d... | Jakub Zawadzki | 2012-10-22 | 1 | -1/+1 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -1/+1 |
* | Add a capture_file * element to packet_range_t and pass it explicitly in | Gerald Combs | 2012-10-05 | 1 | -3/+1 |
* | Add a cf_cb_file_opened callback and use it instead of calling | Gerald Combs | 2012-09-26 | 1 | -0/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Only allow "Save" if | Guy Harris | 2012-06-25 | 1 | -2/+2 |
* | Handle the case where the user has added comments to a file that's not | Guy Harris | 2012-06-20 | 1 | -0/+8 |
* | If the file has an SHB comment or any packet comments, and the user | Guy Harris | 2012-06-20 | 1 | -0/+12 |
* | If we do a Save or Save As with a move, don't reread the capture file, | Guy Harris | 2012-06-05 | 1 | -0/+3 |
* | Distinguish between "failed" and "user stopped it" for "save as" and | Guy Harris | 2012-06-05 | 1 | -10/+23 |
* | g_filename_display_basename() returns a g_mallocated string, so its | Guy Harris | 2012-06-03 | 1 | -2/+2 |
* | Use GTK+'s GtkMessageDialog for the questions we ask in the process of | Guy Harris | 2012-05-25 | 1 | -1/+5 |
* | In the "Save As" and "Export Specified Packets" code path, do a "safe | Guy Harris | 2012-05-24 | 1 | -18/+11 |
* | "Save As" always saves everything and, when the save is done, makes the | Guy Harris | 2012-05-22 | 1 | -4/+20 |
* | We're an editor now, as we let you add, delete, and edit frame comments, | Guy Harris | 2012-05-22 | 1 | -2/+15 |
* | The GUI's state machine requires that, when reloading a capture after a | Guy Harris | 2012-05-22 | 1 | -7/+8 |
* | - Add a LED in the statusbar to indicate that capture comments exists, | Anders Broman | 2012-02-29 | 1 | -0/+17 |
* | Add 'extern "C"' wrappers and #include guards to various header files. | Gerald Combs | 2011-12-29 | 1 | -0/+7 |
* | This ain't C++; you have to put "void" in as the argument list of | Guy Harris | 2011-05-17 | 1 | -2/+2 |
* | Removal of the old packet-list in favor of the new packet list. | Sake Blok | 2011-03-08 | 1 | -18/+2 |
* | From Cal Turney: | Anders Broman | 2011-01-31 | 1 | -0/+19 |
* | Doxygen fixes. | Anders Broman | 2010-08-26 | 1 | -5/+3 |