Bug: the match() method cannot consider the source address from IP header,
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Fri, 18 Nov 2011 02:05:59 +0000 (00:05 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Fri, 18 Nov 2011 02:05:59 +0000 (00:05 -0200)
commit1e366e382cf3e7e4686c515630f97220e95e7674
treef25459efe84644636198fa9fc0aba6709c86e84c
parent5b008ada48fc49c900021a35401024944067b1c3
Bug: the match() method cannot consider the source address from IP header,
once the IPHeader object is not initialized in the read() method.
We must figure out why the IPv6 data does not come in the istream like IPv4 data.
src/icmp/icmpv6packet.cpp