Wireshark-commits: [Wireshark-commits] master 0066776: Fix --extcap-dlts call in extcap_example.py.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Oct 2014 21:32:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0066776f729742982014b8828c7fdfbf0d544c10
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0066776 by Tomasz Moń (desowin@xxxxxxxxx):

    Fix --extcap-dlts call in extcap_example.py.
    
    There is regular expression that extracts only the number from
    --extcap-interface argument and only that number (as string) is being
    passed to extcap_dlts().
    
    Change-Id: I5159f9405a766c1edff792213b2aef72b9a29ba4
    Reviewed-on: https://code.wireshark.org/review/4550
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  c83169f   Only set err_info on an error, and use g_strdup_printf().
    adds  0066776   Fix --extcap-dlts call in extcap_example.py.


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