Blob Blame History Raw
--- netsniff-ng_0.5.5.0/src/lib/misc.c	2010-02-02 11:14:07.959293167 +0000
+++ netsniff-ng_0.5.5.0/src/lib/misc.c.1	2010-02-16 09:03:47.175522785 +0000
@@ -59,23 +59,23 @@
 	printf("\n");
 	printf("Options for net dev:\n");
 	printf("  -d|--dev <arg>         use device <arg> for capturing packets, e.g. `eth0`\n");
-	printf("  -m|--mtu <arg>         temporarily adjust MTU of NIC\n");
+	printf("* -m|--mtu <arg>         temporarily adjust MTU of NIC\n");
 	printf("\n");
 	printf("Options for packet dumping/replaying:\n");
-	printf("  -p|--dump <arg>        dump all matching packets in a pcap file\n");
+	printf("* -p|--dump <arg>        dump all matching packets in a pcap file\n");
 	printf("                         for a better performance, combine with -s|--silent\n");
-	printf("  -r|--replay <arg>      replay all packets from a pcap dump file\n");
-	printf("  -q|--quit-after <arg>  quit dump/replay after <arg> pckts / <arg> MB\n");
+	printf("* -r|--replay <arg>      replay all packets from a pcap dump file\n");
+	printf("* -q|--quit-after <arg>  quit dump/replay after <arg> pckts / <arg> MB\n");
 	printf("\n");
 	printf("Options for packet filtering:\n");
 	printf("  -f|--filter <arg>      use file <arg> as packet filter\n");
-	printf("  -t|--type <arg>        only show packets of type (this is non-BPF -> slower)\n");
+	printf("* -t|--type <arg>        only show packets of type (this is non-BPF -> slower)\n");
 	printf("                           `host`      - to us\n");
 	printf("                           `broadcast` - to all\n");
 	printf("                           `multicast` - to group\n");
 	printf("                           `others`    - to others\n");
 	printf("                           `outgoing`  - from us\n");
-	printf("  -g|--generate <arg>    generate packet filter code according to <arg>\n");
+	printf("* -g|--generate <arg>    generate packet filter code according to <arg>\n");
 	printf("\n");
 	printf("Options for system scheduler/process:\n");
 	printf("  -b|--bind-cpu <arg>    bind process to specific CPU/CPU-range\n");
@@ -84,7 +84,7 @@
 	printf("  -n|--non-block         non-blocking packet capturing mode\n");
 	printf("\n");
 	printf("Options for packet printing:\n");
-	printf("  -N|--no-color          do not colorize captured packet output\n");
+	printf("* -N|--no-color          do not colorize captured packet output\n");
 	printf("  -s|--silent            do not print captured packets (silent mode)\n");
 	printf("\n");
 	printf("Options for system daemon:\n");
@@ -97,6 +97,7 @@
 	printf("  -v|--version           prints out version\n");
 	printf("  -h|--help              prints out this help\n");
 	printf("\n");
+	printf("* = Not yet implemented");
 	printf("Note:\n");
 	printf("  - Sending a SIGUSR1 will show current packet statistics\n");
 	printf("  - Sending a SIGUSR2 will toggle silent and packet printing mode\n");