Skip to content

ksmyth/wireshark-socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wireshark-socket.io

Wireshark dissector for Socket.IO traffic

image

Install:

Windows: append this to C:\Program Files\Wireshark\init.lua

dofile("C:\\Users\\kevin\\Documents\\wireshark-socket.io\\socketio_proto.lua")

OSX: Put socketio_proto.lua in ~/.wireshark/plugins/

Use:

Select a Socket.IO packet. Extra information is displayed.

Optional: enter websocket in the Wireshark filter (and press enter).
Optional: customize the column display by adding Custom columns SocketIO.msgno and/or SocketIO.reply_duration.

About

Wireshark dissector for Socket.IO traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages