Wireshark-commits: [Wireshark-commits] master d085868: packet-homeplug-av: use HOMEPLUG_AV_MMVER_1_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Feb 2014 03:36:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d08586867d507faaf9ba605a30683ea0897ed6f2
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d085868 by Florian Fainelli (florian@xxxxxxxxxxx):

    packet-homeplug-av: use HOMEPLUG_AV_MMVER_1_1 consistently
    
    The HomePlug AV dissector was not consistently using the
    HOMEPLUG_AV_MMVER_1_1 constant and was sometimes using it and sometimes
    using mmver == 1 directly. Make sure we use that constant throughout the
    code to help clarifiying which version tests are applying to.
    
    Change-Id: I602413163e4e44dedfbf3e2364448a951fa70f54
    Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/428
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  e6277bd   packet-homeplug-av: fix missing reserved byte for station dump
    adds  d085868   packet-homeplug-av: use HOMEPLUG_AV_MMVER_1_1 consistently


Summary of changes:
 epan/dissectors/packet-homeplug-av.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)