Wireshark-commits: [Wireshark-commits] master e794525: PIM: decoding of address encoding

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Jun 2020 05:02:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e794525b7a315784f3d65c2e5048a1817538934f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e794525 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    PIM: decoding of address encoding
    
    This commit extends decoding of source/group/unicast addresses as
    defined in RFC4601 while preserving the existing fields.
    Furthermore Joint Attributes TLVs as defined in RFC5384 are added for
    encoded source addresses.
    Initial decoding of Vector Attribute TLV Format as defined in RFC5496.
    
    Bug: 16613
    Change-Id: Ie2f142ef2ed48254c8483180eb4b310674d3437b
    Reviewed-on: https://code.wireshark.org/review/37468
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c888e3a   QUIC: Update Retry secret and nonce (draft-29)
     add  e794525   PIM: decoding of address encoding


Summary of changes:
 epan/dissectors/packet-pim.c | 287 +++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 279 insertions(+), 8 deletions(-)