Wireshark-commits: [Wireshark-commits] master eccf763: Parse all rr interval values in packet
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eccf76342f1ba61cc45d424703f91a2f15b18c52
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
eccf763 by michal.orynicz (michal.orynicz@xxxxxxxxx):
Parse all rr interval values in packet
Packets from Heart Rate Service can contain
multiple rr interval values. They are appended
at the end of the packet. Before this patch
Wireshark recognized only the first value.
Make wireshark properly recognize them and decode
properly.
Change-Id: I3f3d8db4e0a941a690cd6a14dda84503e166f6e7
Reviewed-on: https://code.wireshark.org/review/14910
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Actions performed:
from 301aa19 extcap-base: There is no need to register interfaces everytime
adds eccf763 Parse all rr interval values in packet
Summary of changes:
epan/dissectors/packet-btatt.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)