You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,11 @@ Little effort is made to verify that the requests are valid. This is intended to
9
9
10
10
DISCLAIMER: I am not a Python coder. I do not like Python. I have to use it once in a while because I love [Scapy](http://www.secdev.org/projects/scapy/).
11
11
12
+
## Usage with docker
13
+
```sh
14
+
docker build . -t pcap2curl
15
+
docker run -v /host/path/to/capture.pcap:/capture.pcap pcap2curl bash
0 commit comments