Wireshark-commits: [Wireshark-commits] master ad328d9: The Bridging Control Protocol is really two

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Dec 2015 21:10:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad328d97a6cd9253c6fbd74b6ccca6c10be58201
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ad328d9 by Guy Harris (guy@xxxxxxxxxxxx):

    The Bridging Control Protocol is really two protocols.
    
    RFC 3518 defines two protocols, one used to encapsulate bridged PDUs and
    one used to configure the bridging process.  Make them two
    separately-registered protocols.
    
    Change-Id: I393ea31ab7ef44cae2ef2b592ffde5d53ecb113f
    Reviewed-on: https://code.wireshark.org/review/12509
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a33209d   Convert ASN.1 dissectors to remove "new" from "new-style" dissector function names that were generated from asn2wrs.py
    adds  ad328d9   The Bridging Control Protocol is really two protocols.


Summary of changes:
 epan/dissectors/packet-ppp.c |  340 +++++++++++++++++++++++-------------------
 epan/ppptypes.h              |    4 +-
 2 files changed, 186 insertions(+), 158 deletions(-)