Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal reassemble.h reassemble.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Apr 2003 04:04:09 -0500 (CDT)
sahlberg    2003/04/09 04:04:09 CDT

  Modified files:
    .                    reassemble.h reassemble.c 
  Log:
  Added new field  reassembled_in  to the fragment data structure.
  
  This field gets set to the frame number when this pdu was first completely reassembled.
  
  This is useful since it will allow us to do reassembly properly in say packet-ip.c
  instead of printing the full pdu for every fragment and thus making NFSoverUDP  rpc-rtt statistics less than useful.
  
  A dissector using fragment_add() can tehn choose to only dissect the reassembled PDU only for the frame where it was first reassembled.
  
  Revision  Changes    Path
  1.14      +4 -1      ethereal/reassemble.h
  1.30      +7 -2      ethereal/reassemble.c