Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 7c3652d: Split LBMR tap into 5 separate taps. Make th

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Jul 2014 05:35:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c3652df2e7d08656dd6f7913ac88030d96b8209
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7c3652d by David Ameiss (netshark@xxxxxxxxxxxxx):

    Split LBMR tap into 5 separate taps. Make the associated tap data use fixed-length fields. The idea is to allow user-written tap
    listeners easier access to the tap data. Also correct the conditions (in packet-lbmc.c) under which a subdissector would be
    called, if present.
    
    Change-Id: I5244cfbd17314058f7d3b9f42d647e0e6c375e14
    Reviewed-on: https://code.wireshark.org/review/3007
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e95083d   Support of draft-ietf-idr-flow-spec-v6 and some cosmetic improvments
    adds  7c3652d   Split LBMR tap into 5 separate taps. Make the associated tap data use fixed-length fields. The idea is to allow user-written tap listeners easier access to the tap data. Also correct the conditions (in packet-lbmc.c) under which a subdissector would be called, if present.


Summary of changes:
 epan/dissectors/packet-lbm.h  |   99 ++++++++-
 epan/dissectors/packet-lbmc.c |   66 ++++--
 epan/dissectors/packet-lbmr.c |  455 +++++++++++++++++++----------------------
 3 files changed, 350 insertions(+), 270 deletions(-)