mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
monitor: Print program description and version
This commit is contained in:
parent
609cc86717
commit
34f5c56199
@ -256,6 +256,8 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
signal = l_signal_create(&mask, signal_handler, NULL, NULL);
|
signal = l_signal_create(&mask, signal_handler, NULL, NULL);
|
||||||
|
|
||||||
|
printf("Wireless monitor ver %s\n", VERSION);
|
||||||
|
|
||||||
if (reader_path) {
|
if (reader_path) {
|
||||||
struct pcap *pcap;
|
struct pcap *pcap;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user