Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master bf01c7c: pfcp: correction of length

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

Commits:

bf01c7c by Joakim Karlsson (oakimk@xxxxxxxxx):

    pfcp: correction of length
    
    flags are uint8 but the whole list was set as uint16
    
    Change-Id: I8726fe533253fd1339351f581e7a2fe01c0edce2
    Reviewed-on: https://code.wireshark.org/review/26849
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Matej Tkac <matej.tkac.mt@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  526a328   NBSS: take into account snaplen when creating the TVB subset
    adds  bf01c7c   pfcp: correction of length


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