monitor: Print program description and version

This commit is contained in:
Marcel Holtmann 2014-08-07 01:01:28 +02:00
parent 609cc86717
commit 34f5c56199
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ int main(int argc, char *argv[])
signal = l_signal_create(&mask, signal_handler, NULL, NULL);
printf("Wireless monitor ver %s\n", VERSION);
if (reader_path) {
struct pcap *pcap;