aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--colorfilters18
1 files changed, 11 insertions, 7 deletions
diff --git a/colorfilters b/colorfilters
index 034c34c325..b98b74ceb2 100644
--- a/colorfilters
+++ b/colorfilters
@@ -21,16 +21,20 @@
@Broadcast@eth[0] & 1@[65535,65535,65535][32768,32768,32768]
# Bluetooth
-@AVCTP@btavctp@[52805,45039,37599][5111,4915,4652]
+# For Bluetooth each color is assigned to dissector,
+# but higher position on that list is needed for meet encapsulation
+# requirements, for example AVRCP is on top of AVCTP,
+# AVCTP is on top of L2CAP, etc.
@AVRCP@btavrcp@[42408,33825,25486][5111,4915,4652]
+@AVCTP@btavctp@[52805,45039,37599][5111,4915,4652]
@BNEP@btbnep@[46590,24119,49858][5111,4915,4652]
-@HCI_CMD@bthci_cmd@[18901,48590,65535][0,0,0]
-@HCI_EVT@bthci_evt@[47126,60905,65535][5111,4915,4652]
-@HFP@bthfp@[57840,49413,65535][5111,4915,4652]
@HID@bthid@[47057,38562,38562][5111,4915,4652]
-@L2CAP@btl2cap@[58215,49541,23520][0,0,0]
@OBEX@btobex@[15856,45391,43152][5111,4915,4652]
-@RFCOMM@btrfcomm@[64249,44202,25136][5111,4915,4652]
@SAP@btsap@[51110,54321,18857][5111,4915,4652]
-@SCO@bthci_sco@[65535,28803,61093][5111,4915,4652]
+@HFP@bthfp@[57840,49413,65535][5111,4915,4652]
+@RFCOMM@btrfcomm@[64249,44202,25136][5111,4915,4652]
@SDP@btsdp@[34255,42642,22057][5111,4915,4652]
+@L2CAP@btl2cap@[58215,49541,23520][0,0,0]
+@SCO@bthci_sco@[65535,28803,61093][5111,4915,4652]
+@HCI_EVT@bthci_evt@[47126,60905,65535][5111,4915,4652]
+@HCI_CMD@bthci_cmd@[18901,48590,65535][0,0,0] \ No newline at end of file