Re: Need help related to Eudyptula Task 08

2014-05-29 Thread Sudip Mukherjee
On Fri, May 30, 2014 at 7:03 AM, Rahul Garg wrote: > Hi All, > > I am stuck at Task 08. Problem is I have to send files and changes > using send-email utility. As per my understanding, whenever we need > to add a new file to git, we use git add command, it creates a patch > for it and then we wi

Re: Need help related to Eudyptula Task 08

2014-05-29 Thread Greg KH
On Fri, May 30, 2014 at 07:03:53AM +0530, Rahul Garg wrote: > Hi All, > > I am stuck at Task 08. Problem is I have to send files and changes > using send-email utility. As per my understanding, whenever we need > to add a new file to git, we use git add command, it creates a patch > for it and th

Need help related to Eudyptula Task 08

2014-05-29 Thread Rahul Garg
Hi All, I am stuck at Task 08. Problem is I have to send files and changes using send-email utility. As per my understanding, whenever we need to add a new file to git, we use git add command, it creates a patch for it and then we will send it. But when I did it, I got response saying that you s

Re: Extract the payload of the packet from SKB buffer at Layer-2

2014-05-29 Thread Valdis . Kletnieks
On Thu, 29 May 2014 13:06:58 +0530, Ramana Reddy said: > Is there any mechanism to get the payload area after extracting the transport > header from skb at layer-2. Step 0: Figure out why you're committing a layering violation and poking around in the data down at layer 2. Ask yourself if a fragm

Extract the payload of the packet from SKB buffer at Layer-2

2014-05-29 Thread Ramana Reddy
Hi All, Is there any mechanism to get the payload area after extracting the transport header from skb at layer-2. I think we can do this with the combination of skb_full and skb_reset_mac_header, skb_reset_network_header, and skb_reset_transport_header functions. My main interest is extract the pa