forked from br101/horst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
62 lines (40 loc) · 2.11 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2007-12-26 (2.0-rc1) Bruno Randolf ([email protected])
* added radiotap header support and automatic detection of the header
format used by the driver (prism2 or radiotap).
* added IBSS split detection: warn when one ESSID (name) is announced
with different BSSIDs in beacons from different nodes in IBSS mode.
very useful for debugging IBSS problems.
* new ESSID window: list all known ESSIDs and all stations which
announce the ESSID in their beacons including the TSF timestamp for
easier IBSS split analysis.
* new history window: display Signal/Noise/Rate graph
* new packet statistics window: display the percentage of different
packet types and physical rates and other packet statistics.
* improved filtering framework: allow filtering by packet types,
MAC addresses, BSSID.
* added duration calculation: "AirTime" to estimate the pyhsical usage
of the channel.
* optimized screen updates and buffering: to save CPU time and to avoid
loosing packets. added -w and -d options for fine grained control
of display update and sleep intervals. -b option to change the buffer
size (it's quite large by default now).
* much more complete and improved 802.11 packet parsing.
* better node timeout handling, using linked lists. -t command line
option to specify node timeout.
* sort node list by SNR, age, BSSID or channel.
* -o option to write packet infos into a text file.
* initial (primitive) B.A.T.M.A.N support.
* various smaller improvements, fixes, cleanups and beautifications.
2007-07-20 Sven-Ola aet gmx.de
* Added -e macaddr filter switch
2007-01-15 Anon (Sven-Ola: I cannot remember whos sending this)
* Added remote capability. Start on one WRT using -q
then listen on other WRT with -p [not quite true...]
2006-10-12 Robert Schuster ([email protected])
* various changes to output (requested by Horst :) )
* fixed some includes (to compile with (k)ubunut)
* added version and build date to main window
2006-10-12 Sven-Ola aet gmx.de
* Unfixed some includes. the necesary include
addon is required to fix (k)ubunto ip.h whoes
but breaks build elsewhere