<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 27, 2014 at 3:44 AM, Ramana Reddy <span dir="ltr"><<a href="mailto:gtvrreddy@gmail.com" target="_blank">gtvrreddy@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Thanks for your reply. But I am unable to send any mails to the <br></div>linux-cifs mailing list. I subscribed in the list and getting mails from<br>
</div>other users, but when I send the mail, its throwing the following error.<br>
Any help in this regards.<br></div></blockquote><div><br></div><div>The error message explains it. DO NOT USE HTML mail on that list.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br>Delivery to the following recipient failed permanently:<br>
<br>
     <a href="mailto:linux-cifs@vger.kernel.org" target="_blank">linux-cifs@vger.kernel.org</a><br>
<br>
Technical details of permanent failure:<br>
Google tried to deliver your message, but it was rejected by the server for the recipient domain <a href="http://vger.kernel.org" target="_blank">vger.kernel.org</a> by <a href="http://vger.kernel.org" target="_blank">vger.kernel.org</a>. [209.132.180.67].<br>


<br>
The error that the other server returned was:<br>
550 5.7.1 Content-Policy reject msg: The message contains HTML subpart, 
therefore we consider it SPAM or Outlook Virus.  TEXT/PLAIN is 
accepted.! BF:<U 0.498354>; S1750949AbaE0GKd<br>
<br>
----- Original message -----<br>
<br>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;<br>
        d=<a href="http://gmail.com" target="_blank">gmail.com</a>; s=20120113;<br>
        h=mime-version:date:message-<div>id:subject:from:to:content-type;<br>
        bh=5aKu5eIGTR4vuP5dFvoM35+h0GsyovCGgHz1jUUaMdU=;<br>
        b=OJ/OZt+NKRaQt89vL8hRak0K/axb6HYneku7ySnaU/8h1wNb2qunoAKh+fylxPLJ1s<br>
         Uh0EP05cG1b0HZpKf64kykTMd3N5MW40gx8AjkWw5YemWJbFpyEfzClRhLbW3VQIyy83<br>
         eMy20pnAB66VrLq0MeBgOOSlnsgnI3WDvcVT2TbE64i/DqJqzFtUUi2f64UuM7U690yw<br>
         i6T/8pd82qiEMwwxIWm7XxNnCukdK5/hjpoI1ZuECG5l33aGFs109KFvRcHWgN9CiQS0<br>
         lJJfW38OscxgKuWF9zcQj0n1hG02pk/PCzHjSB7IMMvf2Cx8Ba+wcDVtZiKL/7r8L4yP<br>
         es7A==<br>
MIME-Version: 1.0<br>
X-Received: by 10.180.96.225 with SMTP id dv1mr34778915wib.37.1401171032691;<br>
 Mon, 26 May 2014 23:10:32 -0700 (PDT)<br>
Received: by 10.216.63.143 with HTTP; Mon, 26 May 2014 23:10:32 -0700 (PDT)<br>
Date: Tue, 27 May 2014 11:40:32 +0530<br>
Message-ID: <CAL2CrsMLO9ELiFFvwVN-=<a href="mailto:Z9wHhX4xWP8w0mxjr0OO4v7ctF-OQ@mail.gmail.com" target="_blank">Z9wHhX4xWP8w0mxjr0OO4v7ctF-OQ@mail.gmail.com</a>><br>
Subject: Regarding the parsing of cifs header<br>
From: Ramana Reddy <<a href="mailto:gtvrreddy@gmail.com" target="_blank">gtvrreddy@gmail.com</a>><br>
To: <a href="mailto:linux-cifs@vger.kernel.org" target="_blank">linux-cifs@vger.kernel.org</a><br>
Content-Type: multipart/alternative; boundary=f46d04428a6cac58f304fa5b8d1e<div><div><img src="https://mail.google.com/mail/u/0/images/cleardot.gif"></div></div></div><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 25, 2014 at 11:03 PM, Christopher R. Hertel <span dir="ltr"><<a href="mailto:crh@ubiqx.mn.org" target="_blank">crh@ubiqx.mn.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So...<br>
<br>
Richard's right... you probably want the samba-technical list or, even<br>
better:  <a href="http://vger.kernel.org/vger-lists.html#linux-cifs" target="_blank">http://vger.kernel.org/vger-lists.html#linux-cifs</a><br>
<br>
If you are interested in the structure of the SMB header, then Wireshark,<br>
<a href="http://ubiqx.org/cifs/" target="_blank">http://ubiqx.org/cifs/</a> , and the Microsoft documentation set are your best<br>
friends.<br>
<br>
If you want to know how to tap into the kernel file system and extract<br>
additional information, then you'll want the kernel mailing list and a solid<br>
background in kernel coding.<br>
<br>
Chris -)-----<br>
<div><div><br>
On 05/25/2014 09:14 AM, Richard Sharpe wrote:<br>
> On Sun, May 25, 2014 at 12:18 AM, Ramana Reddy <<a href="mailto:gtvrreddy@gmail.com" target="_blank">gtvrreddy@gmail.com</a>> wrote:<br>
>> Hi All,<br>
>><br>
>> I would like to know how to extract the cifs protocol header from skb buffer<br>
>> in the linux<br>
>> kernel. I want to parse the cifs header and do some stuff based on the<br>
>> content of the header.<br>
><br>
> You might look at what the packets look like using Wireshark.<br>
><br>
> You might also look at the cifsfs code in the Linux kernel.<br>
><br>
> Also, I suspect that this is the wrong mailing list for questions like this.<br>
><br>
</div></div></blockquote></div><br></div>
<br>_______________________________________________<br>
cifs-protocol mailing list<br>
<a href="mailto:cifs-protocol@samba.org">cifs-protocol@samba.org</a><br>
<a href="https://lists.samba.org/mailman/listinfo/cifs-protocol" target="_blank">https://lists.samba.org/mailman/listinfo/cifs-protocol</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Regards,<br>Richard Sharpe<br>(何以解憂?唯有杜康。--曹操)
</div></div>