You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rfmon-to-influx/DTO/packet.hpp

20 lines
362 B
C++

#ifndef C42FA9F6_8CF3_453F_8FA0_918E543DCD59
#define C42FA9F6_8CF3_453F_8FA0_918E543DCD59
#include <string>
struct Packet {
uint64_t timestampMicros;
std::string srcMac;
std::string dstMac;
unsigned int size;
char signal;
unsigned int frequency;
unsigned char linkSpeed;
};
#endif /* C42FA9F6_8CF3_453F_8FA0_918E543DCD59 */