Wireshark-commits: [Wireshark-commits] master 9d24a26: Don't register in a non-existent dissector t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jul 2015 11:17:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d24a26c9b8c78260fca9c4f6ecf480e12010229
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9d24a26 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't register in a non-existent dissector table.
    
    There's no "btrfcomm.channel" dissector table any more; there's a
    "btrfcomm.dlci" table.
    
    Change-Id: Ia7cdf45c04b6b116a67ef4b7dfdce509cdb15327
    Reviewed-on: https://code.wireshark.org/review/9684
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  477b49e   The pflog spec appears to have some host-endian field values.  Since we don't know the platform the host could be, setup preference to decode fields as big or little endian.
    adds  9d24a26   Don't register in a non-existent dissector table.


Summary of changes:
 epan/dissectors/packet-bthfp.c  |    2 +-
 epan/dissectors/packet-bthsp.c  |    2 +-
 epan/dissectors/packet-btobex.c |    2 +-
 epan/dissectors/packet-btsap.c  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)