ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] TCP and IP reassembling code

From: Hadriel Kaplan <hadriel.kaplan@xxxxxxxxxx>
Date: Wed, 9 Apr 2014 12:26:12 -0400
On Apr 9, 2014, at 12:09 PM, Aaron Lewis <the.warl0ck.1989@xxxxxxxxx> wrote:

> Hi
> 
> Where can I find the TCP and IP reassembling code in Wireshark,

epan/reassemble.h
epan/reassemble.c


> Is
> that re-usable?

Yes, it's used by a bunch of dissectors. (grep for 'reassembly_table_init')

-hadriel