Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5650] add custom Destination IP and Source IP in the pcap

Date: Tue, 8 Feb 2011 13:05:53 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5650

--- Comment #5 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2011-02-08 22:05:52 CET ---
That new include would probably have to change into

#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif

#ifdef NEED_INET_ATON_H
# include "wsutil/inet_aton.h"
#endif

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.