Comment # 6
on bug 10556
from Francesco Pretto
(In reply to Francesco Pretto from comment #5)
>endpoint WFPFrame[binary Address]
> accepts MessageV4
> accepts MessageV6
> accepts Message2V4
> accepts Message2V6
> [...]
>
Also this means there are more than one media types used, as confirmed by MA
devs. For example the more common is Message2V4 that is 0xE085. 0xE085 -
0xE000 = 133.
134 is 0xE086 and is Message2V6: that is described as:
message Message2V6
{
IPv6Address SourceAddress with Visualization{AliasName = "Address"};
IPv6Address DestinationAddress with Visualization{AliasName = "Address"};
byte Protocol;
long FlowContext;
short PayloadLength;
binary Payload;
}
You are receiving this mail because:
- You are watching all bug changes.