Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master a63542f: Fixup extcap_example.py

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 04 Apr 2018 23:23:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a63542fe33541d1aa5eedd1eea4e986ffb0d4101
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a63542f by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Fixup extcap_example.py
    
    Run 2to3. Convert our payload to bytes. Switch from tab to 4-space
    indentation as described in PEP8, which fixes a "TabError" message.
    
    Change-Id: Ic20b6bc1fc1a945758c8be1bb54435f3326fb605
    Reviewed-on: https://code.wireshark.org/review/26744
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  57fed5d   extcap: Move extcap_foreach to a GList
    adds  a63542f   Fixup extcap_example.py


Summary of changes:
 doc/extcap_example.py | 649 +++++++++++++++++++++++++-------------------------
 1 file changed, 326 insertions(+), 323 deletions(-)