Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 6a4226e: ssh: organize header field IDs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Dec 2016 05:05:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a4226e2bfb7340e9c824e17c4b39f535ee84abe
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6a4226e by Роман Донченко (dpb@xxxxxxxxxxxxxx):

    ssh: organize header field IDs
    
    The header field ID variables are listed in a somewhat chaotic order,
    making the list hard to comprehend and update. Group them according
    to the part of the protocol the corresponding fields occur in, and
    order the groups and the IDs within groups to roughly match
    the protocol flow and message formats.
    
    Change-Id: I915f508fd78ff89819c96d246c79d335de6a172e
    Reviewed-on: https://code.wireshark.org/review/19154
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5592deb   Boost the max CPU time.
    adds  6a4226e   ssh: organize header field IDs


Summary of changes:
 epan/dissectors/packet-ssh.c |  364 ++++++++++++++++++++++--------------------
 1 file changed, 190 insertions(+), 174 deletions(-)