senf::EthOUIExtensionPacketType Struct Reference

#include <senf/Packets/DefaultBundle/EthernetPacket.hh>

Inheritance diagram for senf::EthOUIExtensionPacketType:

Public Types

typedef PacketTypeMixin< EthOUIExtensionPacketType, EtherOUIExtTypesmixin
 
typedef ConcretePacket< EthOUIExtensionPacketTypepacket
 
typedef EthOUIExtensionPacketParser parser
 
- Public Types inherited from senf::PacketTypeBase
typedef Packet packet
 
typedef senf::detail::packet::iterator iterator
 
typedef senf::detail::packet::const_iterator const_iterator
 
typedef senf::detail::packet::size_type size_type
 
typedef senf::detail::packet::difference_type difference_type
 
typedef senf::detail::packet::byte byte
 
typedef PacketInterpreterBase::range range
 
typedef PacketInterpreterBase::optional_range optional_range
 
typedef PacketInterpreterBase::factory_t factory_t
 
typedef VoidPacketParser parser
 Parser to parser packet fields. More...
 
- Public Types inherited from senf::PacketTypeMixin< EthOUIExtensionPacketType, EtherOUIExtTypes >
typedef EtherOUIExtTypes ::key_t key_t
 
typedef boost::optional< key_toptional_key_t
 

Static Public Member Functions

static key_t nextPacketKey (packet p)
 
static void dump (packet p, std::ostream &os)
 
static void finalize (packet p)
 
- Static Public Member Functions inherited from senf::PacketTypeBase
static optional_range no_range ()
 
static factory_t no_factory ()
 
template<class PacketType >
static factory_t factory ()
 
static size_type initSize ()
 Get size of new (empty) packet. More...
 
static size_type initHeadSize ()
 Get size of new (empty) packet header. More...
 
static void init (packet p)
 Initialize new packet. More...
 
static optional_range nextPacketRange (packet p)
 Get next packet placement. More...
 
static factory_t nextPacketType (packet p)
 Get type of next packet. More...
 
static void finalize (packet p)
 Finalize packet. More...
 
static void dump (packet p, std::ostream &os)
 Dump packet data in readable form. More...
 
- Static Public Member Functions inherited from senf::PacketTypeMixin< EthOUIExtensionPacketType, EtherOUIExtTypes >
static optional_key_t key (Packet const &p)
 Find key of packet from registry. More...
 
static PacketTypeBase::factory_t lookup (key_t key)
 Lookup the key in the registry. More...
 
static PacketInterpreterBase::optional_range nextPacketRange (ConcretePacket< EthOUIExtensionPacketType > const &p)
 
static PacketInterpreterBase::factory_t nextPacketType (ConcretePacket< EthOUIExtensionPacketType > const &p)
 
static PacketInterpreterBase::size_type initSize ()
 
static void init (ConcretePacket< EthOUIExtensionPacketType > const &p)
 

Static Public Attributes

static const EtherTypes::key_t etherType = 0x88b7
 
static const std::uint32_t OUI_Fraunhofer_FOKUS = 0x001113
 
static const std::uint32_t OUI_Fraunhofer_FIT = 0x3c11b2
 

Detailed Description

Definition at line 243 of file EthernetPacket.hh.

Member Typedef Documentation

◆ mixin

◆ packet

◆ parser

Member Function Documentation

◆ dump()

void senf::EthOUIExtensionPacketType::dump ( packet  p,
std::ostream &  os 
)
static

Definition at line 121 of file EthernetPacket.cc.

◆ finalize()

void senf::EthOUIExtensionPacketType::finalize ( packet  p)
static

Definition at line 130 of file EthernetPacket.cc.

◆ nextPacketKey()

static key_t senf::EthOUIExtensionPacketType::nextPacketKey ( packet  p)
inlinestatic

Definition at line 256 of file EthernetPacket.hh.

Member Data Documentation

◆ etherType

const EtherTypes::key_t senf::EthOUIExtensionPacketType::etherType = 0x88b7
static

Definition at line 261 of file EthernetPacket.hh.

◆ OUI_Fraunhofer_FIT

const std::uint32_t senf::EthOUIExtensionPacketType::OUI_Fraunhofer_FIT = 0x3c11b2
static

Definition at line 264 of file EthernetPacket.hh.

◆ OUI_Fraunhofer_FOKUS

const std::uint32_t senf::EthOUIExtensionPacketType::OUI_Fraunhofer_FOKUS = 0x001113
static

Definition at line 263 of file EthernetPacket.hh.


The documentation for this struct was generated from the following files: