[Wireshark-bugs] [Bug 13017] New: Lua dissector crashes on "string.format("%s", tree.text)"

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13017

Bug ID: 13017
   Summary: Lua dissector crashes on "string.format("%s",
tree.text)"
   Product: Wireshark
   Version: 2.2.1
  Hardware: x86-64
OS: Windows 7
Status: UNCONFIRMED
  Severity: Major
  Priority: Low
 Component: Dissection engine (libwireshark)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: mkow...@gmail.com

Build Information:
Version 2.2.1 (v2.2.1-0-ga6fbd27 from master-2.2)

Copyright 1998-2016 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later

This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with Qt 5.6.1, with WinPcap (4_1_3), with GLib 2.42.0, with
zlib 1.2.8, with SMI 0.4.8, with c-ares 1.12.0, with Lua 5.2.4, with GnuTLS
3.2.15, with Gcrypt 1.6.2, with MIT Kerberos, with GeoIP, with QtMultimedia,
with AirPcap.

Running on 64-bit Windows 7 Service Pack 1, build 7601, with locale
Polish_Poland.1250, with WinPcap version 4.1.3 (packet.dll version 4.1.0.2980),
based on libpcap version 1.0 branch 1_0_rel0b (20091008), with GnuTLS 3.2.15,
with Gcrypt 1.6.2, without AirPcap.
  Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (with SSE4.2), with 8169MB of
physical memory.


Built using Microsoft Visual C++ 12.0 build 40629
--
It seems that using string.format with contents of TreeItem.text causes a
memory access violation. 

HOW TO REPRODUCE

1. Add this Lua dissector to Wireshark:
local proto = Proto("proto", "Protocol")
function proto.dissector(buffer, pinfo, tree)
string.format("%s", tree.text)
end
local udp_table = DissectorTable.get("udp.port")
udp_table:add(12345, proto)

2. Start listening on arbitrary interface and send an UDP packet through it,
with destination port = 12345.

3. Wireshark will print following message on the console:
01:51:03  Warn Dissector bug, protocol PROTO, in packet 16:
STATUS_ACCESS_VIOLATION: dissector accessed an invalid memory address

ADDITIONAL INFO
The crash happens only when "string.format("%s", tree.text)" is present in the
code. Additionally, changing "tree.text" to anything else fixes the crash.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13013] SNMP trap bindings for NON scalar OIDs

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13013

--- Comment #8 from Gerrit Code Review  ---
Change 18203 had a related patch set uploaded by Jaap Keuter:
Append Integer32 value to varbind also.

https://code.wireshark.org/review/18203

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993

--- Comment #8 from Gerrit Code Review  ---
Change 18202 had a related patch set uploaded by Jaap Keuter:
Retrieve CLNP option values from the right place

https://code.wireshark.org/review/18202

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993

--- Comment #7 from Gerrit Code Review  ---
Change 18201 had a related patch set uploaded by Jaap Keuter:
Retrieve CLNP option values from the right place

https://code.wireshark.org/review/18201

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12067] Unable to resize the packet list pane, packet details pane

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12067

--- Comment #18 from Eric Blanding  ---
I just found a workaround that may help point to the bug; the Packet Bytes pane
appears to be forcing the window wider to show a large number of individual
Bitstring tabs.

After I uncheck View --> Packet Bytes, I can manually drag the window to a
narrower size so it all fits on screen.  The checkmark returns after quit the
app and reopening the same file, which appears to be a separate bug.  The
window re-expands after applying the check under View --> Packet Bytes.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12067] Unable to resize the packet list pane, packet details pane

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12067

Eric Blanding  changed:

   What|Removed |Added

 CC||ehb@icloud.com

--- Comment #17 from Eric Blanding  ---
I was looking for solutions and found this bug.  My observation is the same as
James Elliot describes: the main window opens twice as wide as my actual
screen.

I have seen this with various pcap files, and do not have the ability to debug,
but I can reproduce this every time with at least one pcap at this point.  The
window size expands beyond the screen size after applying a filter for x2ap.  I
tried exporting only one packet from the original pcap to a new file. 
Filtering for x2ap on the new file containing a single packet does not resize
the window, so pcap file size or specific packet contents appear to be a
factor.  Removing the filter does not allow me to manually shrink the window
narrower, but I can still stretch it wider - i.e. some minimum window size
appears to be applied.

File size: 6.7MB
Protocols in the pcap:
Frame
Ethernet
802.1Q Virtual LAN
Internet Protocol Version 4
Stream Control Transmission Protocol
S1 Application Protocol
Malformed Packet
EUTRAN X2 Application Protocol (X2AP)
Unreassembled Fragmented Packet
Malformed Packet

Here is my info from the about box - I downloaded the installer from
wireshark.org:

Version 2.2.1 (v2.2.1-0-ga6fbd27 from master-2.2)

Copyright 1998-2016 Gerald Combs  and contributors.
License GPLv2+: GNU GPL version 2 or later

This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with Qt 5.3.2, with libpcap, without POSIX capabilities, with
GLib 2.36.0, with zlib 1.2.5, with SMI 0.4.8, with c-ares 1.12.0, with Lua
5.2.4, with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP,
with QtMultimedia, without AirPcap.

