Wireshark-commits: [Wireshark-commits] master-1.12 e780e98: Rename the "type" argument to V10's PAC

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Feb 2015 04:27:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e780e98fce12337f08eaee55e4d9b5fbcb958180
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

e780e98 by Guy Harris (guy@xxxxxxxxxxxx):

    Rename the "type" argument to V10's PACKET_DESCRIBE() to "ver".
    
    Move it in the argument list, and use it instead of a hard-coded 10
    (even though it's always passed as 10), to match the other
    PACKET_DESCRIBE() macros.
    
    Change-Id: Id2b1e090a24c5429fb62bc22f7bde7c0da85262f
    Reviewed-on: https://code.wireshark.org/review/7373
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e238b98   Call the version-number argument to GENERATE_CASE_xxx() "ver".
    adds  e780e98   Rename the "type" argument to V10's PACKET_DESCRIBE() to "ver".


Summary of changes:
 wiretap/netscaler.c |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)