/// <summary> /// Sets the network device to capture packets /// </summary> /// <param name="device"></param> public void SetDevice(NetworkDevice device) { _networkPackets.SetDevice(device); }