https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53404776be11d66574c4849ddfb7dd10f63f8854
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
      from  1987306   Bluetooth: btle: Make RxAdd field reserved in some cases
      adds  5340477   Split out bencode dissector and use it in the bzr dissector.
No new revisions were added by this update.
Summary of changes:
 epan/CMakeLists.txt                 |    1 +
 epan/dissectors/Makefile.common     |    1 +
 epan/dissectors/packet-bencode.c    |  327 +++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-bittorrent.c |  300 +-------------------------------
 epan/dissectors/packet-bzr.c        |   18 +-
 5 files changed, 344 insertions(+), 303 deletions(-)
 create mode 100644 epan/dissectors/packet-bencode.c