Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Flush ( ) : void | ||
PcapWriter ( Stream stream ) : System | ||
Write ( byte bytes, Protocol protocol, IPEndPoint source, IPEndPoint destination ) : void | ||
Write ( byte bytes, int offset, int length, Protocol protocol, IPEndPoint source, IPEndPoint destination ) : void | ||
WriteComment ( string comment ) : void |
Method | Description | |
---|---|---|
CreateWritter ( ) : void | ||
WriteChangesToStream ( ) : void | ||
WriteEthernetHeader ( EtherType etherType ) : void | ||
WriteGlobalHeader ( ) : void | ||
WriteIpV4Header ( int length, bool tcpUdp, IPAddress source, IPAddress destination ) : void | ||
WriteIpV6Header ( int length, bool tcpUdp, IPAddress source, IPAddress destination ) : void | ||
WritePacketHeader ( int length ) : void | ||
WriteTcpHeader ( int length, short sourcePort, short destinationPort ) : void | ||
WriteTlsHeader ( int length ) : void | ||
WriteUdpHeader ( int length, short sourcePort, short destinationPort ) : void |
public Write ( byte bytes, Protocol protocol, IPEndPoint source, IPEndPoint destination ) : void | ||
bytes | byte | |
protocol | Protocol | |
source | IPEndPoint | |
destination | IPEndPoint | |
return | void |
public Write ( byte bytes, int offset, int length, Protocol protocol, IPEndPoint source, IPEndPoint destination ) : void | ||
bytes | byte | |
offset | int | |
length | int | |
protocol | Protocol | |
source | IPEndPoint | |
destination | IPEndPoint | |
return | void |
public WriteComment ( string comment ) : void | ||
comment | string | |
return | void |