Skip to content

Instantly share code, notes, and snippets.

@jasonish
Created April 20, 2017 16:29
Show Gist options
  • Save jasonish/38ce5ec4979e83f950eea95a824aa1be to your computer and use it in GitHub Desktop.
Save jasonish/38ce5ec4979e83f950eea95a824aa1be to your computer and use it in GitHub Desktop.
// Brief...
{
"timestamp": "2017-01-12T14:19:31.564270-0600",
"flow_id": 995572963318830,
"pcap_cnt": 3,
"event_type": "dhcp",
// Should the the IP address of the client, even if thats 0.0.0.0
// in the case of no response.
"src_ip": "10.16.1.1",
"src_port": 67,
"dest_ip": "10.16.1.166",
"dest_port": 68,
"proto": "UDP",
"dhcp": {
"client_hw": "08:00:27:0f:9b:b9",
// Or "assigned_ip"?
"client_ip": "10.16.1.166",
"lease_time": 3600,
"hostname": "SELKS",
"id": 1844287072
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment