Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gurvinder Singh
spark_apps
Commits
81c8c934
Commit
81c8c934
authored
Jul 07, 2014
by
Sigmund Augdal
Browse files
minor style fix
parent
8e514388
Changes
1
Hide whitespace changes
Inline
Side-by-side
pythonApp/netflowTest.py
View file @
81c8c934
...
...
@@ -42,7 +42,7 @@ if opts.find_top_ports:
if
opts
.
find_top_ssh_clients
:
print
"Finding active ssh ips"
ssh_ips
=
csv
.
filter
(
lambda
x
:
x
[
3
]
==
'22'
)
ssh_ips
=
csv
.
filter
(
lambda
x
:
x
[
3
]
==
'22'
)
top_ssh_clients
=
top_ips
(
ssh_ips
,
"client"
,
15
)
print
"
\n\n
"
print
"Top addresses involved in ssh traffic"
...
...
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