ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Fwd: dissector question- reasembling packets

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Mar 2009 16:28:44 -0700
On Tue, Mar 03, 2009 at 11:12:08AM +0200, ???????? ???????? wrote:

> i've implemented a dissector in the development version of wireshark 
> and it worked .

> when i placed the dissectors dill's in the release version , the 
> dissector failed .

> i've debbuged it , and noticed that he function : * 
> **tcp_dissect_pdus*behaves differently between both version .

> does anyone know why this happens ?

You will need to compile the DLLs with the release version of the source 
code to ensure that it works properly.  Functions may change from 
version to version and therefore, you often cannot copy DLLs between 
versions of Wireshark.


Steve