Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42163: / /trunk/epan/dissectors/: Makefile.common packet

Date: Fri, 20 Apr 2012 15:31:16 GMT
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