Wireshark-commits: [Wireshark-commits] master 61e3569: L2TP: Dissect three formerly unknown bytes i
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Oct 2016 15:09:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61e3569c4d8b02010cac4ef1fad29e8ef59299f0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

61e3569 by Harald Welte (laforge@xxxxxxxxxxxx):

    L2TP: Dissect three formerly unknown bytes in Ericsson Transport Cfg
    
    The meaning of the last three bytes of a Transport configuration has
    been uncovered: They control the batching/bundling of signalling
    messages: All signalling messages are delayed + bundled until either
    the timeout expires, or the message exceeds the limit.
    
    Change-Id: I794658e99e3c66145627652de4269fb08bc74ca3
    Reviewed-on: https://code.wireshark.org/review/18471
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  88868c9   qt: fix build without pcap_create
    adds  61e3569   L2TP: Dissect three formerly unknown bytes in Ericsson Transport Cfg


Summary of changes:
 epan/dissectors/packet-l2tp.c |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)