Wireshark-commits: [Wireshark-commits] master 75a522e: Add 1 byte and 16 byte as separate values.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Feb 2016 23:24:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=75a522e67843334a3c2c261ebb4d185c37d749bd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

75a522e by Guy Harris (guy@xxxxxxxxxxxx):

    Add 1 byte and 16 byte as separate values.
    
    The 1 is for the byte written with vht_ndp_flag; the 16 is for the PLCP
    header.  Separate them out; no change to the actual code (as any
    compiler worth its salt would do constant folding).
    
    Change-Id: I5e081c67e605203153270ed9a3f9e30b9e9b968c
    Reviewed-on: https://code.wireshark.org/review/14125
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  996cc44   Improve epan/Makefile.am readability
    adds  75a522e   Add 1 byte and 16 byte as separate values.


Summary of changes:
 wiretap/vwr.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)