Wireshark-commits: [Wireshark-commits] master ff209f5: Make the rate tables static and const.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Nov 2015 20:18:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ff209f5ee6307c2f99c1eb1e86fa90a7fc9e43a5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ff209f5 by Guy Harris (guy@xxxxxxxxxxxx):

    Make the rate tables static and const.
    
    No need to put them on the stack and initialize them at the beginning of
    the routine.
    
    Change-Id: Id6332be186660c881cf37290f70d03cc77ac66be
    Reviewed-on: https://code.wireshark.org/review/12265
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  dba1751   Make it more obvious why no bounds checks are necessary for 11n.
    adds  ff209f5   Make the rate tables static and const.


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