Changed packet-timestamp to uint64_t for epoch-timestamp in micros

This commit is contained in:
2021-11-22 10:28:41 +01:00
parent e66f6c1140
commit 57b8ae868c

View File

@@ -4,7 +4,7 @@
#include <time.h>
struct Packet {
time_t timestamp;
uint64_t timestampMicros;
char srcMac[17];
char dstMac[17];