Table of Contents

Class InterfaceDescription

Namespace
Fluxzy.Core.Pcap.Pcapng.Structs
Assembly
Fluxzy.Core.Pcap.dll
public class InterfaceDescription
Inheritance
InterfaceDescription
Inherited Members

Constructors

InterfaceDescription(ushort, int)

public InterfaceDescription(ushort linkType, int interfaceId)

Parameters

linkType ushort
interfaceId int

Properties

Description

public string? Description { get; set; }

Property Value

string

InterfaceId

public int InterfaceId { get; }

Property Value

int

LinkType

public ushort LinkType { get; }

Property Value

ushort

MacAddress

public byte[]? MacAddress { get; set; }

Property Value

byte[]

Name

public string? Name { get; set; }

Property Value

string