Add a comment to explain the ICMPv6 error message types

This commit is contained in:
Daniel Thayer 2012-05-15 10:19:56 -05:00
parent 99f59dc5c0
commit d6fdc10242

View file

@ -181,6 +181,9 @@ void ICMP_Analyzer::NextICMP6(double t, const struct icmp* icmpp, int len, int c
case MLD_LISTENER_REDUCTION:
#endif
default:
// Error messages (i.e., ICMPv6 type < 128) all have
// the same structure for their context, and are
// handled by the same function.
if ( icmpp->icmp_type < 128 )
Context6(t, icmpp, len, caplen, data, ip_hdr);
else