io.pkts.frame.Layer1Frame Maven / Gradle / Ivy
/**
*
*/
package io.pkts.frame;
/**
* A frame representing the Physical Layer in the OSI model
*
* Now, since this is a pcap library and we actually really don't have a
* physical layer this is really just to represent the pcap frame in a way
* aligned with everything else.
*
* @author [email protected]
*/
public interface Layer1Frame extends Frame {
}