Skip to content

Instantly share code, notes, and snippets.

@jasonish
Last active August 23, 2016 16:41
Show Gist options
  • Select an option

  • Save jasonish/b9334b0c5ce25343ffcf2e9a1445e181 to your computer and use it in GitHub Desktop.

Select an option

Save jasonish/b9334b0c5ce25343ffcf2e9a1445e181 to your computer and use it in GitHub Desktop.
what I'd like packet records to look like
{
"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