ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master d1ccc33: Add dissector table for sFlow header dissect

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Nov 2014 05:21:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1ccc338d6ca2926193b86186ab3f11d3d4e7838
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d1ccc33 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add dissector table for sFlow header dissection.
    
    Change-Id: I189a5b2d5f769395fa5e387f8be49b81903fb252
    Reviewed-on: https://code.wireshark.org/review/5262
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  17798bc   Handle duplicate attribute and TLV entries specially.
    adds  d1ccc33   Add dissector table for sFlow header dissection.


Summary of changes:
 epan/dissectors/Makefile.common    |    1 +
 epan/dissectors/packet-eth.c       |    2 +
 epan/dissectors/packet-fddi.c      |    3 +
 epan/dissectors/packet-fr.c        |    2 +
 epan/dissectors/packet-ieee80211.c |    6 +-
 epan/dissectors/packet-ip.c        |    2 +
 epan/dissectors/packet-ipv6.c      |    2 +
 epan/dissectors/packet-mpls.c      |    2 +
 epan/dissectors/packet-ppp.c       |    2 +
 epan/dissectors/packet-sflow.c     |  170 ++----------------------------------
 epan/dissectors/packet-sflow.h     |   65 ++++++++++++++
 epan/dissectors/packet-tr.c        |    2 +
 epan/dissectors/packet-x25.c       |    2 +
 13 files changed, 99 insertions(+), 162 deletions(-)
 create mode 100644 epan/dissectors/packet-sflow.h