Search results

  1. S

    How to extract the TCP header of Incoming and Outgoing Packets using sk_buff? How can we create an LKM for the same?

    It is part of Linux Networking. I am learning to create LKM and I just wanted to experiment with such problem statements. I just want to extract the TCP header and print the Header details of both incoming as well as outgoing packets. And during research, I just came to know that I need to...
  2. S

    How to extract the TCP header of Incoming and Outgoing Packets using sk_buff? How can we create an LKM for the same?

    I want to extract the TCP header and print the Header details of both incoming as well as outgoing packets but I need to hook that module in the Linux Kernel. That is I need to create an LKM for the same.
Top