io.pkts.packet.impl.UnknownApplicationPacket Maven / Gradle / Ivy
/**
*
*/
package io.pkts.packet.impl;
/**
* Marker interface for those {@link ApplicationPacket}s we were unable to
* figure out what protocol they are.
*
* @author [email protected]
*/
public interface UnknownApplicationPacket extends ApplicationPacket {
}