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 Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Jul 2002 13:45:51 -0500 (CDT)
guy         2002/07/31 13:45:50 CDT

  Modified files:
    .                    packet-tpkt.c 
  Log:
  Check whether the first byte of a putative TPKT header is 3 (the TPKT
  version number from RFC 1006) and, if not, assume it's *not* a TPKT
  header, and don't try getting the packet length and doing TPKT
  dissection and reassembly.
  
  Revision  Changes    Path
  1.20      +27 -1     ethereal/packet-tpkt.c