PDPCAP is a PD network sniffer, based on lippcap, so the use of this external is similar like use tcpdump to sniff the network with PD.
Any idea or help is welcome.
Download and +info: http://musa.poperbu.net/puredata
PDPCAP: a pure data network sniffer
PDPCAP is a PD network sniffer, based on lippcap, so the use of this external is similar like use tcpdump to sniff the network with PD.
Any idea or help is welcome.
Download and +info: http://musa.poperbu.net/puredata
Hi,
I saw your znet sequencer earlier today, so I thought I'd have a look at pdpcap. My main question is: is it possible to select which network interface is monitored?
Thanks
Not current version (0.0.2), by next version it will be possible. I hope to finish new version during next week.
I'll watch for that. Thank You!
New version 0.0.3 is ready!! Now you can choose wich device you want to use to capture network traffic. There are any ways to do that:
http://musa.poperbu.net/content/view/89/1/
Screenshot of device selection-> http://musa.poperbu.net/images/pdpcap/pdpcap0.0.3helpdevices.png
Very nice. Thank you!
New version 0.0.4
PDPCAP 0.0.4 new features
*pcap files read: Read captured traffic saved in a pcap file . (wireshark , tcpdump , etc. compatible).
*pcap files dump: Dump pdpcap captured traffic in a pcap file, so it can be open by any compatible aplication.
*OS X compatible: Thanks to Nicolas Montgermont pdpcap is now os x compatible.
Is it usable under Windows with Winpcap?
Can someone provide me with some help regarding the external compilation on linux? I tried make but got errors. I think i have to do something like autoconf or ./configure before. Both seem not to work...
Can it be compiled without compiling the whole pd?
@konglom Hi, you need to install libpcap:
sudo apt-get install libpcap-dev
then make
Cheers~
Oops! Looks like something went wrong!