public PacketReceivedArgs(IPDTPacket p, string pcap) { Packet = p; PacketCapsule = pcap; }
public static string PackageIPDTP(IPDTPacket packet) { return(BuildPacket(packet.SourceAdress, packet.DestinationAdress, packet.DataType, packet.SessionID, packet.ProcessID, packet.DataEncryptionType, packet.ContentEncoding, packet.Content, packet.NetworkName)); }