Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal ncp2222.py

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 8 Jun 2002 20:36:45 -0500 (CDT)
guy         2002/06/08 20:36:44 CDT

  Modified files:
    .                    ncp2222.py 
  Log:
  Add in names for NDS verbs, from a list found by a Web search that found
  the source to an "ipxdump" utility from the Linux ncpfs package.
  
  The NetworkAddress field in a 23/26 GetInternetAddress reply appears
  to be big-endian; we assume it's big-endian in all messages.
  
  The NetworkSocket field in that reply also appears to be big-endian;
  it was already set up to be big-endian in other messages.
  
  Put in comments noting other things seen in captures.
  
  Revision  Changes    Path
  1.28      +103 -5    ethereal/ncp2222.py