Wireshark-commits: [Wireshark-commits] master 4e82b0b: Remove tabs around manuf names as shown for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 01 Jun 2018 09:19:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e82b0b6dacf6d8a818c20cec62014762cf31abf
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4e82b0b by Adrian Granados (adrian@xxxxxxxxxxxxxxxxxx):

    Remove tabs around manuf names as shown for BASE_OUI
    
    And handle comments in manuf file entries correctly.
    
    There are entries in the manuf file where columns are
    separated by two or more tab characters. These extra
    tab characters are not being trimmed from the manuf name.
    
    OUI: 00:40:96 (		Cisco Systems, Inc.)
     ->
    OUI: 00:40:96 (Cisco Systems, Inc.)
    
    Change-Id: Ie6545480848bb84c20bea6566a3ccf11c7ed9233
    Reviewed-on: https://code.wireshark.org/review/27759
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  c9ba7c9   CIP: Use a struct for connection triad
    adds  4e82b0b   Remove tabs around manuf names as shown for BASE_OUI


Summary of changes:
 epan/addr_resolv.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)