Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mehdi

#1
I think I have two options:

- Use OpenFlow statistics: Based on the RYU book, RYU can monitor switch information per port(TX byte, RX byte,..) and not packet information(header, payload)

- Use Wireshark: The problem is where to run Wireshark. If run on a host, how RYU can fetch the information? If run on the switch or controller, it seems it's not feasible.

I would be grateful if share any ideas you have.

Thank you.
#2
Thank you.

How can I read and analyze pcap file in RYU?
#3
Thank you very much for your replies.

After I capture the traffic, I want to ask the RYU controller to check the status of a flag (0 or 1) in the received packet headers from a switch.

Could you please let me know how can I do that?


Thank you
#4
Hello,

I research SDN security. I simulate an SDN network with an RYU controller. I use Scapy to generate traffic.
Now I want to read and analyse some parameters in a packet header like flags to distinguish between legitimate and illegitimate packets.

Which solution do you suggest?

Thank you.