CHANGES.html
changeset 4266 7b0c4017bc36
parent 4260 29587ce02a57
child 4301 f1c83e54e541
--- a/CHANGES.html	Mon Mar 16 09:44:01 2009 -0700
+++ b/CHANGES.html	Mon Mar 16 10:02:08 2009 -0700
@@ -51,9 +51,32 @@
 <li>ConstantAccelerationMobilityModel in src/mobility/constant-acceleration-mobility-model.h</li>
 </ul>
 
+<ul>
+<li>A new emulation mode is supported with the TapBridge net device (see</li>
+<li>src/devices/tap-bridge)</li>
+</ul>
+
+<ul>
+<li>A new facility for naming ns-3 Objects is included (see</li>
+<li>src/core/names.{cc,h})</li>
+</ul>
+
 <h2>changes to existing API:</h2>
 
 <ul>
+<li>The trace sources in the various NetDevice classes has been completely</li>
+<li>reworked to allow for a consistent set of trace sources across the</li>
+<li>devices.  The names of the trace sources have been changed to provide</li>
+<li>some context with respect to the level at which the trace occurred.</li>
+<li>A new set of trace sources has been added which emulates the behavior</li>
+<li>of packet sniffers.  These sources have been used to implement tcpdump-</li>
+<li>like functionality and are plumbed up into the helper classes.  The </li>
+<li>user-visible changes are the trace source name changes and the ability </li>
+<li>to do promiscuous-mode pcap tracing via helpers.  For further information</li>
+<li>regarding these changes, please see the ns-3 manual</li>
+</ul>
+
+<ul>
 <li>StaticMobilityModel has been renamed ConstantPositionMobilityModel</li>
 <li>StaticSpeedMobilityModel has been renamed ConstantVelocityMobilityModel</li>
 </ul>