Ethereal-dev: Re: [Ethereal-dev] which part/file is for IP packets reassemble ?

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 11 Oct 2002 12:09:52 -0700
IP reassembly is done in "packet-ip.c".  See the code in "dissect_ip()"
that begins with the comment

  /* If ip_defragment is on, this is a fragment, we have all the data
   * in the fragment, and the header checksum is valid, then just add
   * the fragment to the hashtable.
   */