nmap/libnetutil
vincent 9703feace9 Avoid hidden overloaded virtual functions
Since the functions were hidden for the comiler, I specified every
function that was being hidden in the IPv*Header.h header files.
This allows us to use both overloaded functions and the original one
instead of having one being hidden by the others.
Here is the compiler warning output before the fix:

warning: 'file::function' hides overloaded virtual function
note: hidden overloaded virtual function 'file2::function' declared
here: different qualifiers
2016-07-01 11:36:20 +00:00
..
ApplicationLayerElement.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ARPHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ARPHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
DataLinkLayerElement.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
DestOptsHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
DestOptsHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
EthernetHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
EthernetHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
FragmentHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
FragmentHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
HopByHopHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
HopByHopHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv4Header.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv4Header.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv6Header.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv6Header.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv6Option.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv6Option.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv6RRBody.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
ICMPv6RRBody.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
IPv4Header.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
IPv4Header.h Avoid hidden overloaded virtual functions 2016-07-01 11:36:20 +00:00
IPv6ExtensionHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
IPv6Header.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
IPv6Header.h Avoid hidden overloaded virtual functions 2016-07-01 11:36:20 +00:00
libnetutil.vcxproj Update platform toolset to remove XP compatibility 2016-06-04 02:46:11 +00:00
Makefile.in Get rid of npacket_debug (dead code). 2013-02-14 14:34:52 +00:00
netutil.cc Allow use of Windows' own inet_pton and inet_ntop functions 2016-06-04 02:46:12 +00:00
netutil.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
NetworkLayerElement.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
NetworkLayerElement.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
npacket.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
PacketElement.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
PacketElement.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
PacketParser.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
PacketParser.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
RawData.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
RawData.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
RoutingHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
RoutingHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
TCPHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
TCPHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
TransportLayerElement.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
TransportLayerElement.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
UDPHeader.cc Bump date in copyright headers 2016-04-04 15:38:44 +00:00
UDPHeader.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00