All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pcap4j.packet.IllegalRawDataPacket Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha.6
Show newest version
/*_##########################################################################
  _##
  _##  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