Wireshark-commits: [Wireshark-commits] master bd1724a: PFCP: fix Ethertype IE

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 16 May 2020 14:17:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd1724aa3876e849ecd4c046984e5c06b11869b4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bd1724a by Yoshiyuki Kurauchi (ahochauwaaaaa@xxxxxxxxx):

    PFCP: fix Ethertype IE
    
    Fix dissection of Ethertype IE which is two-octet long but
    dissected as one-octet long.
    
    Change-Id: I141ffebb4a53195d95e8af45fa7ef69e9c7feccd
    Signed-off-by: Yoshiyuki Kurauchi <ahochauwaaaaa@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/37213
    Reviewed-by: Joakim Karlsson <oakimk@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a9b0db1   PFCP: fix Trace Information IE
     add  bd1724a   PFCP: fix Ethertype IE


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