Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1125)

Delta Between Two Patch Sets: CHANGES.html

Issue 4685048: Monitor mode support in ns-3
Left Patch Set: Fixed bugs, Wifi header manipulations, Click based example Created 12 years, 8 months ago
Right Patch Set: Undoing redundant params, changed GetMonitorMode to IsMonitorMode Created 12 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | RELEASE_NOTES » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>ns-3 Change Log</title> 5 <title>ns-3 Change Log</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <h1> 9 <h1>
10 ns-3: API and model change history</h1> 10 ns-3: API and model change history</h1>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 <hr> 46 <hr>
47 <h1>Changes from ns-3.11 to ns-3.12</h1> 47 <h1>Changes from ns-3.11 to ns-3.12</h1>
48 <ul> 48 <ul>
49 </ul> 49 </ul>
50 50
51 <h2>New API:</h2> 51 <h2>New API:</h2>
52 <ul> 52 <ul>
53 </ul> 53 </ul>
54 54
55 <h2>Changes to existing API:</h2> 55 <h2>API changes in Wifi Rx-stack to accomodate 802.11 Radiotap Header support fo r Monitor Mode</h2>
56 <ul> 56 <ul>
57 <li>
58 <p>The implementation contains a redesign in the method of packet forwarding wit h the radiotap pertinent data. The radiotap header is created in YansWifiPhy::En dReceive () and the necessary modifications have been made for sending the heade r upwards. Accordingly, changes have been made in MacLow, MacRxMiddle, RegularWi fiMac and MacHigh to permit radiotap header and monitor mode support.</p>
59 </li>
60 <li>
61 <p>New MonitorWifiMac abstraction to support Monitor Mode, which is essentially a copy of the non-QoS functionality in RegularWifiMac. WifiNetDevice has been mo dified to accomodate the changes.</p>
62 </li>
63 <li>
64 <p>New example script to test Monitor Mode support in ns-3.</p>
65 </li>
57 </ul> 66 </ul>
58 67
59 <h2>Changed behavior:</h2> 68 <h2>Changed behavior:</h2>
60 <ul> 69 <ul>
61 </ul> 70 </ul>
62 71
63 <hr> 72 <hr>
64 <h1>Changes from ns-3.10 to ns-3.11</h1> 73 <h1>Changes from ns-3.10 to ns-3.11</h1>
65 74
66 <h2>Changes to build system:</h2> 75 <h2>Changes to build system:</h2>
(...skipping 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 interval from hello interval. This is an important bug fix as 1573 interval from hello interval. This is an important bug fix as
1565 hold time == refresh time was never intentional, as it leads to 1574 hold time == refresh time was never intentional, as it leads to
1566 instability in neighbor detection. 1575 instability in neighbor detection.
1567 </ul> 1576 </ul>
1568 </li> 1577 </li>
1569 1578
1570 </ul> 1579 </ul>
1571 1580
1572 </body> 1581 </body>
1573 </html> 1582 </html>
LEFTRIGHT
« no previous file | RELEASE_NOTES » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b