Skip to content

accessing IPV6 extension header for fragmented packet #217

Open
@PrabhurRajashekaraiah

Description

@PrabhurRajashekaraiah

Hi,

I am trying to implement a code where I am trying to access the extension headers of IPv6 if (IPV6_FRAG_HDR == ipv6.next_header().

I am accessing extension headers IPv6::headers_type extHeadr = ipv6.headers(); I need to access all the fields in the fragmentation header i.e., Next Header field, Fragment Offset field, More Fragments flag, and Identification field. I am not getting any example on the internet for the same. can someone help me with a sample program to access IPv6 extension header for fragmented packet.

Many Thanks,
Prabhu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions