Hi,
I am trying to build a system where I get the raw network packet data from Kafka with Spark. I want to get the "application name" only by using the raw packet. However nfstream allows me to use a pcap or an interface name to do those operations. Is there any way to process a raw packet only?