[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[uracoli-devel] Sniffer issue under Windows
From: |
Axel Wachtler |
Subject: |
[uracoli-devel] Sniffer issue under Windows |
Date: |
Sun, 23 Sep 2012 12:45:21 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20 |
Hallo all,
who is using the new sniffer.py on Windows,
that pipelines the data over stdout to wireshark
will encounter the message:
"Frame xxxx to long (<very long number> bytes)"
This can be solved with:
python -u sniffer.py -p COM9 | wireshark -ki -
The Python option -u unbuffers stdout and this
fixes the above issue.
The issue I did never see in Linux, but one user
reported that he saw it if he runs the sniffer in
a virtual Linux hosted on a Windows box.
Happy sniffing, Axel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [uracoli-devel] Sniffer issue under Windows,
Axel Wachtler <=