-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
35 lines (24 loc) · 1.31 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2006-10-10 Dmitry Baikov <[email protected]>
* make hearnet suid and drop privileges right after libpcap
initialization.
* Mutex in jack_process is a very bad thing. Moreover, it seems
there's no need for it, as voice->active field serves as a mutex.
N.B. It's good enough I think, but I wonder if we might need some
sort of memory barrier, as noted in the comments. -- Hans
2005-09-30 Mario Lang <[email protected]>
* Added filter expression support, so now you can say
./hearnet eth0 "udp port 53"
or whatever kind of filter expression you can think of. Very nice for
listening in on just specific traffic patterns!
2005-07-26 Leonard Ritter <paniq|paniq-org>
* changed code so that it uses 32-voice polyphony and plays bridges /
chromatic orders.
as an effect, you get very harmonic sounds if packet sizes on a
site are the same, and quite weird stuff if packet sizes vary.
2004-11-12 Hans Fugal <[email protected]>
* Incorporated patch from Von Fugal allowing multiple instances of hearnet
to register with jackd, so you can hear more than one network at a time.
2003-11-13 Hans Fugal <[email protected]>
* Cleaned up and consolidated code
* Can specify interface to listen to on command line now.
* usage()