Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst256/gobbler
Gobbling it's way through your pcap files
https://github.com/catalyst256/gobbler
Last synced: 25 days ago
JSON representation
Gobbling it's way through your pcap files
- Host: GitHub
- URL: https://github.com/catalyst256/gobbler
- Owner: catalyst256
- License: mit
- Created: 2014-05-23T06:07:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T12:47:37.000Z (about 10 years ago)
- Last Synced: 2024-08-03T17:11:21.622Z (4 months ago)
- Language: Python
- Homepage:
- Size: 442 KB
- Stars: 24
- Watchers: 7
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **22**星
README
gobbler - "Gobbling it's way through your pcap files"
=======Gobbler was written to allow you to take a pcap file and import into a number of different services.
Currently there is support for importing into Splunk (via TCP or UDP listener) and printing to screen as JSON.
To use Gobbler all you need to specify is your pcap file and choice of output.
For example:
./gobbler -p pcap/test.pcap -u splunk
The gobbler.conf file holds the settings you will need to change to make.
[splunk]
server = 'localhost'
port = 10000
protocol = 'udp'This is still in it's early development and more protocol parsers and upload options will be added over time.