Wireshark-commits: [Wireshark-commits] master 2dfce3b: pfcp: add message length check

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 May 2018 07:17:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2dfce3b54b871abbca5027e16a74710afdf9c7d7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2dfce3b by Joakim Karlsson (oakimk@xxxxxxxxx):

    pfcp: add message length check
    
    According to TS 29.244, 7.2.2.4.1, message length shall exlude the
    mandatory part of the PFCP header (the first 4 octets)
    
    Change-Id: I46d6ab65d71eb6c6e574b47d0c8f18f7b40a092e
    Reviewed-on: https://code.wireshark.org/review/27567
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  de354e3   Minimum supported QT-Version is 5.2
    adds  2dfce3b   pfcp: add message length check


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