Table of Contents

Class PcapngUtils

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

Methods

CreatePcapngFileWithKeys(string, Stream, Stream)

Create a PCAPNG file from an existing file with included NSS key

public static void CreatePcapngFileWithKeys(string nssKey, Stream inRawCaptureStream, Stream outFileStream)

Parameters

nssKey string
inRawCaptureStream Stream
outFileStream Stream

CreatePcapngFileWithKeysAsync(string, Stream, Stream)

Create a PCAPNG file from an existing file with included NSS key

public static Task CreatePcapngFileWithKeysAsync(string nssKey, Stream inRawCaptureStream, Stream outFileStream)

Parameters

nssKey string
inRawCaptureStream Stream
outFileStream Stream

Returns

Task

GetPcapngFileWithKeyStream(Stream, string)

Get the pcapng stream if the nsskey included. Stream must be seekable

public static Stream GetPcapngFileWithKeyStream(Stream originalStream, string nssKey)

Parameters

originalStream Stream
nssKey string

Returns

Stream