Comment # 18
on bug 12945
from Guy Harris
(In reply to Uli Heilmeier from comment #11)
> (In reply to Guy Harris from comment #10)
> > (In reply to Uli Heilmeier from comment #9)
> > > (In reply to Guy Harris from comment #8)
> > > > What does "python --version" print on your machine?
> > >
> > > $ python --version
> > > Python 2.7.12
> >
> > Mine says 2.7.10.
> >
> > What does
> >
> > egrep ext_info_64_bit_fs epan/dissectors/packet-ncp2222.c
> >
> > print on your machine in your build tree?
>
> $ egrep ext_info_64_bit_fs epan/dissectors/packet-ncp2222.c
> static int hf_ncp_ext_info_64_bit_fs = -1;
> { "(ncp.ext_info_64_bit_fs == 1) && (ncp.ret_info_mask_fname == 1)",
> NULL },
> { "ncp.ext_info_64_bit_fs == 1", NULL },
> { &hf_ncp_ext_info_64_bit_fs, 2, NULL, NULL, ENC_LITTLE_ENDIAN, NO_VAR,
> NO_REPEAT, NO_REQ_COND },
> { &hf_ncp_ext_info_64_bit_fs,
> { "64 Bit File Sizes", "ncp.ext_info_64_bit_fs", FT_BOOLEAN, 16, NULL,
> 0x400, NULL, HFILL }},
Did you build with autotools or CMake? I built with autotools; there appears
to be a bug with the CMake build.
You are receiving this mail because:
- You are watching all bug changes.