Open lucasdrufva opened 3 weeks ago
Hi ! This looks pretty cool !
Attention: Patch coverage is 98.07692%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 78.74%. Comparing base (
8e08cbf
) to head (60a13b7
).
Files with missing lines | Patch % | Lines |
---|---|---|
scapy/contrib/websocket.py | 97.97% | 3 Missing :warning: |
Adds support for websockets.
HTTP dissector has been updated to support omitting the reason phrase as this is usually done when upgrading to websocket connection.
fixes #4578