org.pcap4j.packet.IllegalRawDataPacket Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pcap4j-core Show documentation
Show all versions of pcap4j-core Show documentation
The core module of Pcap4J.
/*_##########################################################################
_##
_## Copyright (C) 2016 Pcap4J.org
_##
_##########################################################################
*/
package org.pcap4j.packet;
/**
* A marker interface which denotes a {@link Packet} object created due to an {@link
* IllegalRawDataException}.
*
* @author Kaito Yamada
* @since pcap4j 2.0.0
*/
public interface IllegalRawDataPacket extends IllegalRawDataHolder, Packet {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy