Hey, I was wondering whether it is somehow possible to get the packet data + header of a packe I handle via _handle_PacketIn as array of unsigned chars. I looked into the code of packet base but that did not help me much yet.
Having it as array would facilitate examine certain fields within that packet, which is basically what I want to do. Unfortunately, since it is STP/BPDU I cannot use one of the Parsers provided by POX so I though about just forwarding the entire packet to my Handler when I faced the issue I mentioned above. Any approaches or hints are much appreciated! Regards, Julius
