aboutsummaryrefslogtreecommitdiffstats
path: root/colorfilters
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-09-25 08:10:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-09-25 08:10:09 +0000
commitb2eab3e0d4ba05188c90905fd4d3e08e1b339ac8 (patch)
treee25f0c30e0a2809d49910f27b29aa1e2f0d41cad /colorfilters
parent005175c9c417d3d9463d8935e135235ab44ad2a5 (diff)
From Michal Labedzki:
Bluetooth: fix order of colors 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. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45122
Diffstat (limited to 'colorfilters')
-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