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: Wed, 12 Sep 2001 03:46:40 -0500 (CDT)
guy         2001/09/12 03:46:39 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Clean up the previous checkin a bit - there's no need to have
  "dissect_rpc_common()" check, every time it's about to return FALSE,
  whether it's being used as a heuristic dissector and, if not, call
  "dissect_rpc_continuation()" - we can just have the non-heuristic
  dissector call it and, if it returned FALSE, call
  "dissect_rpc_continuation()".
  
  Revision  Changes    Path
  1.70      +6 -22     ethereal/packet-rpc.c