Peter Wu
changed
bug 11952
Comment # 3
on bug 11952
from Peter Wu
In the Netlink dissector I encountered this similar TLV problem, but there I
have nested attributes like this:
Attribute: Nested attributes
Len: 24
Type: 0x8007, Nested, Nested attributes (7)
Attribute: IP_FROM
Len: 12
Type: 0x8001, Nested, IP_FROM (1)
Attribute: IPv4 address
Len: 8
Type: 0x4001, IPv4 address (1)
IPv4 address: 127.0.0.1
Would be great to have something like:
Attribute: Nested attributes
Len: 24
Type: 0x8007, Nested, Nested attributes (7)
Attribute: IP_FROM: 127.0.0.1 <--- changed here
Len: 12
Type: 0x8001, Nested, IP_FROM (1)
Attribute: IPv4 address
Len: 8
Type: 0x4001, IPv4 address (1)
IPv4 address: 127.0.0.1
I think that this is not covered by the proposed patch right?
You are receiving this mail because:
- You are watching all bug changes.