Ethereal-users: [Ethereal-users] Automation of Ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Munshi, Shahid K. (Manpower Contract)" <shahid.k.munshi@xxxxxx>
Date: Thu, 11 Sep 2003 09:31:13 -0500
I want to automate the ethereal from Windows 2000. I am currently using Python as scripting tool. In theory, The Ethereal should register its CLSID in windows registry. I can not open or start capturing packets from Ethereal using python dispatch capability.

from win32com.client import Dispatch
d = Dispatch('ethereal.application')

What should I do to automate ethereal form Windows 2000?


Shahid