Wireshark-bugs: [Wireshark-bugs] [Bug 8824] New: Bluetooth: Switch to wmem trees.

Date: Thu, 20 Jun 2013 07:00:12 +0000
Bug ID 8824
Summary Bluetooth: Switch to wmem trees.
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 11024 [details]
Example A2DP log

Build Information:
TShark 1.11.0 (SVN Rev Unknown from unknown)

Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
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 GLib 2.32.3, with libpcap, with libz 1.2.3.4, with POSIX
capabilities (Linux), with libnl 2, with SMI 0.4.8, with c-ares 1.7.5, with Lua
5.2, without Python, with GnuTLS 2.12.14, with Gcrypt 1.5.0, with MIT Kerberos,
with GeoIP.

Running on Linux 3.9.4, with locale en_IE.UTF-8, with libpcap version
1.5.0-PRE-GIT_2013_05_15, with libz 1.2.3.4.
        Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz

Built using gcc 4.8.1.

--
Hi,
Here is a patch to completely switch Bluetooth dissectors from emem to wmem,
because last time only allocations have been done. Now it is time to replace
emem trees by wmem trees.

Also in this patch: fix typo in epan/wmem/wmem_tree.h and add modelines in
epan/dissectors/packet-hci_* dissectors (now all Bluetooth dissectors use one
coding style).

All suggestions are welcome.


You are receiving this mail because:
  • You are watching all bug changes.