Wireshark-commits: [Wireshark-commits] master aab206c: Add dissector table for negotiated WebSocket
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Mar 2016 14:07:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aab206c4e9cf038adca583cfa3744d3013210215
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aab206c by Gregor Jasny (gjasny@xxxxxxxxxxxxxx):

    Add dissector table for negotiated WebSocket protocol
    
    This adds the possibility to filter on the negotiated WebSocket
    protocol from the upgrade response as well as on a specific TCP port
    
    Bug: 12298
    Change-Id: I8e0b785cec0b8c71ec558b74ac07c81194268b38
    Signed-off-by: Gregor Jasny <gjasny@xxxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/14645
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dd6a748   Pull the invocation of the Lex scanner into common code.
    adds  aab206c   Add dissector table for negotiated WebSocket protocol


Summary of changes:
 epan/dissectors/packet-http.c      |    9 ++++++++-
 epan/dissectors/packet-http.h      |    1 +
 epan/dissectors/packet-websocket.c |   13 +++++++++++--
 3 files changed, 20 insertions(+), 3 deletions(-)