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 a13558c: LISP: add support for Reliable Transport mes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 03 Aug 2018 12:00:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a13558c6c3cee018e7bce6b5eed115421673723d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a13558c by Lorand Jakab (ljakab@xxxxxxxxxx):

    LISP: add support for Reliable Transport messages
    
    These messages are defined in [0], and are used in some deployed
    products already.
    
    [0] https://tools.ietf.org/html/draft-kouvelas-lisp-map-server-reliable-transport-04
    
    Change-Id: Idfbc777175c1596d3e0fa1df39602a68ee1c488f
    Signed-off-by: Lorand Jakab <ljakab@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/28503
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  50dfbbd   ospf: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
     add  a13558c   LISP: add support for Reliable Transport messages


Summary of changes:
 epan/dissectors/CMakeLists.txt    |   1 +
 epan/dissectors/packet-lisp-tcp.c | 353 ++++++++++++++++++++++++++++++++++++--
 epan/dissectors/packet-lisp.c     |  86 ++++------
 epan/dissectors/packet-lisp.h     |  32 ++++
 4 files changed, 398 insertions(+), 74 deletions(-)
 create mode 100644 epan/dissectors/packet-lisp.h