Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ipx.c packet-ncp.c packet-udp.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 17 Apr 2000 23:46:16 -0500 (CDT)
guy         2000/04/17 23:46:12 CDT

  Modified files:
    .                    packet-ipx.c packet-ncp.c packet-udp.c 
                         packet.h 
  Log:
  In the NCP dissector, construct conversations using the source and
  destination network-layer addresses of the servers, and the NCP
  connection number, and use the pointer to the conversation and the
  request sequence number as the hash key for the table of requests used
  to find the request for a given response; this lets it work with
  NCP-over-TCP and NCP-over-UDP.
  
  Register the NCP dissector with the UDP dissector in the handoff
  registration routine for NCP, just as we do with the TCP dissector.
  
  Revision  Changes    Path
  1.56      +1 -11     ethereal/packet-ipx.c
  1.34      +84 -58    ethereal/packet-ncp.c
  1.68      +2 -5      ethereal/packet-udp.c
  1.182     +3 -2      ethereal/packet.h