Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tpkt.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 2 Dec 2003 12:50:52 -0600 (CST)
guy         2003/12/02 12:50:52 CST

  Modified files:
    .                    packet-tpkt.c 
  Log:
  Tomas Kukosa noted that the TPKT dissector spends a significant amount
  of time in "find_protocol_by_id()"; the protocol_t pointer for a
  protocol doesn't change over time, so get that pointer when the protocol
  is registered and save it.
  
  Revision  Changes    Path
  1.24      +4 -2      ethereal/packet-tpkt.c