Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
probetest
Commits
f63bbcb9
Commit
f63bbcb9
authored
Jul 28, 2021
by
Cecylia Bocovich
Browse files
Stop catpuring loopback traffic
We're not as worried about performance at the moment
parent
86c727ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
obfs4test
View file @
f63bbcb9
...
...
@@ -131,7 +131,7 @@ with open(bridge_lines_file) as f:
try
:
logging
.
info
(
"starting tcpdump for bridge %r"
%
nickname
)
try
:
tcpdump_lo_proc
=
start_tcpdump
(
nickname
,
"lo"
)
#
tcpdump_lo_proc = start_tcpdump(nickname, "lo")
tcpdump_eth0_proc
=
start_tcpdump
(
nickname
,
"eth0"
)
except
OSError
as
e
:
logging
.
info
(
"failed to start tcpdump, stopping snowflake probe: %s"
,
e
)
...
...
snowflaketest
View file @
f63bbcb9
...
...
@@ -113,7 +113,7 @@ for x in range(0, 10):
try
:
logging
.
info
(
"starting tcpdump for bridge %r"
%
nickname
)
try
:
tcpdump_lo_proc
=
start_tcpdump
(
nickname
,
"lo"
)
#
tcpdump_lo_proc = start_tcpdump(nickname, "lo")
tcpdump_eth0_proc
=
start_tcpdump
(
nickname
,
"eth0"
)
except
OSError
as
e
:
logging
.
info
(
"failed to start tcpdump, stopping snowflake probe: %s"
,
e
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment