Change packet-macs to string
This commit is contained in:
parent
c5bc468ab9
commit
9755e86a98
@ -1,13 +1,13 @@
|
||||
#ifndef C42FA9F6_8CF3_453F_8FA0_918E543DCD59
|
||||
#define C42FA9F6_8CF3_453F_8FA0_918E543DCD59
|
||||
|
||||
#include <time.h>
|
||||
#include <string>
|
||||
|
||||
struct Packet {
|
||||
uint64_t timestampMicros;
|
||||
|
||||
char srcMac[17];
|
||||
char dstMac[17];
|
||||
std::string srcMac;
|
||||
std::string dstMac;
|
||||
|
||||
unsigned int size;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user