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