Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet_info.h

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: Mon, 29 Dec 2003 16:44:50 -0600 (CST)
guy         2003/12/29 16:44:50 CST

  Modified files:
    epan                 packet.c packet_info.h 
  Log:
  Add a "saved_can_desegment" field to the "packet_info" structure, so
  that dissectors for pass-through proxying protocols such as SOCKS can
  allow the subdissectors they call to ask that desegmentation be done.
  
  Revision  Changes    Path
  1.100     +12 -1     ethereal/epan/packet.c
  1.38      +18 -8     ethereal/epan/packet_info.h