Wireshark-commits: [Wireshark-commits] master d2a2698: extcap: Fix Python 3 bytes handling in examp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Apr 2019 21:11:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2a2698fd87d49c44b5a081369c718e451e46c90
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d2a2698 by Tomasz Moń (desowin@xxxxxxxxx):

    extcap: Fix Python 3 bytes handling in example
    
    In Python 3 strings cannot be joined with bytes.
    This change has no effect for Python 2.
    
    Ping-Bug: 15694
    Change-Id: I2eb62698ce323f8156ed98b7fe88e4e43e59c784
    Reviewed-on: https://code.wireshark.org/review/32843
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  7aa48b3   test: run test_tshark_extcap_interfaces with capture support only.
     add  d2a2698   extcap: Fix Python 3 bytes handling in example


Summary of changes:
 doc/extcap_example.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)