Wireshark-commits: [Wireshark-commits] master d2d7da1: sFlow: Dissect output interface according to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Dec 2018 09:34:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2d7da1f5c3581180698feb70bc2b4ec01b6b550
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d2d7da1 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    sFlow: Dissect output interface according to spec
    
    v5 of sFlow has another bitmask for output interface
    as v2 and v4.
    This commit dissects v5 output interface according to
    https://sflow.org/sflow_version_5.txt
    
    Bug: 15325
    Change-Id: I1c0f1958e5491a7683c716538e103a5d6b49869e
    Reviewed-on: https://code.wireshark.org/review/30999
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  348f2cf   opcua: show invalid OPC UA messages when 'opcua' filter is set
     add  d2d7da1   sFlow: Dissect output interface according to spec


Summary of changes:
 epan/dissectors/packet-sflow.c | 133 ++++++++++++++++++++++++++++++++---------
 1 file changed, 106 insertions(+), 27 deletions(-)