Changed Readme

This commit is contained in:
Unic-X
2023-06-18 14:25:22 +05:30
parent ec284f6ee6
commit 9d2e668f86
4 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ func packetCollect() {
done := make(chan struct{}) // signal channel
// Command line arguments.
ifLiveCapturePtr := flag.Bool("ifLiveCapture", true, "a bool")
ifLiveCapturePtr := flag.Bool("ifLiveCapture", false, "a bool")
filenamePtr := flag.String("fname", "foo", "a string")
maxNumPacketsPtr := flag.Int("maxNumPackets", 42, "an int")
ifLocalIPKnownPtr := flag.Bool("ifLocalIPKnown", false, "a bool")