Changed packet-timestamp to uint64_t for epoch-timestamp in micros
This commit is contained in:
parent
e66f6c1140
commit
57b8ae868c
@ -4,7 +4,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
struct Packet {
|
struct Packet {
|
||||||
time_t timestamp;
|
uint64_t timestampMicros;
|
||||||
|
|
||||||
char srcMac[17];
|
char srcMac[17];
|
||||||
char dstMac[17];
|
char dstMac[17];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user