Bug ID |
8509
|
Summary |
Bluetooth: Fix and improve SDP
|
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 10420 [details]
Example logs
Build Information:
TShark 1.9.2 (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.6.9, with locale en_IE.UTF-8, with libpcap version 1.1.1,
with libz 1.2.3.4.
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
Built using gcc 4.4.7.
--
Commit message:
Bluetooth: Fix and improve SDP
- support SDP fragmentation (Continuation State)
- implement DI 1.3
- replace a lot of proto_tree_add_text by proto_tree_add_item
- dissect profile specific attributes
- fix service recognize
- a lot of coding style fixes
It seems that SDP is broken from a long time, but now after 1.5 year it is the
time to fix it. Also implementing a lot of new features, so this can be treat
as enhancement, but this will be good idea to apply this before Wireshark 1.10,
because with it Wireshark's Bluetooth have full power :) (for example: OBEX can
be recognize by SDP record)
Please let me know is something looks wrong.
You are receiving this mail because:
- You are watching all bug changes.