PacketCapture.DefinitionStages.WithCreate.withBytesToCapturePerPacket(int bytesToCapturePerPacket) 方法
定义
Set number of bytes captured per packet, the remaining bytes are truncated.
public WithCreate withBytesToCapturePerPacket(int bytesToCapturePerPacket)
参数
- bytesToCapturePerPacket
- int
Number of bytes captured per packet
返回
the next stage