URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fade468864de78a76f584cc62edeab8e55bd7973
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fade468 by Martin Kaiser (wireshark@xxxxxxxxx):
    [iax2] minor cleanup
    
    replace switch-case with if
    remove an initial value that's overwritten immediately
    
    Change-Id: I98487ed08f91416179fcbbbaf80bf1b126a8d1c2
    Reviewed-on: https://code.wireshark.org/review/10548
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  e036ec0   As far as I can tell the name is "Git" and not "GIT".
    adds  fade468   [iax2] minor cleanup
Summary of changes:
 epan/dissectors/packet-iax2.c |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)