Running on Mac OS X 10.11.6, build 15G1004 (Darwin 15.6.0), with locale C, with
libpcap version 1.5.3 - Apple version 54, with GnuTLS 2.12.19, with Gcrypt
1.5.0, with zlib 1.2.5.
Intel(R) Core(TM) i7 CPU   M 620  @ 2.67GHz (with SSE4.2)

Built using llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
2336.9.00).

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13016] New: Buildbot crash output: fuzz-2016-10-14-17977.pcap

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13016

Bug ID: 13016
   Summary: Buildbot crash output: fuzz-2016-10-14-17977.pcap
   Product: Wireshark
   Version: unspecified
  Hardware: x86-64
   URL: https://www.wireshark.org/download/automated/captures/
fuzz-2016-10-14-17977.pcap
OS: Ubuntu
Status: CONFIRMED
  Severity: Major
  Priority: High
 Component: Dissection engine (libwireshark)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: buildbot-do-not-re...@wireshark.org

Problems have been found with the following capture file:

https://www.wireshark.org/download/automated/captures/fuzz-2016-10-14-17977.pcap

stderr:
Input file: /home/wireshark/menagerie/menagerie/crash7.eth

Build host information:
Linux wsbb04 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
Distributor ID:Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:xenial

Buildbot information:
BUILDBOT_REPOSITORY=ssh://wireshark-build...@code.wireshark.org:29418/wireshark
BUILDBOT_WORKERNAME=clang-code-analysis
BUILDBOT_BUILDNUMBER=3747
BUILDBOT_URL=http://buildbot.wireshark.org/wireshark-master/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_GOT_REVISION=66f1baa64957f42edb8927fcdb2f64131fd415ad

Return value:  0

Dissector bug:  0

Valgrind error count:  0



Git commit
commit 66f1baa64957f42edb8927fcdb2f64131fd415ad
Author: Alexis La Goutte 
Date:   Thu Oct 13 18:24:37 2016 +0200

CQL: Enhance version dissection

Display on hex (like spec)
Add (sub) field for protocol version and direction

Ping-Bug 12818
Change-Id: I6947f82915f54095f86cd0e2125982af42e9bbf9
Reviewed-on: https://code.wireshark.org/review/18188
Petri-Dish: Alexis La Goutte 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Anders Broman 


ASAN:DEADLYSIGNAL
=
==25088==ERROR: AddressSanitizer: stack-overflow on address 0x7ffca3ba3f88 (pc
0x004ace4f bp 0x7ffca3ba47f0 sp 0x7ffca3ba3f90 T0)
#0 0x4ace4e 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/bin/tshark+0x4ace4e)
#1 0x7f648091490b 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x792b90b)
#2 0x7f64809179ab 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x792e9ab)
#3 0x7f6480ff9731 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x8010731)
#4 0x7f648093ee8c 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955e8c)
#5 0x7f648093eb5a 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955b5a)
#6 0x7f64816bb4f8 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x86d24f8)
#7 0x7f6480ff9e67 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x8010e67)
#8 0x7f648093ee8c 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955e8c)
#9 0x7f648093eb5a 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955b5a)
#10 0x7f64816bb4f8 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x86d24f8)
#11 0x7f6480ff9e67 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x8010e67)
#12 0x7f648093ee8c 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955e8c)
#13 0x7f648093eb5a 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955b5a)
#14 0x7f64816bb4f8 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x86d24f8)
#15 0x7f6480ff9e67 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x8010e67)
#16 0x7f648093ee8c 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955e8c)
#17 0x7f648093eb5a 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955b5a)
#18 0x7f64816bb4f8 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x86d24f8)
#19 0x7f6480ff9e67 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x8010e67)
#20 0x7f648093ee8c 
(/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.asan/lib/libwireshark.so.0+0x7955e8c

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993

Jacek  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Jacek  ---
thanks guys.

Will this be on the HEAD now?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993

Gerrit Code Review  changed:

   What|Removed |Added

 Status|IN_PROGRESS |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 12993] CLNP dissector does not parse ER NPDU properly

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12993

--- Comment #5 from Gerrit Code Review  ---
Change 18195 merged by Jeff Morriss:
Retrieve CLNP option values from the right place

https://code.wireshark.org/review/18195

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13013] SNMP trap bindings for NON scalar OIDs

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13013

Gerrit Code Review  changed:

   What|Removed |Added

 Status|IN_PROGRESS |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13013] SNMP trap bindings for NON scalar OIDs

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13013

--- Comment #7 from Gerrit Code Review  ---
Change 18189 merged by Jeff Morriss:
Append Integer32 value to varbind also.

https://code.wireshark.org/review/18189

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 13015] New: Buildbot crash output: fuzz-2016-10-14-31162.pcap

2016-10-14 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13015

Bug ID: 13015
   Summary: Buildbot crash output: fuzz-2016-10-14-31162.pcap
   Product: Wireshark
   Version: unspecified
  Hardware: x86-64
   URL: https://www.wireshark.org/download/automated/captures/
