aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-08-08 15:50:48 +0200
committerlns <matzeton@googlemail.com>2022-08-08 15:50:48 +0200
commit11206b4a71e9d65c745b004c94ecaccab13741a9 (patch)
tree39440f4996971c910f6faf68333b60a74e258267 /README.md
parentc2fb6cdba52618824c82ab0aaecf6fa15fa0be06 (diff)
Use correct ACK number if midstream TCP traffic.HEADmain
* README update to reflect newly added `-b' option Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c379a1c..6f55061 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Split TCP segments of a stream into smaller ones using Scapy and PCAP files.
Inspired and Copy&Paste from [scapy-tcp-extractor](https://github.com/deeso/scapy-tcp-extractor).
```shell
-usage: TCPSplit.py [-h] [-o OUTPUT] [-s] [-l LENGTH] input
+usage: TCPSplit.py [-h] [-o OUTPUT] [-s] [-l LENGTH] [-b BPF] input
positional arguments:
input PCAP input file
@@ -19,6 +19,7 @@ options:
-s, --summary Print found TCP Streams to stdout
-l LENGTH, --length LENGTH
Split TCP payload every n bytes
+ -b BPF, --bpf BPF BPF filter to apply
```
You can use the `example.pcapng` which contains two TCP Streams with some ASCII content by typing: