Bluetooth: AVDTP: Fix trees and distinguish local and remote SEPs
authorMichal Labedzki <michal.labedzki@tieto.com>
Mon, 24 Feb 2014 10:50:37 +0000 (11:50 +0100)
committerAnders Broman <a.broman58@gmail.com>
Fri, 7 Mar 2014 05:04:53 +0000 (05:04 +0000)
commitd0132adb076e6d59141621f08c090ca5b68e59c5
treede61a0cc16da01706078437a3b43011c98307ebe
parent058527f3f19a09c332b6877030b13dedf7414c1b
Bluetooth: AVDTP: Fix trees and distinguish local and remote SEPs

When there is more then one interface or adapter then AVDTP dissector
incorrectly mixing it data together. Patch extends keys to support
multiple interfaces/adapters. Also do little simplification on trees.

There are two device, both use SEPs to configuration and
it is possible to use the same SEID. SetConfiguration use
remote "ACP" SEID and local "INT" SEID, so there is need to
distinguish them and please remember then INT SEID types can be
unknown in most case.

Change-Id: I150f3625f532386a1078deb8d0ac70a1c05c3f04
Reviewed-on: https://code.wireshark.org/review/473
Reviewed-by: Evan Huus <eapache@gmail.com>
epan/dissectors/packet-btavdtp.c