16

PC 上のマスター/スレーブ (サーバー/クライアント) プログラム間の localhost(loopback 127.0.0.1) TCP トラフィックをキャプチャしようとしています。Wireshark はこれを行うことができませんが、RawCap が行うことは理解しています。

プログラムを実行しようとすると、RawCap と表示されます"Unable to enter promiscuous mode (RCVALL_ON), using RCVALL_SOCKETLEVELONLY."

これの原因は何ですか?

どうもありがとう!

4

2 に答える 2

-1

ループバック アダプタをインストールするには、以下の手順を参照してください。以下の手順は、特定の Microsoft OS バージョンによって若干異なる場合がありますが、考え方は同じであることに注意してください。

Microsoft Loopback Adapter をインストールするには:

  1. In the host operating system, right-click My Computer, and then select Properties. Depending on the style of the start menu, My Computer may be located in the Start menu.
  2. In the System Properties dialog box, on the Hardware tab, click Add Hardware Wizard.
  3. In the Add Hardware dialog box, click Next.
  4. When the Is the hardware connected? dialog box appears, click Yes, I have already connected the hardware, and then click Next.
  5. In the Installed hardware list, click Add a new hardware device, and then click Next.
  6. In the What do you want the wizard to do? list, click Install the hardware that I manually select from a list (Advanced), and then click Next.
  7. In the Common hardware types list, click Network adapters, and then click Next.
  8. In the Manufacturer list, click Microsoft.
  9. In the Network Adapter list, click Microsoft Loopback Adapter, and then click Next twice.
  10. ドライバーの署名に関するメッセージが表示された場合は、[続行] をクリックします。
  11. [ハードウェアの追加ウィザードの完了] ダイアログ ボックスで、[完了] をクリックし、[OK] をクリックします。
于 2015-05-08T15:07:30.783 に答える