Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ncp2222.inc packet-ncp.c

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: Fri, 11 Oct 2002 14:36:14 -0500 (CDT)
guy         2002/10/11 14:36:14 CDT

  Modified files:
    .                    packet-ncp2222.inc packet-ncp.c 
  Log:
  Note that "dissect_ping_req()" duplicates a bunch of stuff in
  "dissect_ncp_request()".
  
  Fix "dissect_ping_req()" to properly put the NDS version in a ping
  request into the tree (although that field isn't present in the ping
  requests I've seen, so perhaps it's only in NDS version 10 and later),
  as big-endian (change FALSE to TRUE if it's little-endian).
  
  Get rid of the unused "ncp_nds_verb" variable (set, but not used) in
  "dissect_ncp_common()".
  
  Call "dissect_ping_req()" from "dissect_ncp_common()" again.
  
  Revision  Changes    Path
  1.32      +10 -6     ethereal/packet-ncp2222.inc
  1.72      +1 -20     ethereal/packet-ncp.c