Wireshark-commits: [Wireshark-commits] master d41a6e4: Fix LISP dissectior regressions introduced i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Apr 2014 06:56:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d41a6e4feb221c535f27691d2962fc68e3fb2806
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d41a6e4 by Lorand Jakab (ljakab@xxxxxxxxxx):

    Fix LISP dissectior regressions introduced in 1.11
    
    This patch fixes dissection of some fields and restores some of the
    output before the dissector was updated not to use proto_tree_add_text()
    calls.
    
    While at it improve the consistency in the code.
    
    Change-Id: Ic30e60de1382f4325bd75e814444205f2fc5a359
    Signed-off-by: Lorand Jakab <ljakab@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1283
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  fccf62e   Bugfix generating a sequence of "native" types.  Bug 9532.
    adds  d41a6e4   Fix LISP dissectior regressions introduced in 1.11


Summary of changes:
 epan/dissectors/packet-lisp.c |  136 ++++++++++++++++++++++-------------------
 1 file changed, 73 insertions(+), 63 deletions(-)