/usr/lib/pd/extra/ext13/promiscous~-help.pd is in pd-ext13 0.17.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #N canvas 291 56 450 300 10;
#X obj 89 151 dac~;
#X text 15 19 promiscous~ converts all network traffic;
#X text 15 41 from a given interface to signal.;
#X text 15 196 pd must run with root permissions \, to catch the traffic
;
#X obj 100 93 promiscous~ eth0;
#X connect 4 0 0 0;
#X connect 4 0 0 1;
|