aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_acl.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-09-28 15:11:10 +0200
committerAnders Broman <a.broman58@gmail.com>2017-09-29 03:25:54 +0000
commitd3e34586c5e75685f9792b9104363c684fc3e174 (patch)
tree81cd0c286a0cf749dcd2961d266fe0081e4d52ef /epan/dissectors/packet-bthci_acl.h
parentfbcd64deb836e0ec21d3ca7671d6e6f8f37090eb (diff)
btle: Ignore retransmitted frames in reassembly
Change NESN/SN check to detect retransmit pr. connection. Frames with same SN in one direction is retransmit. Ignore retransmit frames when doing reassembly (btle and l2cap). Also ignore frames with incorrect CRC when doing reassembly. This fix is related to g95e09a60. Change-Id: I6386b42758ec3abada07ec1964d3e1b7ba7400e4 Reviewed-on: https://code.wireshark.org/review/23771 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-bthci_acl.h')
-rw-r--r--epan/dissectors/packet-bthci_acl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bthci_acl.h b/epan/dissectors/packet-bthci_acl.h
index f6c7cb484e..90a19e54c6 100644
--- a/epan/dissectors/packet-bthci_acl.h
+++ b/epan/dissectors/packet-bthci_acl.h
@@ -32,6 +32,7 @@ typedef struct _bthci_acl_data_t {
guint32 remote_bd_addr_oui;
guint32 remote_bd_addr_id;
gboolean is_btle;
+ gboolean is_btle_retransmit;
} bthci_acl_data_t;
#endif