|
56ac283544
|
Refactored code to match code-style
|
2021-12-02 13:40:56 +01:00 |
|
|
91c3aca9e2
|
Add function to get handshakeStage from keyInfo
|
2021-11-29 09:57:33 +01:00 |
|
|
8ff7211f0f
|
Revert "Extract packetType handling in own function"
This reverts commit 227ba127f8218ea93e846d7a98cb629458301c6f.
|
2021-11-29 09:50:14 +01:00 |
|
|
2ae85ababb
|
Extract keyInfo reading to helper-file
|
2021-11-29 09:37:28 +01:00 |
|
|
227ba127f8
|
Extract packetType handling in own function
|
2021-11-29 09:36:21 +01:00 |
|
|
8417de5756
|
Extract checks with if-statements
|
2021-11-29 09:35:17 +01:00 |
|
|
54eadf3bc3
|
Fixed Regex codesmells
|
2021-11-29 09:24:18 +01:00 |
|
|
38985ea9e2
|
Remove debug-logging for now
|
2021-11-25 01:48:41 +01:00 |
|
|
1976838d8a
|
Remove unecessary properties
|
2021-11-25 01:48:07 +01:00 |
|
|
a1ce7a848b
|
Replaced MoreData and isRetry with flags
|
2021-11-25 01:37:35 +01:00 |
|
|
21e4ff1a66
|
Removing frameCheckSequence from packets
|
2021-11-25 01:10:49 +01:00 |
|
|
25297ed4d9
|
Fixed data-regex
|
2021-11-25 01:10:34 +01:00 |
|
|
68541b1191
|
Added check for NoData-Packet
|
2021-11-25 01:09:25 +01:00 |
|
|
7bc5a3530c
|
Made keyInfo vars const
|
2021-11-25 00:21:25 +01:00 |
|
|
57394882cc
|
Implemented reading keyExchangeData and determining handshake-number
|
2021-11-25 00:19:31 +01:00 |
|
|
d6135a02e9
|
Fixed regex
|
2021-11-25 00:18:21 +01:00 |
|
|
ffe14e3f53
|
Added hexConverter helper-module
|
2021-11-24 23:22:09 +01:00 |
|
|
09bea81058
|
Returning packet not to loose information
|
2021-11-24 23:13:35 +01:00 |
|
|
66c0fdfe12
|
Fixed Object.assign
|
2021-11-24 23:13:04 +01:00 |
|
|
b32b5cbed7
|
Changed regex to use readbehind/ahead instead of groups
|
2021-11-24 23:12:47 +01:00 |
|
|
e86b5fca9a
|
Added durationMicros
|
2021-11-24 22:35:59 +01:00 |
|
|
d2178f3b73
|
Implemented PacketType Disassociation
|
2021-11-24 22:35:07 +01:00 |
|
|
fe5dec7860
|
Implemented PacketType AssociationRequest & Response
|
2021-11-24 22:29:41 +01:00 |
|
|
0d472e8cb3
|
Implemented PacketType Authentication
|
2021-11-24 22:27:22 +01:00 |
|
|
bba5da2599
|
Moved packet-creation outside for all cases
|
2021-11-24 22:25:10 +01:00 |
|
|
c2210dfb59
|
Added isRetry field
|
2021-11-24 21:11:19 +01:00 |
|
|
3c3ab18410
|
Revert "Added PacketType ContentionFreePeriod"
This reverts commit 333a51436376c57e96dab4f956079f2761c62d0f.
|
2021-11-24 21:01:17 +01:00 |
|
|
aa9d5431f8
|
Changed payloadSize to payloadData with payloadSize getter
|
2021-11-24 20:44:04 +01:00 |
|
|
025edf8465
|
Implemented getting payloadData and calculating to bytes
|
2021-11-24 20:42:10 +01:00 |
|
|
59e7188543
|
Changed most checks using Optional chaining and Nullish coalescing operator
|
2021-11-24 20:39:20 +01:00 |
|
|
333a514363
|
Added PacketType ContentionFreePeriod
|
2021-11-24 20:35:44 +01:00 |
|
|
d714b342ed
|
Removed debug read statement
|
2021-11-24 20:35:10 +01:00 |
|
|
6bc248b667
|
First implementation of PacketStreamFactory
|
2021-11-24 20:01:03 +01:00 |
|