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 02:56:47 -0600 (CST)
guy         2002/02/22 02:56:46 CST

  Modified files:
    .                    packet-q931.c packet-tpkt.c packet-tpkt.h 
  Log:
  Handle TPKT packets split across segment boundaries, and multiple TPKT
  packets per segment.
  
  Instead of having a routine for dissectors such as the Q.931 dissector
  to call to dissect the TPKT header, have a routine that does all the
  reassembly and multiple-packets-per-segment work, and have the Q.931
  dissector call it.  Export "is_tpkt()", and the new routine, to plugins.
  
  Add preferences for TPKT and Q.931 reassembly.
  
  Revision  Changes    Path
  1.38      +29 -24    ethereal/packet-q931.c
  1.12      +127 -66   ethereal/packet-tpkt.c
  1.6       +6 -10     ethereal/packet-tpkt.h