Commit Graph

106 Commits (57cf6fb0a7ae8b106278d843821339502a8a1645)

Author SHA1 Message Date
Ruakij b98dff947d Refactored packet to use new code-style (for got last time :/) 3 years ago
Ruakij cc9e4c7258 Fix flush using local vars instead of this-vars 3 years ago
Ruakij 56ac283544 Refactored code to match code-style 3 years ago
Ruakij 9095e21e6f Add handshakeStage as metric 3 years ago
Ruakij d14e469ef4 Removed error-logging from RegexBlockStream FIXME 3 years ago
Ruakij 99a3e13d77 Added further exception to error-event from tcpdump 3 years ago
Ruakij 86d2b8c1cf Added event for SIGTERM and SIGINT 3 years ago
Ruakij 16388c73e5 Added additional check for packetStream 3 years ago
Ruakij 8211f55b89 Added check for tcpdump-process stdout 3 years ago
Ruakij c28bbaaada Moved Stream-creations outside 3 years ago
Ruakij 4ddbe3f06f Implemented userHelper methods to detect if streams have data before timeout 3 years ago
Ruakij 0d84079ce1 Added packetType to tag-fields 3 years ago
Ruakij 1bf761970f Added error-handling for regexBlockStream 3 years ago
Ruakij 5a0118aedd Added error-handling for process 3 years ago
Ruakij 0709db0ddf Changed exit-log to debug 3 years ago
Ruakij c27761322c Catch start-error from tcpdump
tcpdump writes to stderr at the beginning
3 years ago
Ruakij 45a11753de Add own logger for tcpdump 3 years ago
Ruakij a681bbd2d2 Removed sudo as container runs as root anyways 3 years ago
Ruakij 91c3aca9e2 Add function to get handshakeStage from keyInfo 3 years ago
Ruakij 31ab10c3e1 Fix wrong var-name 3 years ago
Ruakij 8ff7211f0f Revert "Extract packetType handling in own function"
This reverts commit 227ba127f8.
3 years ago
Ruakij 2ae85ababb Extract keyInfo reading to helper-file 3 years ago
Ruakij 227ba127f8 Extract packetType handling in own function 3 years ago
Ruakij 8417de5756 Extract checks with if-statements 3 years ago
Ruakij 54eadf3bc3 Fixed Regex codesmells 3 years ago
Ruakij e39ebaac23 Fixed Regex codesmell 3 years ago
Ruakij 54d627d469 Fix typo 3 years ago
Ruakij ca3c37be0f Activating strict-mode 3 years ago
Ruakij 96b52e63a0 Add exit-handler with error-detection 3 years ago
Ruakij 3c5e941cba Creating & Attaching streams / Error-logger 3 years ago
Ruakij a468d7a57b Start tcpdump process 3 years ago
Ruakij 4ad5eba7e0 Change tag-srtting to recursive by field
This will properly set e.g. arrays
3 years ago
Ruakij 2646c9787e Changed key-checking to value-checking
This includes e.g. gettings, originally not included in keys
3 years ago
Ruakij 873f00b21b Remove deleting point and rename point to something useable 3 years ago
Ruakij 271554719e Remove wrong hint 3 years ago
Ruakij e18de63d7c Revert "Move catch into then-onRejected to fix resolving then anyways."
This reverts commit 2356040572.
3 years ago
Ruakij 2356040572 Move catch into then-onRejected to fix resolving then anyways. 3 years ago
Ruakij b0bbf0c71a Fixed wrong option-subname 3 years ago
Ruakij 37b78e7373 Fixed wrong logging-mode used 3 years ago
Ruakij c5e1bb4c64 Added info-log "ok" 3 years ago
Ruakij 3c29ed2000 Implemented CheckWriteApi by writing and then deleting a TestPoint 3 years ago
Ruakij ddf39b9433 Fixed require 3 years ago
Ruakij 3a927688d0 Changed fatal to error and added error handling to promise catch in main 3 years ago
Ruakij c51cfc1b14 Fixed missing require 3 years ago
Ruakij e1b2a7e016 Added influx checkBucket 3 years ago
Ruakij fc5900b0ba Added influx checkHealth 3 years ago
Ruakij d10e9bb2c6 Create influx-client 3 years ago
Ruakij 44cd3288cf Fixed stram not being in object-mode 3 years ago
Ruakij 3af4bb7cc6 Fixed wrong push 3 years ago
Ruakij 2a662e0bd1 Changed constructor to take influxDb 3 years ago