Table of Contents

Class PcapngGlobalInfo

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

Constructors

PcapngGlobalInfo(string, string?, string?)

public PcapngGlobalInfo(string userApplicationName, string? osDescription = null, string? hardwareDescription = null)

Parameters

userApplicationName string
osDescription string
hardwareDescription string

Properties

HardwareDescription

public string? HardwareDescription { get; }

Property Value

string

OsDescription

public string? OsDescription { get; }

Property Value

string

UserApplicationName

public string UserApplicationName { get; }

Property Value

string