Guy Harris
changed
bug 11184
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
Hardware |
x86
|
All
|
Summary |
The tap system could tap duplicate packet data.
|
Some taps count "error packets" inside ICMP packets
|
Ever confirmed |
|
1
|
OS |
Windows 8.1
|
All
|
Comment # 2
on bug 11184
from Guy Harris
The problem is that the IPv4 taps (and probably the IPv6 taps) are being handed
the packets included in ICMP error packets.
We should probably start by not passing "error packets" to tap listeners; if
there end up being tap listeners that *should* receive error packets, we should
add a mechanism by which a listener can request them.
You are receiving this mail because:
- You are watching all bug changes.