DPDK usage discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: Konstantinos Schoinas <ece8537@upnet.gr>
Cc: "users@dpdk.org" <users@dpdk.org>
Subject: Re: [dpdk-users] Client-Hello
Date: Fri, 10 Aug 2018 16:43:36 +0000	[thread overview]
Message-ID: <690CAD31-39B9-4748-8C29-6335AE9E53E7@intel.com> (raw)
In-Reply-To: <c14d1ffba9be78b0e516e2daebbd9aee@upnet.gr>



> On Aug 10, 2018, at 11:17 AM, Konstantinos Schoinas <ece8537@upnet.gr> wrote:
> 
> Hello everyone,
> 
> I have built an application that does DPI(Deep packet insepction) in the Client-Hello message during the tls session, extracts the SNI from the packet and then if the SNI is a forbidden name then i block the ssl connection and i dont forward any packet.
> 
> Does anyone know how to write/send  packet with  a fatal-level unrecognized_name(112)?
> Or maybe send a deny message through dpdk ?

DPDK does not have a stack, but there are a number of ones in open source. If you can construct a reply and not require a networking stack then you can just send the packet your code constructs.

I would start with google ‘networking stack dpdk’ or similar.

> 
> Thanks for your time
> 
> Konstantinos Schoinas

Regards,
Keith


      reply	other threads:[~2018-08-10 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-10 16:17 Konstantinos Schoinas
2018-08-10 16:43 ` Wiles, Keith [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=690CAD31-39B9-4748-8C29-6335AE9E53E7@intel.com \
    --to=keith.wiles@intel.com \
    --cc=ece8537@upnet.gr \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).