Anders Broman
changed
bug 8462
What |
Removed |
Added |
Attachment #11539 Flags |
|
review_for_checkin?
|
Comment # 8
on bug 8462
from Anders Broman
Created attachment 11539 [details]
Initial patch to get rid of addrinfo_list
I think one step along the way is to get rid of the addrinfo_list, this patch
removes some users of the list.
Remaining usage in:
file.c: addrs = get_addrinfo_list();
file.c: wtap_dump_set_addrinfo_list(pdh, get_addrinfo_list());
tshark.c: if (!wtap_dump_set_addrinfo_list(pdh, get_addrinfo_list())) {
Feel free to apply :-)
You are receiving this mail because:
- You are watching all bug changes.