| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix support for writing out edited records. | Guy Harris | 2014-10-20 | 1 | -1/+45 |
* | No need for WTAP_ERR_CANT_READ. | Guy Harris | 2014-10-07 | 1 | -18/+0 |
* | Make the time stamp resolution per-packet. | Guy Harris | 2014-09-28 | 1 | -34/+0 |
* | Update the simple dialog code. | Gerald Combs | 2014-09-25 | 1 | -9/+9 |
* | Ensure pcapng application name is dynamically allocated | Evan Huus | 2014-09-22 | 1 | -1/+1 |
* | Fix spelling: cant-->can't, wont-->won't, etc | Bill Meier | 2014-09-16 | 1 | -1/+1 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Rename buffer_ routines to ws_buffer_ to avoid name collisions. | Guy Harris | 2014-08-02 | 1 | -14/+14 |
* | Squelch a warning. | Guy Harris | 2014-07-16 | 1 | -2/+4 |
* | Get rid of cf_reset_state() - it's only called from one place. | Guy Harris | 2014-07-15 | 1 | -30/+15 |
* | Strip some trailing whitespace; Fix some indentation; Add editor-modelines as... | Bill Meier | 2014-07-11 | 1 | -1/+1 |
* | Add a routine to return a version string including VCS information. | Guy Harris | 2014-06-22 | 1 | -3/+2 |
* | Add support for dissecting non-packet records. | Guy Harris | 2014-05-25 | 1 | -16/+16 |
* | Allow wtap_read() and wtap_seek_read() to return records other than packets. | Guy Harris | 2014-05-24 | 1 | -31/+32 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -51/+36 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -36/+51 |
* | wiretap: remove unused code, drop number_of_interfaces | Peter Wu | 2014-05-17 | 1 | -3/+3 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -79/+79 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -79/+79 |
* | Fix crash when switching profiles | Peter Wu | 2014-04-29 | 1 | -0/+1 |
* | Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ... | Bill Meier | 2014-04-16 | 1 | -3/+3 |
* | Add a Qt I/O Graph dialog. | Gerald Combs | 2014-04-07 | 1 | -0/+5 |
* | Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS' | Hadriel Kaplan | 2014-03-27 | 1 | -1/+1 |
* | Fix Bug 9903: 'Clicking reload-file ignores selected file format reader' | Hadriel Kaplan | 2014-03-21 | 1 | -1/+17 |
* | Revert "Allow pcapng interface options to be available to dissectors." | Anders Broman | 2014-03-20 | 1 | -1/+0 |
* | Allow pcapng interface options to be available to dissectors. | Christopher Kilgour | 2014-03-20 | 1 | -0/+1 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Fix file.c: Dereference of null pointer (clang analyzer) | Hadriel Kaplan | 2014-02-25 | 1 | -4/+4 |
* | Wireshark: Add option to choose format type of capture file | Michal Labedzki | 2014-02-25 | 1 | -5/+5 |
* | Replace "svn" with "git" all over the place. | Gerald Combs | 2014-02-07 | 1 | -1/+1 |
* | Don't write out packets that have a "captured length" bigger than we're | Guy Harris | 2014-01-22 | 1 | -4/+31 |
* | Check the return of wtap_dump_close() even if we've gotten a read error; | Guy Harris | 2014-01-21 | 1 | -3/+10 |
* | Fix crash when exporting to CSV file | Pascal Quantin | 2014-01-13 | 1 | -1/+1 |
* | No seek-read routines use the length argument, so eliminate it from | Guy Harris | 2014-01-02 | 1 | -2/+1 |
* | int -> gboolean | Martin Kaiser | 2013-12-05 | 1 | -1/+1 |
* | Rmove packet_info argument from packet_list_append(), never used. | Jakub Zawadzki | 2013-11-24 | 1 | -1/+1 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+1 |
* | Add missing includes in order to remove exceptions.h from proto.h (next commit). | Jakub Zawadzki | 2013-11-10 | 1 | -0/+1 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -11/+12 |
* | Try to fix recent test failures (wild guess, can't reproduce). | Jakub Zawadzki | 2013-10-20 | 1 | -8/+6 |
* | wireshark: use epan_dissect_reset(), rawshark: fix missing epan_dissect_clean... | Jakub Zawadzki | 2013-10-20 | 1 | -101/+156 |
* | cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ... | Jeff Morriss | 2013-10-11 | 1 | -9/+0 |
* | g_list_prepend() is faster. | Anders Broman | 2013-10-09 | 1 | -1/+1 |
* | Get rid of struct addrinfo, use the hastables for name resolution instead. | Anders Broman | 2013-09-22 | 1 | -5/+4 |
* | Try to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9106 : | Pascal Quantin | 2013-09-05 | 1 | -0/+1 |
* | Global variables considered harmful. | Guy Harris | 2013-08-14 | 1 | -53/+41 |
* | Only rescan packets if we have packets to rescan. Fixes at least the surface | Evan Huus | 2013-08-13 | 1 | -1/+3 |
* | It's not necessary to call epan_free() in cf_open(): cf_close() (which is | Jeff Morriss | 2013-08-07 | 1 | -2/+3 |
* | use explicit cast to squelch compiler warning | Martin Kaiser | 2013-08-01 | 1 | -1/+1 |
* | Remove fdata->opt_comment, add pkt_comment to pinfo | Jakub Zawadzki | 2013-08-01 | 1 | -20/+106 |