Wireshark-commits: [Wireshark-commits] master 7c8f705: pfcp: correction of length

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 May 2018 08:48:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c8f7052c846ed689bb33a46bfa722e8c7389252
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7c8f705 by Joakim Karlsson (oakimk@xxxxxxxxx):

    pfcp: correction of length
    
    flags are uint8 but the whole list was set as uint16
    
    Change-Id: Ie52d621d35b68897919d5451c93b6c82e1d45649
    Reviewed-on: https://code.wireshark.org/review/27300
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5905fcd   extcap_parser.c: fix compilation with gcc 8
    adds  7c8f705   pfcp: correction of length


Summary of changes:
 epan/dissectors/packet-pfcp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)