Wireshark-commits: [Wireshark-commits] master 5ea2fe3: pfcp: add handle of IEs with	null length
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ea2fe384434db598cb0ed62987627a8cfd76a56
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5ea2fe3 by Joakim Karlsson (oakimk@xxxxxxxxx):
    pfcp: add handle of IEs with null length
    
    Acccording to 3GPP TS 29.244
    ch5.6.3   Modifying the Rules of an Existing PFCP Session
    - updating the Rule including the IEs to be removed with a null length,
      e.g. by including the Update URR IE in the PFCP Session Modification Request
      with the IE(s) to be removed with a null length.
    
    Change-Id: Ib8928edc24e72c25f6d608bee874c1d8603c8620
    Reviewed-on: https://code.wireshark.org/review/28264
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  08ef8f1   Just extract the title length once.
    adds  5ea2fe3   pfcp: add handle of IEs with null length
Summary of changes:
 epan/dissectors/packet-pfcp.c | 51 +++++++++++++++++++++++++++++++------------
 1 file changed, 37 insertions(+), 14 deletions(-)