Wireshark-commits: [Wireshark-commits] master ab075d3: Use g_slist_find_custom instead of g_slist_n

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 2 Jan 2017 23:16:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ab075d356342b1f652ec56cf178104e16f68f4dd
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ab075d3 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Use g_slist_find_custom instead of g_slist_nth when just looking for item in list.
    
    Change-Id: Ida3c5d5826f0ca01a25052a67f1460ff4686008f
    Reviewed-on: https://code.wireshark.org/review/19513
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c950ebd   make-version.pl: Fixup library version updates.
    adds  ab075d3   Use g_slist_find_custom instead of g_slist_nth when just looking for item in list.


Summary of changes:
 epan/export_object.c |   23 ++++++++++++++---------
 epan/follow.c        |   23 ++++++++++++++---------
 epan/packet.c        |   22 ++++++++++++----------
 epan/rtd_table.c     |   23 ++++++++++++++---------
 epan/srt_table.c     |   23 ++++++++++++++---------
 5 files changed, 68 insertions(+), 46 deletions(-)