| Commit message (Expand) | Author | Age | Files | Lines |
* | Directly use wtap_opttypes calls to fetch SHB options. | Guy Harris | 2016-06-06 | 1 | -15/+0 |
* | Making wiretap option blocks more generic. | Michael Mann | 2016-02-23 | 1 | -18/+29 |
* | pcapng: drop count is unknown for ISB without isb_if_drop option | Hadriel Kaplan | 2015-08-29 | 1 | -2/+6 |
* | Pcapng: clean up Section Header Block handling | Hadriel Kaplan | 2015-08-18 | 1 | -3/+2 |
* | 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 |
* | Move capture_ui_utils.[ch] to libui. | Guy Harris | 2014-06-30 | 1 | -2/+2 |
* | wiretap: remove unused code, drop number_of_interfaces | Peter Wu | 2014-05-17 | 1 | -1/+1 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -2/+2 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -2/+2 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | For a capture file, keep an array of all encapsulation types seen. | Guy Harris | 2012-06-15 | 1 | -2/+2 |
* | That doesn't work correctly if we read in a file with no interface | Guy Harris | 2012-05-28 | 1 | -0/+3 |
* | Correctly implement what was my intent when removing the HAVE_LIBPCAP | Guy Harris | 2012-05-28 | 1 | -34/+29 |
* | Don't use pcap LINKTYPE_ values in the iface_options structure, use | Guy Harris | 2012-05-28 | 1 | -4/+4 |
* | Clean up indentation (use spaces, not tabs). | Guy Harris | 2012-05-27 | 1 | -16/+16 |
* | Use cf_update_capture_comment() to save the capture comment (instead of | Jeff Morriss | 2012-05-24 | 1 | -9/+0 |
* | Keep track, in Wiretap, of whether the file is compressed, and provide | Guy Harris | 2012-05-24 | 1 | -0/+1 |
* | Actually remove #include <sys/types.h> .... | Bill Meier | 2012-05-05 | 1 | -4/+0 |
* | AFAICT '#include sys/types.h' is not needed for these files. | Bill Meier | 2012-05-05 | 1 | -3/+3 |
* | Delete a duplicate line of code. Fixes Coverity CID 1393: UNUSED VALUE. | Chris Maynard | 2012-03-21 | 1 | -2/+0 |
* | If we have one ISB, display the droped count from it. | Anders Broman | 2012-03-15 | 1 | -0/+8 |
* | if_filter isn't a string per se,The first byte of the Option Data keeps a cod... | Anders Broman | 2012-03-04 | 1 | -1/+1 |
* | - Add a LED in the statusbar to indicate that capture comments exists, | Anders Broman | 2012-02-29 | 1 | -6/+13 |
* | Make it possible to edit capture comments | Anders Broman | 2012-02-26 | 1 | -0/+9 |
* | Suppress invalid or non-meaningful statistics - for example, without | Guy Harris | 2012-02-26 | 1 | -33/+55 |
* | From Irene Ruengeler: Fix a bug where the interface | Michael Tüxen | 2012-02-24 | 1 | -11/+14 |
* | Add SHB info to Summary | Anders Broman | 2012-02-23 | 1 | -0/+12 |
* | Fix the handling of snaplen. | Michael Tüxen | 2012-02-23 | 1 | -7/+5 |
* | Have the used interfaces show up if number of interfaces > 0. | Anders Broman | 2012-02-23 | 1 | -1/+19 |
* | Don't show interface info when loading a capture file. | Michael Tüxen | 2011-07-15 | 1 | -9/+10 |
* | Add initial support for multiple interfaces. More to come after | Michael Tüxen | 2011-07-05 | 1 | -9/+25 |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -3/+6 |
* | Create a new frame_data_sequence data type; it represents a dense | Guy Harris | 2011-04-27 | 1 | -2/+2 |
* | Store the frame_data structures in a tree, rather than a linked list. | Guy Harris | 2011-04-25 | 1 | -9/+6 |
* | Make the packet count an unsigned value, as frame numbers are unsigned. | Guy Harris | 2011-04-25 | 1 | -1/+1 |
* | Added "Ignore Packet" menu items to the main menu. | Stig Bjørlykke | 2009-12-17 | 1 | -0/+4 |
* | Rename capture_file.plist to capture_file.plist_start to make it consistent w... | Kovarththanan Rajaratnam | 2009-09-21 | 1 | -3/+3 |
* | Use a more accurate variable name for the wiretap file type. Add the file | Gerald Combs | 2008-10-14 | 1 | -1/+2 |
* | Summary enhancements: | Stig Bjørlykke | 2007-11-28 | 1 | -3/+18 |
* | Fixed a bug when adjusting summary marked start time. | Stig Bjørlykke | 2007-11-28 | 1 | -1/+1 |
* | Change the "--enable-setuid-install" option to install dumpcap and TShark | Gerald Combs | 2007-08-30 | 1 | -0/+4 |
* | gcc 4 doesn't like my macro for getting the interface description: it says th... | Jeff Morriss | 2007-08-22 | 1 | -1/+1 |
* | Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 : | Jeff Morriss | 2007-08-22 | 1 | -5/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -10/+4 |
* | Have "f_datalen" keep track of the number of bytes of uncompressed file | Guy Harris | 2005-08-19 | 1 | -1/+1 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -5/+21 |