actually enabled -f flag :)

This commit is contained in:
Arnout Engelen
2004-09-02 16:12:09 +00:00
parent 8697bf01a1
commit 3124cff523

View File

@@ -185,6 +185,7 @@ int main (int argc, char** argv)
else if (strcmp (*argv, "eth") == 0)
packettype = packet_ethernet;
}
break;
default : help();
exit(0);
}