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

OLD_dev
Ruakij 3 years ago
parent e66f6c1140
commit 57b8ae868c

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

Loading…
Cancel
Save