| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure err_info is always set, and print it iff it's non-null. | Guy Harris | 2014-12-18 | 1 | -3/+3 |
* | WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading. | Guy Harris | 2014-12-18 | 1 | -9/+2 |
* | This code is used in Wireshark, not TShark; fix messages. | Guy Harris | 2014-12-17 | 1 | -7/+7 |
* | Report WTAP_ERR_UNSUPPORTED correctly. | Guy Harris | 2014-12-17 | 1 | -1/+1 |
* | Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE. | Guy Harris | 2014-12-17 | 1 | -1/+1 |
* | Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP. | Guy Harris | 2014-12-17 | 1 | -1/+1 |
* | Add editor modelines; Adjust whitespace as needed. | Bill Meier | 2014-10-12 | 1 | -0/+13 |
* | Modify includes of config.h so that out-of-tree builds, i.e. CMake | Graham Bloice | 2014-08-24 | 1 | -1/+1 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -15/+11 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -11/+15 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -12/+12 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -12/+12 |
* | Handle DLT_USER2 as PKTAP, to handle Mavericks. | Guy Harris | 2014-04-03 | 1 | -0/+5 |
* | Add a capture_pktap() routine and use it. | Guy Harris | 2014-04-03 | 1 | -0/+4 |
* | 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/+1 |
* | Add missing includes | Jakub Zawadzki | 2013-12-21 | 1 | -0/+2 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+2 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -2/+2 |
* | Pull the capture-session state information out of capture_opts and put | Guy Harris | 2013-05-22 | 1 | -2/+2 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -2/+2 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | From Richard Stearn: support for AX.25, including support for | Guy Harris | 2012-08-02 | 1 | -0/+4 |
* | From Richard Stearn: AX.25 KISS protocol support. | Guy Harris | 2012-08-02 | 1 | -0/+4 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Rename the NetMon 802.11 radio header and radiotap 802.11 radio header | Guy Harris | 2012-05-02 | 1 | -1/+1 |
* | Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header" | Guy Harris | 2012-05-02 | 1 | -3/+3 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -1/+1 |
* | Fix the capture info dialog. Reset the EOF state such that the | Michael Tüxen | 2011-05-19 | 1 | -10/+13 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -0/+8 |
* | Rewrote error reporting to avoid using a 2048 bytes stack buffer. | Stig Bjørlykke | 2011-03-22 | 1 | -4/+4 |
* | Define some vars & fcns as static; | Bill Meier | 2010-10-12 | 1 | -146/+146 |
* | From Alexey Neyman: | Anders Broman | 2008-08-12 | 1 | -0/+6 |
* | Add gtk/capture_globals.h, to declare global_capture_opts, so files that | Guy Harris | 2008-06-24 | 1 | -1/+1 |
* | Have capture_info_ui_create() and capture_info_open() take a pointer to | Guy Harris | 2008-06-24 | 1 | -2/+2 |
* | Fold the Prism and AVS header dissectors into packet-ieee80211.c, and | Guy Harris | 2007-12-18 | 1 | -2/+0 |
* | If wtap_open_offline() fails, print the errno too | Jeff Morriss | 2007-10-05 | 1 | -1/+1 |
* | And include packet-wlancap.h | Stig Bjørlykke | 2007-08-30 | 1 | -0/+1 |
* | Count IEEE 802.11 WLAN AVS packets. | Stig Bjørlykke | 2007-08-30 | 1 | -0/+3 |
* | Add capture counts for PPI. | Gerald Combs | 2007-06-26 | 1 | -0/+4 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -1/+1 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -7/+7 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -7/+7 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Clean up indentation a bit. | Guy Harris | 2006-03-01 | 1 | -4/+109 |
* | Call capture_radiotap() when capturing on a device supplying Radiotap | Guy Harris | 2006-01-23 | 1 | -0/+4 |
* | don't try to close wtap, if we couldn't load the wiretap file | Ulf Lamping | 2005-12-13 | 1 | -1/+2 |
* | Clean up capture_enc(), export it, and use it in the capture window. | Guy Harris | 2005-12-06 | 1 | -2/+4 |
* | Declare "capture_info_packet()"'s as static, to match the definition. | Guy Harris | 2005-12-04 | 1 | -3/+3 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -17/+97 |