Wireshark-commits: [Wireshark-commits] master 0bf1288: extcap: preference name must only contain lo
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0bf128860783da20706506f7580927c7755cb52a
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0bf1288 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
    extcap: preference name must only contain lower case ASCII, numbers, dots or underscores
    
    This chage set restores the normalization that was done before g485bc45.
    Without it, USBPcap extacp utility triggers a crash.
    
    Change-Id: Id960db186888452ec3d04df1ee48dcc3899e8951
    Reviewed-on: https://code.wireshark.org/review/16871
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    
Actions performed:
    from  5adde36   extcap: restyle the output subsystem.
    adds  0bf1288   extcap: preference name must only contain lower case ASCII, numbers, dots or underscores
Summary of changes:
 extcap.c |   40 ++++++++++++++++++++++++++++++----------
 1 file changed, 30 insertions(+), 10 deletions(-)