| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more version-info-related stuff to version_info.c. | Guy Harris | 2018-12-13 | 1 | -7/+3 |
* | *shark: Update help and manpage for name resolving | Uli Heilmeier | 2018-10-05 | 1 | -1/+1 |
* | Remove a question from a comment. | Guy Harris | 2018-05-13 | 1 | -3/+0 |
* | Fix comment end after SPDX identifier | Stig Bjørlykke | 2018-05-01 | 1 | -1/+2 |
* | Qt: Make we shut down cleanly when exiting early. | Gerald Combs | 2018-03-01 | 1 | -13/+13 |
* | replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. | Dario Lombardo | 2018-02-08 | 1 | -1/+1 |
* | ui: use SPDX identifiers. | Dario Lombardo | 2018-02-02 | 1 | -14/+1 |
* | extcap: remove conditional compilation. | Dario Lombardo | 2018-01-08 | 1 | -2/+0 |
* | Revert "Move fill_in_local_interfaces to a thread." | Gerald Combs | 2017-12-11 | 1 | -3/+13 |
* | Move fill_in_local_interfaces to a thread. | Gerald Combs | 2017-12-11 | 1 | -13/+3 |
* | GTK: Remove OSX integration library support | João Valverde | 2017-10-16 | 1 | -7/+0 |
* | Rename "ws_version_info.h", also .c | João Valverde | 2017-09-26 | 1 | -1/+1 |
* | commandline: fix compilation without pcap. | Dario Lombardo | 2017-08-22 | 1 | -1/+1 |
* | Add hardware timestamping support | Ahmad Fatoum | 2017-08-22 | 1 | -4/+19 |
* | Add option to use wall-clock intervals | Sake Blok | 2017-07-03 | 1 | -2/+4 |
* | Allow bigger snapshot lengths for D-Bus captures. | Guy Harris | 2017-06-05 | 1 | -1/+5 |
* | Report syntax errors in UAT prefs parsing | Peter Wu | 2017-05-26 | 1 | -2/+8 |
* | Clean up documentation and help messages for protocol enabling/disabling. | Guy Harris | 2017-04-17 | 1 | -0/+2 |
* | A bunch of "{Mac} OS X" -> "macOS" changes. | Guy Harris | 2017-04-05 | 1 | -1/+1 |
* | Reflect new default value of snaplen in man pages. | Martin Sehnoutka | 2017-03-28 | 1 | -1/+1 |
* | Add enabled protocol list for dissectors who are disabled by default | Michael Mann | 2016-12-24 | 1 | -0/+1 |
* | Initialize the dissection options along with the other command-line options. | Guy Harris | 2016-12-23 | 1 | -0/+1 |
* | Handle -K, -n, -N, and -u in the common dissection option code. | Guy Harris | 2016-10-31 | 1 | -36/+5 |
* | Have the routine that handles dissection options not exit. | Guy Harris | 2016-10-31 | 1 | -1/+2 |
* | Have routines for parsing options that affect dissection. | Guy Harris | 2016-10-30 | 1 | -48/+9 |
* | Move --fullscreen out of LONGOPT_CAPTURE_COMMON. | Guy Harris | 2016-10-24 | 1 | -0/+12 |
* | Qt: add fullscreen feature. | Dario Lombardo | 2016-10-23 | 1 | -0/+5 |
* | UI: Free up the -m flag. | Gerald Combs | 2016-10-14 | 1 | -4/+0 |
* | More signed vs. unsigned argument cleanups. | Guy Harris | 2016-09-11 | 1 | -1/+1 |
* | Qt+Gtk: Fix the -t command line flag. | Gerald Combs | 2016-07-01 | 1 | -10/+11 |
* | Global, not static. | Guy Harris | 2016-06-28 | 1 | -0/+2 |
* | Have commandline_other_options() directly fill in the global structure. | Guy Harris | 2016-06-28 | 1 | -32/+32 |
* | Don't set quit_after_cap if no pcap, as it's not present. | Guy Harris | 2016-06-28 | 1 | -1/+1 |
* | Make quit_after_cap an item in commandline_param_info_t. | Guy Harris | 2016-06-28 | 1 | -4/+1 |
* | Pull quit_after_cap out of the global capture options. | Guy Harris | 2016-06-28 | 1 | -0/+4 |
* | We need global_capture_opts if we have extcap, even without pcap. | Guy Harris | 2016-06-27 | 1 | -1/+1 |
* | Qt: Support the -j, -J, and -l command line flags | Gerald Combs | 2016-06-23 | 1 | -1/+1 |
* | Pull the options structure initialization into commandline_other_options(). | Guy Harris | 2016-06-20 | 1 | -0/+15 |
* | Protect some code that's only for Wireshark-with-pcap. | Guy Harris | 2016-06-20 | 1 | -0/+2 |
* | Move some option checking to common code. | Guy Harris | 2016-06-19 | 1 | -0/+48 |
* | Pass the info strings directly to commandline_early_options(). | Guy Harris | 2016-06-19 | 1 | -2/+3 |
* | Handle capture options in pcap-less Wireshark in the commandline_ routines. | Guy Harris | 2016-06-19 | 1 | -16/+35 |
* | Fix indentation. | Guy Harris | 2016-06-19 | 1 | -1/+1 |
* | Those aren't capture options, they're the options we must process early. | Guy Harris | 2016-06-19 | 1 | -1/+1 |
* | Ability to invoke "Decode As..." as command-line argument for GUIshark. | Michael Mann | 2016-06-19 | 1 | -2/+10 |
* | Get rid of an unused variable; set a structure member. | Guy Harris | 2016-06-19 | 1 | -0/+3 |
* | Fix problems when compiling without pcap. | Guy Harris | 2016-06-19 | 1 | -2/+2 |
* | Refactor command-line handling of GUI options. | Michael Mann | 2016-06-19 | 1 | -0/+637 |