Use g_slist_find_custom instead of g_slist_nth when just looking for item in list.
authorMichael Mann <mmann78@netscape.net>
Mon, 2 Jan 2017 21:24:41 +0000 (16:24 -0500)
committerMichael Mann <mmann78@netscape.net>
Mon, 2 Jan 2017 23:16:34 +0000 (23:16 +0000)
commitab075d356342b1f652ec56cf178104e16f68f4dd
tree50e6a5b7e65c2868cac0b42c6fac7f8f08e19250
parentc950ebdd0fe3938c4e8087ef1bce6d365d9de1f6
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@netscape.net>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
epan/export_object.c
epan/follow.c
epan/packet.c
epan/rtd_table.c
epan/srt_table.c