Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11952] Create API to more easily have fields copied to hig

Date: Tue, 30 Aug 2016 15:51:07 +0000

changed bug 11952


What Removed Added
CC   [email protected]

Comment # 3 on bug 11952 from
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.