Comment # 5
on bug 12506
from Guy Harris
(In reply to Orko Sarkar from comment #4)
> (In reply to Guy Harris from comment #1)
> > Can you attach the Lua script?
> >
> > Can you either attach the Python code (and everything needed to run it), or
> > simplify it to a smaller Python script sufficient to demonstrate the problem?
> >
> > Are you certain that the Python script is even being *run* by the
> > os.execute() call in Wireshark?
>
> I've attached the Lua script and the Python code. I think the os.execute()
> call should be running the Python script, since when I run tshark with the
> command "tshark -r <filename> -V", everything runs as expected, and both the
> Python and foo files are created in /tmp/.
There's "should be" and there's "is".
Perhaps there's something different in the Wireshark environment that causes it
not to be run.
You are receiving this mail because:
- You are watching all bug changes.