Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 295 Bytes

websocket_deflate_postdissector

Wireshark postdissector for examining WebSocket packets encoded with permessage-deflate


INSTALLING:

  1. you need Wireshark 2.0+

  2. install lua-zlib library (Ubuntu)

  3. copy websocket_deflate.lua to ~/.wireshark/plugins/

  4. that's it