Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 72374dc

Browse files
author
Tim Vaillancourt
committed
readme update, plus stricter tcpdump filter to exclude udp/etc
1 parent 1c4b005 commit 72374dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ pcap_converter is an experimental way to build a recorded ops file from a pcap o
9090

9191
```sh
9292
$ go get github.com/ParsePlatform/flashback/cmd/pcap_converter
93-
$ tcpdump -i lo0 -w some_mongo_cap.pcap 'dst port 27017'
94-
$ pcap_converter -f some_mongo_cap.pcap > ops_filename.json
93+
$ tcpdump -i lo0 -w some_mongo_cap.pcap 'tcp and dst port 27017'
94+
$ pcap_converter -f some_mongo_cap.pcap -o ops_filename.bson
9595
```
9696

9797

0 commit comments

Comments
 (0)