URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c41bf48c9eb5ad00913a537be7e31640c5175842
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c41bf48 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Rename Bluetooth OBEX dissector to OBEX
For historiacal reasons OBEX protocol was implemented as
"Bluetooth OBEX", that means it is OBEX + Bluetooth related stuff.
However Bluetooth related stuff does not caused any issue right now,
so allow to use this dissector in non-Bluetooth cases.
Bug: 11724
Change-Id: Ic645308bc854602d009f254ebbfd1b703a4c6a25
Reviewed-on: https://code.wireshark.org/review/13740
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9f28bce prefs: fix a leak.
adds c41bf48 Rename Bluetooth OBEX dissector to OBEX
Summary of changes:
docbook/release-notes.asciidoc | 3 +
epan/CMakeLists.txt | 2 +-
epan/dissectors/Makefile.common | 2 +-
epan/dissectors/{packet-btobex.c => packet-obex.c} | 936 ++++++++++----------
profiles/Bluetooth/colorfilters | 2 +-
5 files changed, 477 insertions(+), 468 deletions(-)
rename epan/dissectors/{packet-btobex.c => packet-obex.c} (82%)