URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e62a8bd5db75622269f5b62e4f991919d9bc7b72
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e62a8bd by Guy Harris (guy@xxxxxxxxxxxx):
In bgatt.uuid0xXXXX names, hex digits in XXXX are lower case.
The dissectors are registered using lower-case a through f; call them
that way.
XXX - why is this not just done with a dissector table with an unsigned
integer key?
Bug: 14994
Change-Id: I73dbfe8ea0cc3545d67f5315d3cd8ac1eee3385f
Reviewed-on: https://code.wireshark.org/review/28818
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 954fe24 If the dissector isn't registered, you shouldn't be calling it.
adds e62a8bd In bgatt.uuid0xXXXX names, hex digits in XXXX are lower case.
Summary of changes:
epan/dissectors/packet-btatt.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)