Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-tcp.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, 3 Apr 2000 04:37:48 -0500 (CDT)
guy         2000/04/03 04:37:44 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  Fix a compile error introduced by the previous checkin, which also moved
  the check for plugins after the check for ONC RPC protocols, so that we
  do the checks in the same order for TCP and UDP (ONC RPC first, as we
  expect the RPC heuristics not to get false hits, and ONC RPC protocols
  could well use ports that are nominally assigned to other protocols).
  
  Revision  Changes    Path
  1.62      +11 -10    ethereal/packet-tcp.c