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(-)