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