Created
April 20, 2017 16:29
-
-
Save jasonish/38ce5ec4979e83f950eea95a824aa1be to your computer and use it in GitHub Desktop.
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
// 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