Skip to content

Commit 171037c

Browse files
authored
Small typos in usage.rst (#4052)
1 parent cbcd038 commit 171037c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/scapy/usage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ Advanced Sniffing - Sniffing Sessions
784784
Scapy includes some basic Sessions, but it is possible to implement your own.
785785
Available by default:
786786

787-
- :py:class:`~scapy.sessions.IPSession` -> *defragment IP packets* on-the-flow, to make a stream usable by ``prn``.
787+
- :py:class:`~scapy.sessions.IPSession` -> *defragment IP packets* on-the-fly, to make a stream usable by ``prn``.
788788
- :py:class:`~scapy.sessions.TCPSession` -> *defragment certain TCP protocols*. Currently supports:
789789
- HTTP 1.0
790790
- TLS
@@ -1798,7 +1798,7 @@ Scapy dissects slowly and/or misses packets under heavy loads.
17981798

17991799
.. note::
18001800

1801-
Please bare in mind that Scapy is not designed to be blazing fast, but rather easily hackable & extensible. The packet model makes it VERY easy to create new layers, compared to pretty much all other alternatives, but comes with a performance cost. Of course, we still do our best to make Scapy as fast as possible, but it's not the absolute main goal.
1801+
Please bear in mind that Scapy is not designed to be blazing fast, but rather easily hackable & extensible. The packet model makes it VERY easy to create new layers, compared to pretty much all other alternatives, but comes with a performance cost. Of course, we still do our best to make Scapy as fast as possible, but it's not the absolute main goal.
18021802

18031803
Solution
18041804
^^^^^^^^

0 commit comments

Comments
 (0)