DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] SSL-Packet
@ 2018-08-01 10:20 Konstantinos Schoinas
  2018-08-01 13:14 ` Matt Laswell
  0 siblings, 1 reply; 3+ messages in thread
From: Konstantinos Schoinas @ 2018-08-01 10:20 UTC (permalink / raw)
  To: users

Hello,

Can somebody tell me how to cast a tcp packet to an ssl packet?

I tried these lines but i dont things they are completely right.

Struct ssl_record {
    uint8_t type;
    uint16_t version;
    uint16_t length;
}


tcp = (struct tcp_hdr *)(ip + 1);
ssl = (struct ssl_record *)(tcp + 1);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-01 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 10:20 [dpdk-users] SSL-Packet Konstantinos Schoinas
2018-08-01 13:14 ` Matt Laswell
2018-08-01 13:31   ` Shyam Shrivastav

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).