Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scapy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
scapy
Commits
29011ea4
Commit
29011ea4
authored
16 years ago
by
Phil
Browse files
Options
Downloads
Patches
Plain Diff
Moved tethereal() to sendrecv.py and renamed it tshark()
parent
200ecb02
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scapy/sendrecv.py
+4
-0
4 additions, 0 deletions
scapy/sendrecv.py
scapy/utils.py
+0
-4
0 additions, 4 deletions
scapy/utils.py
with
4 additions
and
4 deletions
scapy/sendrecv.py
+
4
−
0
View file @
29011ea4
...
@@ -566,4 +566,8 @@ L2socket: use the provided L2socket
...
@@ -566,4 +566,8 @@ L2socket: use the provided L2socket
s
.
close
()
s
.
close
()
return
plist
.
PacketList
(
lst
,
"
Sniffed
"
)
return
plist
.
PacketList
(
lst
,
"
Sniffed
"
)
@conf.commands.register
def
tshark
(
*
args
,
**
kargs
):
"""
Sniff packets and print them calling pkt.show(), a bit like text wireshark
"""
sniff
(
prn
=
lambda
x
:
x
.
display
(),
*
args
,
**
kargs
)
This diff is collapsed.
Click to expand it.
scapy/utils.py
+
0
−
4
View file @
29011ea4
...
@@ -804,7 +804,3 @@ def make_lined_table(*args, **kargs):
...
@@ -804,7 +804,3 @@ def make_lined_table(*args, **kargs):
def
make_tex_table
(
*
args
,
**
kargs
):
def
make_tex_table
(
*
args
,
**
kargs
):
__make_table
(
lambda
l
:
"
%s
"
,
lambda
l
:
"
& %s
"
,
"
\\\\
"
,
seplinefunc
=
lambda
a
,
x
:
"
\\
hline
"
,
*
args
,
**
kargs
)
__make_table
(
lambda
l
:
"
%s
"
,
lambda
l
:
"
& %s
"
,
"
\\\\
"
,
seplinefunc
=
lambda
a
,
x
:
"
\\
hline
"
,
*
args
,
**
kargs
)
def
tethereal
(
*
args
,
**
kargs
):
sniff
(
prn
=
lambda
x
:
x
.
display
(),
*
args
,
**
kargs
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment