diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 7afcfec..9585286 100644 --- a/src/options.h +++ b/src/options.h @@ -74,6 +74,8 @@ struct options { int pcap; /** Device to capture packets from */ char *pcap_device; + /** List all available pcap devices and exit */ + int list_pcap_devices; #endif /** Usually stdout, but can be altered by the user */ char *log_path; |