https://github.com/tmc/mongocaputils
utilities for handling mongo pcap files
https://github.com/tmc/mongocaputils
Last synced: over 1 year ago
JSON representation
utilities for handling mongo pcap files
- Host: GitHub
- URL: https://github.com/tmc/mongocaputils
- Owner: tmc
- License: isc
- Created: 2015-01-25T02:18:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T00:57:34.000Z (over 10 years ago)
- Last Synced: 2025-01-22T06:15:42.963Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 277 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mongocaputils
=============
utilities for handling mongo pcap files
license: ISC
tools
-----
mongocapcat - turns mongo pcap files into bson/json
installation:
```sh
$ go get github.com/tmc/mongocaputils/cmd/mongocapcat
```
usage:
```sh
$ tcpdump -i lo0 -w some_mongo_cap.pcap 'dst port 27017'
$ mongocapcat -f=some_mongo_capture.pcap
```