An open API service indexing awesome lists of open source software.

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

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
```