http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42163
User: alagoutte
Date: 2012/04/20 08:31 AM
Log:
From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6843
Add WebSocket Protocol dissector (RFC6455)
* Support Base Framing Protocol
* Support of major opcode (Text, Binary, Close, Ping, Pong...)
* Support of unmask Payload (Client-to-Server Masking)
TODO
* Add fragmentation support
* Add WebSocket Extensions
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+21 -2 packet-http.c Modified
+2 -1 packet-http.h Modified
+507 -0 packet-websocket.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified