Hi all, to get the packet and process it I have the following code.
packet = event.parsed # This is the parsed packet data. packet_in = event.ofp I want to figure out which host the packet is coming from(either its ip or its name). I have used "packet.src" but I got something like: "b2:cb:4a:04:2f:93" which I do not know how toi translate to ip or name of host. Nibble