MARK LANDRISCINA wrote:
> Works great with one exception. When I load a capture file I get a series of
> error messages (below) indicating that some of the plug-in modules could not
> be loaded.
>
> I suspect that there is an error in my build routine, since the C-code works
> fine (no plug in
All:
I've written a C-based python extension module to dissect packets using
wireshark's/tshark's dissection routines. The module has a function that reads
packets sequentially from a capture file, dissects them, and then returns a
python object containing all the data.
Works great with one ex