Commit Graph

45 Commits (52119fe3cde4768b3da52988e2ce7bf8e5edc340)
 

Author SHA1 Message Date
Ruakij 52119fe3cd Added handling of special packet-types with their respective data 3 years ago
Ruakij f938f8dd53 Finished packet-type detection 3 years ago
Ruakij 5b8a330e69 Added package-type 3 years ago
Ruakij 35e71ef44e Fixed default value 3 years ago
Ruakij 8ef6318a56 Added method to convert hex-char to hex-value 3 years ago
Ruakij 9301c4e0fd Added Copyconstrucotr for base and made inheritance public 3 years ago
Ruakij 4d8597b1d6 Made pass const 3 years ago
Ruakij 3c379a1a80 Rename split.hpp to string-helper.hpp 3 years ago
Ruakij 6710442067 Fixed missing imports 3 years ago
Ruakij e191085cbd Renamed ssid to lowercase 3 years ago
Ruakij f834ec7134 Fixed fields not being public 3 years ago
Ruakij 035491668a Fixed wrong key used 3 years ago
Ruakij 16028daf10 Auto-Remove newline-char 3 years ago
Ruakij 1ed9c84802 Added array to retrieve package-type names from enum 3 years ago
Ruakij a0ae919614 Removed asyncHandler and creating new threads now once buffer-vector is complete 3 years ago
Ruakij f1e8069afd Added specialisation-packets 3 years ago
Ruakij bbd9623256 Added helper for vector-stats 3 years ago
Ruakij 5ea6d1f975 Implemented usage of packetType-enum 3 years ago
Ruakij c87a95b167 Changed type to enum-packet-type 3 years ago
Ruakij ca1b59e4c6 Choose and set addresses to packet 3 years ago
Ruakij 5ecc7ed383 Added bssid to packet 3 years ago
Ruakij b10a0de9e6 Grabbing adresses if available from header 3 years ago
Ruakij 58a535401a Grabbing first data from header 3 years ago
Ruakij c37a214808 Added type-string 3 years ago
Ruakij 9ce2da6f61 Renamed size to payloadSize 3 years ago
Ruakij 177181668d Renamed linkSpeed to dataRate 3 years ago
Ruakij 9755e86a98 Change packet-macs to string 3 years ago
Ruakij c5bc468ab9 Added documentation to find 3 years ago
Ruakij ee3505090d Added helper-file for finding items in std::vector<std::string> 3 years ago
Ruakij cb33dd0f80 Moved timestampConvert to own helper-file 3 years ago
Ruakij 8a62d2899b Moved split to own helper-file 3 years ago
Ruakij 6de2063288 Implemented textTimestamp converter to timestampMicros 3 years ago
Ruakij 5d3e861fc9 Gathering first data from textPacket 3 years ago
Ruakij 9c18c50640 Added TextHandler to exec-call 3 years ago
Ruakij 8e5cb85c1a Fixed passing of handlerFunction-pointer 3 years ago
Ruakij e7dcaf99a0 Created empty PacketHandler 3 years ago
Ruakij 36f252437d Changed from only strings to vector-strings 3 years ago
Ruakij 5ac832623d Created empty TextPacketHandler 3 years ago
Ruakij 57b8ae868c Changed packet-timestamp to uint64_t for epoch-timestamp in micros 3 years ago
Ruakij e66f6c1140 Fixed strcopy being wrong way around 3 years ago
Ruakij f3b9eb25a7 Added missing pthread-library 3 years ago
Ruakij 35edc6ca6e Created basic chained handlers 3 years ago
Ruakij b8b2bb7202 Added basic packet-structure 3 years ago
Ruakij 3f7c92ba7e First implementation 3 years ago
Ruakij 2a0c1e5a3b Initial commit 3 years ago