Wireshark-commits: [Wireshark-commits] master 36bb601: uaudp: simplified code (moved tests of lengt
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 May 2018 04:17:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36bb60170dc0359a538f968f129316b4cdd74633
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

36bb601 by Nicolas BERTIN (nicolas.bertin@xxxxxxxxxxxxxxxxx):

    uaudp: simplified code (moved tests of length before the switch/cases)
    
    Change-Id: I78fa8b94e074e23cec2d3a550e62f43fff59c689
    Reviewed-on: https://code.wireshark.org/review/27755
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  790d490   CMake: remove GIT_BIN_PARAM
    adds  36bb601   uaudp: simplified code (moved tests of length before the switch/cases)


Summary of changes:
 epan/dissectors/packet-uaudp.c | 135 +++++++++++------------------------------
 1 file changed, 36 insertions(+), 99 deletions(-)