Wireshark-commits: [Wireshark-commits] master a115d2b: extcap: Fix Python 3 control data handling i
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 May 2019 13:37:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a115d2b4838d9ad7fc51b2031e7a55eca950ab4a
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a115d2b by Tomasz Moń (desowin@xxxxxxxxx):

    extcap: Fix Python 3 control data handling in example
    
    Decode received payload as utf-8 string, replacing any invalid
    characters with U+FFFD.
    
    Change-Id: If80fbbec5c369f1098dbc1e46e092928aa0b0eb9
    Reviewed-on: https://code.wireshark.org/review/33252
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  e05fac3   A21/s102: Dissect Pilot List.
     add  a115d2b   extcap: Fix Python 3 control data handling in example


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