Last active
August 23, 2016 16:41
-
-
Save jasonish/b9334b0c5ce25343ffcf2e9a1445e181 to your computer and use it in GitHub Desktop.
what I'd like packet records to look like
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "timestamp": "2016-07-28T11:07:26.425970-0600", | |
| "flow_id": 1684414306, | |
| "pcap_cnt": 5, | |
| "event_type": "packet", | |
| "src_ip": "10.16.1.1", | |
| "src_port": 5555, | |
| "dest_ip": "10.16.1.11", | |
| "dest_port": 34662, | |
| "proto": "TCP", | |
| "packet": { | |
| "linktype": 1, | |
| "data": "2MuK7aFGABUXDQb3CABFAAA05/pAAEAGPJ4KEAEBChABCxWzh2ZmuFqFGkObUIAQAOOHrwAAAQEICh5gyrUeYLye" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment