Re: [Wireshark-dev] Trouble properly building tshark-based PY extension

2008-07-29 Thread Jeff Morriss
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

[Wireshark-dev] Trouble properly building tshark-based PY extension

2008-07-29 Thread MARK LANDRISCINA
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