试图设置函数参数为ref,属性值不行,只读值也不行 哦
错误 1 对只读字段无法传递 ref 或 out 参数(构造函数中除外) E:\sdusoft\20130528socjitterjixiechang\TestSystemV2\TestSystemV2\PacketWrapper.cs 35 40 TestSystemV2
2013年6月1日
一个线程用于抓包立即保存,采用 device.OnPacketArrival += arrivalEventHandler;
另一个线程在线检测。
GetNextPacket() invalid during background capture
枚举错误:
错误 1 “SharpPcap.RawCapture”不包含“GetEnumerator”的公共定义,因此 foreach 语句不能作用于“SharpPcap.RawCapture”类型的变量 E:\sdusoft\20130601socjitterjixiechang\TestSystemV2\TestSystemV2\FastOnlineTestRTE.cs 166 13 TestSystemV2