Commit Graph

17 Commits

Author SHA1 Message Date
e9ec8ad46c Unify logging process 2019-12-03 23:51:03 +01:00
a368f18915 Check for doubles before adding IP addresses to DNS answer list 2019-12-03 18:14:49 +01:00
ad532a5a22 Record and summarize network-related DHCP options 2019-12-03 17:47:38 +01:00
1ee36fc944 Add more meaningful output to ARP module 2019-12-03 16:44:17 +01:00
aa94fa12ec Move common code into new package, 'common' 2019-11-29 14:32:07 +01:00
14f36a8511 Analyze DHCP hostnames in requests and responses 2019-11-28 23:43:17 +01:00
677897c50c Split DHCP request/response code into separate files 2019-11-28 19:38:41 +01:00
87ee36348c Sort imports 2019-11-28 19:30:54 +01:00
27a06c0cd2 Fix usage of appendIfUnique 2019-11-28 19:28:48 +01:00
c01d1f49c2 Add support detecting the request for a specific IP address over DHCP 2019-11-28 19:16:43 +01:00
6ad0519573 Log errors thrown by protocol submodules 2019-11-28 18:49:14 +01:00
a1281360cd Fix 'DHCPv4 length 0 too short' error 2019-11-28 18:48:54 +01:00
fcbcdaf9ac Avoid false 'ARP Spoofing' detection 2019-11-28 18:22:19 +01:00
37afbb58a9 Add support for DHCPv4 packets 2019-11-28 17:16:22 +01:00
e41a957e8d Add device for ARP requests, too 2019-11-28 13:51:00 +01:00
e363a5929d Fix import URLs changed by last commit 2019-11-28 13:45:32 +01:00
313e443741 Move code out of src/ folder to comply to Golang standards (although it looks dirty) 2019-11-28 13:43:22 +01:00