URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5742d2e145cb6c9eed517685d5229ac17bc775b1
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5742d2e by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth: L2CAP: Another fix for CIDs
Example: if there is Connection Request than field with CID always
is called SCID. If we Sent this packet, it is okay, but if we Receive
it, then it is not SCID for us, but DCID. If we receive
Connection Request (DCID) and than we want to make disconnection,
so we send Disconnection Request with DCID that is SCID in
Connection Request... etc.
I try to clarify this, so rename stored SCID to Local CID
and DCID to Remote CID.
Change-Id: Idde0939a03955d8f4a10d8c9f7c43fd364254460
Reviewed-on: https://code.wireshark.org/review/1879
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from e3473c9 Bluetooth: AVDTP: Upgrade session logic
adds 5742d2e Bluetooth: L2CAP: Another fix for CIDs
Summary of changes:
epan/dissectors/packet-btavdtp.c | 38 ++++++++---------
epan/dissectors/packet-btl2cap.c | 87 +++++++++++++++++++-------------------
epan/dissectors/packet-btl2cap.h | 6 +--
3 files changed, 64 insertions(+), 67 deletions(-)