Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-udp.c packet-rpc.c packet.h

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: Sun, 14 Nov 1999 14:44:58 -0600 (CST)
guy         1999/11/14 14:44:56 CST

  Modified files:
    .                    packet-udp.c packet-rpc.c packet.h 
  Log:
  Move the test to see if something looks like an ONC RPC request or reply
  into "dissect_rpc()" itself; it returns TRUE if it is, FALSE if it
  isn't.
  
  Revision  Changes    Path
  1.34      +6 -49     ethereal/packet-udp.c
  1.10      +91 -24    ethereal/packet-rpc.c
  1.140     +10 -2     ethereal/packet.h