I've been working on an external C module for Python in order to use some of the functionality from Ethereal. Right now I'm getting segfaults originating from within the Ethereal source code, but the same code works fine when used normally (i.e. through Ethereal or Tethereal). I'm wondering if there's some sort of memory limitation the Python interpreter imposes on the C code it calls that I might be running into, and if so, any ways to increase it?
Thanks, David -- http://mail.python.org/mailman/listinfo/python-list