Wireshark-commits: [Wireshark-commits] master 4362276: fp: Avoid changes to info column after paylo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 09 May 2018 21:25:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4362276ef3f31f634825b445d62d7bad66755b6c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4362276 by Sayuri Mizushima (yamaguchi55@xxxxxxxxxxxxx):

    fp: Avoid changes to info column after payload dissection
    
    Previously info was appended to the end of the info set by
    an underlying protocol (mostly rlc/rrc)
    
    Change-Id: I7fe0d8d485f81ed2c108099e76d15c887108164f
    Reviewed-on: https://code.wireshark.org/review/27399
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9a8f44f   fp: Fix incorrect framing
    adds  4362276   fp: Avoid changes to info column after payload dissection


Summary of changes:
 epan/dissectors/packet-umts_fp.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)