Raj Bhattacharjea
|
cd7fdcf026
|
Added comparison operators for DataRate
|
2007-05-21 13:22:37 -04:00 |
|
Gustavo J. A. M. Carneiro
|
81b081c67d
|
WAF: sync with the last SConstruct change (smartvector.h and smartset.h removed)
|
2007-05-20 18:06:31 +01:00 |
|
Mathieu Lacage
|
64663cf3bd
|
remove unused code
|
2007-05-20 14:34:46 +02:00 |
|
Mathieu Lacage
|
447de493d3
|
beautify the dox output
|
2007-05-17 14:07:22 +02:00 |
|
Mathieu Lacage
|
41b12f96a5
|
remove references to Chunk and replace them with references to Header and Trailer
|
2007-05-15 16:42:53 +02:00 |
|
Mathieu Lacage
|
12fa2d9178
|
move doxygen doc into Header and Trailer classes.
|
2007-05-15 16:39:55 +02:00 |
|
Raj Bhattacharjea
|
6c93b818af
|
datarate, packet, defaultvalue, object dox
|
2007-05-14 10:38:08 -04:00 |
|
Mathieu Lacage
|
1a70acc7c5
|
add DefaultValue support to DataRate
|
2007-05-14 12:32:59 +02:00 |
|
Gustavo J. A. M. Carneiro
|
7aacb7d136
|
merge
|
2007-05-13 12:52:38 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ca2416f431
|
WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
|
2007-05-13 12:46:18 +01:00 |
|
Mathieu Lacage
|
1f454dd36e
|
merge with trunk
|
2007-05-13 11:24:28 +02:00 |
|
Mathieu Lacage
|
90a0cb3ad2
|
remove ptr from ArrayTraceResolver
|
2007-05-10 07:25:47 +02:00 |
|
Unknown
|
a70e279787
|
some Ipv4Interface* -> Ptr<Ipv4Interface>, and unhack arraytraceresolver, still segfaults
|
2007-05-09 23:23:05 -04:00 |
|
Raj Bhattacharjea
|
bd73c92bb5
|
Hacked arraytraceresolver to compile, but segfaults upon running simple-p2p
|
2007-05-09 16:56:33 -04:00 |
|
Gustavo J. A. M. Carneiro
|
b2a87732c9
|
Add support for building with WAF
|
2007-05-07 12:01:51 +01:00 |
|
Mathieu Lacage
|
0bd8f12c64
|
use Callback::Assign
|
2007-05-07 13:44:33 +02:00 |
|
Mathieu Lacage
|
4206fd3bce
|
make sure that the code matches the documentation
|
2007-05-01 11:58:19 +02:00 |
|
Mathieu Lacage
|
e8633acdca
|
merge Packet API changes needed for Packet pretty printing.
|
2007-05-01 11:54:21 +02:00 |
|
Mathieu Lacage
|
a49c5e804c
|
merge with pcap branch
|
2007-05-01 11:35:27 +02:00 |
|
Mathieu Lacage
|
75c78de2b3
|
a new testcase with the corresponding bug fix.
|
2007-04-19 22:29:09 +02:00 |
|
Mathieu Lacage
|
7f228cc6f4
|
remove debugging output from tests
|
2007-04-19 11:00:18 +02:00 |
|
Mathieu Lacage
|
48dee43f04
|
make sure that TagRegistry member variables are always initialized when needed.
|
2007-04-19 10:41:29 +02:00 |
|
Mathieu Lacage
|
c0f7585f95
|
implement constructor/destructor handling for tags
|
2007-04-19 10:28:51 +02:00 |
|
Unknown
|
207976b5fe
|
merge with trunk
|
2007-04-18 19:17:13 +02:00 |
|
Unknown
|
50728fecb3
|
fix coding style
|
2007-04-18 19:16:03 +02:00 |
|
Unknown
|
859ea21294
|
more tests
|
2007-04-18 19:14:57 +02:00 |
|
Unknown
|
f3a623dbbc
|
fix failing test
|
2007-04-18 19:10:16 +02:00 |
|
Unknown
|
dd8efc774c
|
add failing test
|
2007-04-18 19:08:40 +02:00 |
|
Mathieu Lacage
|
967740726a
|
remove dependency on SystemFile
|
2007-03-30 00:10:59 +02:00 |
|
Mathieu Lacage
|
3af7a78855
|
put together a PcapTrace and test it
|
2007-03-29 23:24:10 +02:00 |
|
Mathieu Lacage
|
fbb179e7a6
|
add wifi pcap output
|
2007-03-29 22:49:28 +02:00 |
|
Mathieu Lacage
|
90107197c7
|
add ip output
|
2007-03-29 22:47:57 +02:00 |
|
Mathieu Lacage
|
04a6e02b58
|
remove dead code
|
2007-03-29 22:39:11 +02:00 |
|
Mathieu Lacage
|
3563f218ec
|
forgot to put back TraceResolver in lowleveltracing doxygen group
|
2007-03-29 15:28:31 +02:00 |
|
Mathieu Lacage
|
f4b1b82f47
|
rework the tracing architecture description
|
2007-03-29 15:27:39 +02:00 |
|
Tom Henderson
|
fd92794e43
|
Move simple-p2p.cc to DataRate; fix small bug in DataRate and add include guards
|
2007-03-25 15:33:24 -07:00 |
|
Raj Bhattacharjea
|
4edddaeb2d
|
Added in DataRate to common module
|
2007-03-22 17:20:15 -04:00 |
|
George F. Riley
|
8b9fb7b105
|
Clean up parameter passing per TOm's request
|
2007-03-22 14:54:20 -04:00 |
|
Tom Henderson
|
a0f6d0c326
|
Add smartvector, smartset
|
2007-03-19 21:13:06 -07:00 |
|
Tom Henderson
|
327949573d
|
move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
|
2007-03-18 14:06:51 -07:00 |
|
Mathieu Lacage
|
2a994cb96e
|
merge with trunk
|
2007-02-22 09:40:41 +01:00 |
|
Mathieu Lacage
|
29b2db3a67
|
make trailing ';' mandatory with NS_DEBUG macros. fix all invalid uses.
|
2007-02-21 20:04:32 +01:00 |
|
Mathieu Lacage
|
234b1490cb
|
replace char const * with std::string const &
|
2007-02-21 16:27:42 +01:00 |
|
Unknown
|
f6e33b54b7
|
trace files should not be opened for appending
|
2007-02-21 06:42:58 -08:00 |
|
Mathieu Lacage
|
d7efedefde
|
merge tom's tree with trunk
|
2007-02-18 11:16:08 +01:00 |
|
Tom Henderson
|
114c1a93d2
|
Merge in Craig's tracing changes as of Thursday; rename net-device-serial files to serial-net-device
|
2007-02-17 16:40:03 -08:00 |
|
Mathieu Lacage
|
d9318db068
|
convert use of <cassert> to "ns3/assert.h"
|
2007-02-16 09:56:21 +01:00 |
|
Mathieu Lacage
|
2fafcce00c
|
call NS_DEBUG_COMPONENT_DEFINE when needed
|
2007-02-16 09:37:35 +01:00 |
|
Mathieu Lacage
|
f2533a7645
|
convert NS3_TRACE to NS_DEBUG
|
2007-02-16 09:34:28 +01:00 |
|
Unknown
|
95f07a831b
|
queues, trace-writer, debug
|
2007-02-15 16:52:39 -08:00 |
|