ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8462] Manual name resolution not working

Date: Wed, 11 Sep 2013 15:06:43 +0000

changed bug 8462

What Removed Added
Attachment #11539 Flags   review_for_checkin?

Comment # 8 on bug 8462 from
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.