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] master a0be5ad: Add interface for "pinos" (Protocols in name

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 31 Dec 2016 13:09:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a0be5ad6f1b964db0cc7fc948d1deb9ac89971b8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a0be5ad by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add interface for "pinos" (Protocols in name only)
    
    This is for dissectors that need distinguishing names either for registering
    multiple dissection functions in a single dissector table or for "internal"
    dissectors whose just need a name associated with the dissection function.
    Features like enable/disable are handled by the "parent" protocol.
    This avoids clutter in the "official" protocol list.
    
    Change-Id: I69e7d27d332ae85286f254e95e8d79920da7a9e2
    Reviewed-on: https://code.wireshark.org/review/19464
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  6a5fcc5   TLS(1.3): Add PSK Key Exchanges Modes (45) hello extension
    adds  a0be5ad   Add interface for "pinos" (Protocols in name only)


Summary of changes:
 debian/libwireshark0.symbols |    2 +
 doc/README.dissector         |   39 +++++++++++--
 epan/packet.c                |    4 +-
 epan/proto.c                 |  126 ++++++++++++++++++++++++++++++++++++++++--
 epan/proto.h                 |   24 +++++++-
 5 files changed, 183 insertions(+), 12 deletions(-)