fuzz-2016-10-14-31162.pcap
OS: Ubuntu
Status: CONFIRMED
  Severity: Major
  Priority: High
 Component: Dissection engine (libwireshark)
  Assignee: bugzilla-ad...@wireshark.org
  Reporter: buildbot-do-not-re...@wireshark.org

Problems have been found with the following capture file:

https://www.wireshark.org/download/automated/captures/fuzz-2016-10-14-31162.pcap

stderr:
Input file:
/home/wireshark/menagerie/menagerie/14807-160719-04_BLE_sensor_and_CGW_prefix_added_exp_pdu.pcapng

Build host information:
Linux wsbb04 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
Distributor ID:Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:xenial

Buildbot information:
BUILDBOT_REPOSITORY=ssh://wireshark-build...@code.wireshark.org:29418/wireshark
BUILDBOT_WORKERNAME=clang-code-analysis
BUILDBOT_BUILDNUMBER=3746
BUILDBOT_URL=http://buildbot.wireshark.org/wireshark-master/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_GOT_REVISION=7cef0cb93cc44ed02cd68caa79d3d97173b0edfe

Return value:  0

Dissector bug:  0

Valgrind error count:  79



Git commit
commit 7cef0cb93cc44ed02cd68caa79d3d97173b0edfe
Author: Michael Mann 
Date:   Sun Oct 9 20:01:45 2016 -0400

Add Local Service Discovery (LSD) protocol

Bug: 12985
Change-Id: Iceacd3d122337091380d56bd7fa9875bf7cb4d47
Reviewed-on: https://code.wireshark.org/review/18134
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


==18700== Memcheck, a memory error detector
==18700== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==18700== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==18700== Command:
/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.plain/bin/tshark
-nr /fuzz/buildbot/clangcodeanalysis/valgrind-fuzz/fuzz-2016-10-14-31162.pcap
==18700== 

** (process:18700): WARNING **: Dissector bug, protocol BT LE LL, in packet 7:
packet-btle.c:840: failed assertion "btle_frame_info != ((void*)0)"

** (process:18700): WARNING **: Dissector bug, protocol BT LE LL, in packet 40:
packet-btle.c:840: failed assertion "btle_frame_info != ((void*)0)"

** (process:18700): WARNING **: Dissector bug, protocol BT LE LL, in packet 43:
packet-btle.c:840: failed assertion "btle_frame_info != ((void*)0)"

** (process:18700): WARNING **: Dissector bug, protocol BT LE LL, in packet 56:
packet-btle.c:840: failed assertion "btle_frame_info != ((void*)0)"
==18700== Conditional jump or move depends on uninitialised value(s)
==18700==at 0x6B279BA: dissect_le_frame (packet-btl2cap.c:2007)
==18700==by 0x6B279BA: dissect_btl2cap (packet-btl2cap.c:2765)
==18700==by 0x699B1A5: call_dissector_through_handle (packet.c:650)
==18700==by 0x699B1A5: call_dissector_work (packet.c:725)
==18700==by 0x699A24C: call_dissector_only (packet.c:2953)
==18700==by 0x699A24C: call_dissector_with_data (packet.c:2966)
==18700==by 0x6B2C095: dissect_btle (packet-btle.c:976)
==18700==by 0x699B1A5: call_dissector_through_handle (packet.c:650)
==18700==by 0x699B1A5: call_dissector_work (packet.c:725)
==18700==by 0x699A24C: call_dissector_only (packet.c:2953)
==18700==by 0x699A24C: call_dissector_with_data (packet.c:2966)
==18700==by 0x6F59924: dissect_nordic_ble (packet-nordic_ble.c:566)
==18700==by 0x699B1A5: call_dissector_through_handle (packet.c:650)
==18700==by 0x699B1A5: call_dissector_work (packet.c:725)
==18700==by 0x699A24C: call_dissector_only (packet.c:2953)
==18700==by 0x699A24C: call_dissector_with_data (packet.c:2966)
==18700==by 0x6C8B922: dissect_exported_pdu (packet-exported_pdu.c:285)
==18700==by 0x699B1A5: call_dissector_through_handle (packet.c:650)
==18700==by 0x699B1A5: call_dissector_work (packet.c:725)
==18700==by 0x699B06E: dissector_try_uint_new (packet.c:1290)
==18700== 

** (process:18700): WARNING **: Dissector bug, protocol BT LE LL, in packet 64:
packet-btle.c:840: failed assertion "btle_frame_info != ((void*)0)"
==18700== Conditional jump or move depends on uninitialised value(s)
==18700==at 0x4C33D52: __memcmp_sse4_1 (in
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==18700==by 0x69C3C43: addresses_equal (address.h:230)
==18700==by 0x69C3C43: fragment_addresses_equal (reassemble.c:82)
==18700==by 0xA6AFDCE: g_hash_table_lookup_extended (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.1)
==18700==by 0x69C5146: lookup_fd_head (reassemble.c:541)
==18700==by 0x69C5146: fragment_add_seq_common (reassemb