On Mar 29, 2014, at 6:10 AM, Eshed Shaham <ashdnazg@xxxxxxxxx> wrote:
> Hello,
>
> I recently found out that the frame_data structure had a minor change in the 1.8 branch between 1.8.8 and 1.8.9:
> https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blobdiff;f=epan/frame_data.h;h=5ab320541760d412a11ad23422e29b8b8e88635e;hp=dc4f177a34f5a1cd00c2d754f63440301db42f09;hb=0a28fb8f6a354aa9a446b6bf70733c305534e074;hpb=27b5d556cb53bee24e20a9bb5862189ee2e55a61
Are you certain of that?
I downloaded the 1.8.8 and 1.8.9 source tarballs and unpacked them, and:
$ diff wireshark-1.8.8/epan/frame_data.h wireshark-1.8.9/epan/frame_data.h
$
there's no difference between them.
And, in a 1.8-branch repository:
$ git diff wireshark-1.8.0 wireshark-1.8.13 epan/frame_data.h
$
so I'm not seeing any changes to epan/frame_data.h at all in the 1.8 branch.