URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c3b25e8111dc304486537d7cc60e54ba27c04fa0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c3b25e8 by AndersBroman (anders.broman@xxxxxxxxxxxx):
Use g_slist_prepend, it should be faster if there's a lot of IP addresses
Change-Id: I3861c0af24523315db6889b22ec93159174ba86f
Reviewed-on: https://code.wireshark.org/review/17966
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4f636d1 eap: check scanf return value (CID 1373396).
adds c3b25e8 Use g_slist_prepend, it should be faster if there's a lot of IP addresses
Summary of changes:
caputils/capture-pcap-util-unix.c | 6 ++++++
caputils/capture-pcap-util.c | 8 ++++++--
2 files changed, 12 insertions(+), 2 deletions(-)