Wireshark-commits: [Wireshark-commits] master-2.6 09d8804: Remove tabs around manuf names as shown

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Jun 2018 19:19:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=09d8804d24c8bca7c1370072bf8a4d2e7fa450ce
Submitter: Jaap Keuter (jaap.keuter@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

09d8804 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>
    (cherry picked from commit 4e82b0b6dacf6d8a818c20cec62014762cf31abf)
    Reviewed-on: https://code.wireshark.org/review/28370
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    

Actions performed:

    from  1e6e42f   HTTP: fix in desegmentation of HEAD requests and responses
    adds  09d8804   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(-)