--- a/src/internet/model/icmpv6-header.cc Sat Aug 30 18:25:22 2014 +0200
+++ b/src/internet/model/icmpv6-header.cc Sat Aug 30 18:19:25 2014 +0200
@@ -245,7 +245,7 @@
void Icmpv6NS::Print (std::ostream& os) const
{
NS_LOG_FUNCTION (this << &os);
- os << "( type = " << (uint32_t)GetType () << " (NS) code = " << (uint32_t)GetCode () << " checksum = " << (uint32_t)GetChecksum () << ")";
+ os << "( type = " << (uint32_t)GetType () << " (NS) code = " << (uint32_t)GetCode () << " target = " << m_target << " checksum = " << (uint32_t)GetChecksum () << ")";
}
uint32_t Icmpv6NS::GetSerializedSize () const