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 5395a42: ncp2222 Updates

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 15 Sep 2015 06:29:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5395a42ae455bd4d71a569b2dbbd66647c6873ed
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5395a42 by gmor1207@xxxxxxxxx (gmor1207@xxxxxxxxx):

    ncp2222 Updates
    
    Modifications to ncp2222.py
    
    Add absolute time values eptime for file/volume info
    Add support for 64 bit File Transfer NCP's (22/54, 22/55, 22/56, 22/57, 22/58, 87/70, 87/71, 87/72, 87/73, 89/41, 123/35)
    Fix numerous dissection errors in NWInfo and ExtNWInfo structures
    Fix some indention (white space) in source
    
    Modifications to packet-ncp2222.inc
    Change seq count rollover value to 16 instead of 255 to make it more robust
    Add ncp 87,72 reply
    Add ncp 8x20 request
    Fix ncp 8x20 reply
    
    Change-Id: I80bdcc5854c02edd4ea51c74aa0bbc9c0e062bc1
    Reviewed-on: https://code.wireshark.org/review/10017
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    

Actions performed:

    from  a0a3cd6   Make fchdr "packet" scoped.
    adds  5395a42   ncp2222 Updates


Summary of changes:
 epan/dissectors/packet-ncp2222.inc |  319 +++++++++++++---
 tools/ncp2222.py                   |  711 ++++++++++++++++++++++++++----------
 2 files changed, 782 insertions(+), 248 deletions(-)