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

Wireshark-bugs: [Wireshark-bugs] [Bug 12945] trace file that crashes latest version

Date: Mon, 26 Sep 2016 16:42:08 +0000

Comment # 18 on bug 12945 from
(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.