fln / addrwatch

A tool similar to arpwatch for IPv4/IPv6 and ethernet address pairing monitoring.
GNU General Public License v3.0
184 stars 30 forks source link

Fix int type in string format for uint64_t timestamp in logging (stdout and syslog), issues #25, #26 #27

Closed t-w closed 3 years ago

t-w commented 3 years ago

This simple modification fixed for me the problems #25 and #26 that occur on Arm devices (an OpenWRT router, and a RaspberryPi). It should work properly on all other architectures since %llu format should be (at least) 64 bit everywhere. You may want to test it though.