gwAdvNet2015 / adv-net-samples

Useful C code for networking, data structures, and more
MIT License
7 stars 19 forks source link

SDN Full packet processing #69

Open twood02 opened 9 years ago

twood02 commented 9 years ago

Write a pox program that receives the full packet data when no rule is matched (see https://github.com/noxrepo/pox/blob/carp/pox/misc/full_payload.py). Have it do something interesting based on what it can see in the full packet body, for example you could have the program record information about all HTTP get requests. For this to work you probably want every packet to go to the controller and then have the packet be forwarded without setting up a rule that would apply to other packets.

kstats commented 9 years ago

@jdk514 @sacul29 and I will take this!