We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983d432 commit ac2471dCopy full SHA for ac2471d
tests/TESTrun
@@ -12,7 +12,7 @@ if (!($TCPDUMP = $ENV{TCPDUMP_BIN})) {
12
# XXX - assume, for now, a Visual Studio debug build, so that
13
# tcpdump is in the Debug subdirectory.
14
#
15
- $TCPDUMP = "Debug\\tcpdump"
+ $TCPDUMP = "Debug\\tcpdump.exe"
16
} else {
17
$TCPDUMP = "./tcpdump"
18
}
0 commit comments