Wireshark-commits: [Wireshark-commits] master d67c163: Dissection support for pmproxy

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Jun 2015 06:29:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d67c163eba47a775354f213d99b050881bbcf808
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d67c163 by Ryan Doyle (ryan@xxxxxxxxxxxx):

    Dissection support for pmproxy
    
    Implements dissection for the Performance Co-Pilot proxy protocol. Its a
    simple protocol that exchanges host and port information and then passes
    all traffic via the usual PCP protocol.
    
    Change-Id: I54fbf6b7755b7b1c60e0e1696ac9c4f0d98d8fe7
    Reviewed-on: https://code.wireshark.org/review/8704
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3059601   [RTPproxy] Simplify positive reply parsing and minor cleanups
    adds  d67c163   Dissection support for pmproxy


Summary of changes:
 docbook/release-notes.asciidoc   |    1 +
 epan/CMakeLists.txt              |    1 +
 epan/dissectors/Makefile.common  |    1 +
 epan/dissectors/packet-pcp.c     |    6 +-
 epan/dissectors/packet-pmproxy.c |  270 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 277 insertions(+), 2 deletions(-)
 create mode 100644 epan/dissectors/packet-pmproxy.c