Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_table.h

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: Fri, 22 Feb 2002 20:30:17 -0600 (CST)
guy         2002/02/22 20:30:17 CST

  Modified files:
    plugins              plugin_table.h 
  Log:
  "is_tpkt()" is always used to check a TCP segment to see if it might
  have a TPKT header at the beginning, so there's not need for it to have
  an offset as an argument; its callers don't have to know how big the
  TPKT header is (or we can put a #define in "packet-tpkt.h" for it).  Get
  rid of the second argument.
  
  Revision  Changes    Path
  1.42      +2 -2      ethereal/plugins/plugin_table.h