Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rpc.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: Sun, 2 Sep 2001 17:49:57 -0500 (CDT)
guy         2001/09/02 17:49:57 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Don't attempt to fetch the authentication flavor from a call if it's not
  available - just mark it as "authentication flavor unknown".  Don't
  dissect the next protocol if the authentication flavor is unknown.
  
  This lets us get some more work done on short frames (although if you
  really want to analyze ONC RPC traffic, you should make the snapshot
  length large enough to capture enough of the frames).
  
  Revision  Changes    Path
  1.66      +35 -8     ethereal/packet-rpc.c