Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-q931.c packet-tpkt.c packet-tpkt.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:16 -0600 (CST)
guy         2002/02/22 20:30:16 CST

  Modified files:
    .                    packet-q931.c packet-tpkt.c packet-tpkt.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.39      +17 -7     ethereal/packet-q931.c
  1.15      +10 -14    ethereal/packet-tpkt.c
  1.7       +4 -5      ethereal/packet-tpkt.h