dotpcap / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
1.28k stars 267 forks source link

Question: Write to stream instead of file #442

Closed ravor-org closed 1 year ago

ravor-org commented 1 year ago

Hi,

I have a use case, where I require to write artificial packets (created from a log file) to standard out (stream) instead of a file. Is that somehow possible with the library, if yes, could you provide some help? Would be greatly appreciated.

BR, RaVoR

kayoub5 commented 1 year ago

not supported with current api

ravor-org commented 1 year ago

Thanks.