Wireshark-commits: [Wireshark-commits] master 05a6615: extcap: Remove single-space argument for boo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Oct 2014 19:26:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=05a6615965121056aa0e8e431a4a541342776d83
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

05a6615 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    extcap: Remove single-space argument for boolflags
    
     Boolflags will be added with a NULL argument to the
     list and therefore the original fix will work.
    
     Note: extcap_get_complex_as_string will convert any NULL
     value into a single character argument (' '). Therefore
     any argument type, where NULL is a special value should
     be handled seperately here. For now, the only datatype
     will be BOOLFLAG
    
    Change-Id: Icfc9b573214e05ea713a3b70ea37953d470dafae
    Reviewed-on: https://code.wireshark.org/review/4649
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Tomasz Moń <desowin@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  74c4358   Split ws80211_get_phys callback handler
    adds  05a6615   extcap: Remove single-space argument for boolflags


Summary of changes:
 ui/gtk/extcap_gtk.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)