Wireshark-commits: [Wireshark-commits] master 9b39db0: extcap:Replace self-organized lists with gli

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Sep 2016 04:20:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b39db04d3cda98b916b3970270b3a247143adfe
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9b39db0 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    extcap:Replace self-organized lists with glib ones
    
    Replace the error-prone next/prev handling with GList and GHashTable
    Cleanup extcap_parser to only expose necessary functions
    Remove token know-how from extcap
    
    Change-Id: I7cc5ea06f58ad6c7a85ac292f5d2cb3d33e59833
    Reviewed-on: https://code.wireshark.org/review/17496
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4ec7675   We now support C++/C99-style comments.
    adds  9b39db0   extcap:Replace self-organized lists with glib ones


Summary of changes:
 extcap.c        |  186 ++++++--------------
 extcap_parser.c |  515 +++++++++++++++++++++++--------------------------------
 extcap_parser.h |   69 ++------
 3 files changed, 279 insertions(+), 491 deletions(-)