Wireshark-commits: [Wireshark-commits] master 2e42199: [SELFM] Fix reassembly, tcp_dissect_pdus() c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Sep 2016 08:40:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e42199e1177f01b5cd1789b0cbe112d36f05fbc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2e42199 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    [SELFM] Fix reassembly, tcp_dissect_pdus() can't be used as the real
    length of the PDU is not known(length is exluding escape bytes).
    
    Change-Id: I762419f12ca80f6597163e232c4b853819927b65
    Reviewed-on: https://code.wireshark.org/review/17302
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4fe91cf   S1AP: add missing messages in info column
    adds  2e42199   [SELFM] Fix reassembly, tcp_dissect_pdus() can't be used as the real length of the PDU is not known(length is exluding escape bytes).


Summary of changes:
 epan/dissectors/packet-selfm.c |  141 ++++++++++++++++++++++++----------------
 1 file changed, 85 insertions(+), 56 deletions(-)