Wireshark-commits: [Wireshark-commits] master 0368b82: Improve multicast address checking.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Aug 2015 16:15:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0368b827c965807ed130e2b5af93194ecdc6d5b6
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0368b82 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Improve multicast address checking.
    
    Check for IPv4 and IPv6 multicast addresses. We might have captured on
    an "any" interface, or on a PPP link, or used some other method that
    doesn't result in dl_dst.type == AT_ETHER.
    
    Change-Id: I18b0597fd432e4cec8c388a3c7d2d18ac4da0fad
    Reviewed-on: https://code.wireshark.org/review/10009
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  821ea20   Add Decryption support for Lwmesh
    adds  0368b82   Improve multicast address checking.


Summary of changes:
 ui/mcast_stream.c |   34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)