Mathieu Lacage
0b0a187967
document trace source signature
2007-08-28 12:42:27 +02:00
Mathieu Lacage
966643a542
improve trace list output
2007-08-28 12:06:15 +02:00
Mathieu Lacage
04569d27b7
merge with trunk
2007-08-28 12:05:35 +02:00
Mathieu Lacage
f55a3c0b3d
document also mobility model notifier
2007-08-28 11:22:01 +02:00
Mathieu Lacage
579a173fbf
avoid problems with recursive use of Object::DoCollectSources
2007-08-28 11:21:42 +02:00
Mathieu Lacage
fa4bcd0cd4
make sure to get to the parent during trace resolution
2007-08-28 11:20:55 +02:00
Mathieu Lacage
8acd0300cd
keep track of trace source help strings
2007-08-28 11:01:00 +02:00
Mathieu Lacage
65f12f1df5
replace TraceResolver::PrintAvailable with TraceResolver::CollectSources
2007-08-28 09:37:10 +02:00
Craig Dowell
551fe6ebc5
real multicast enet addr, more source routes, default multicast route
2007-08-27 23:46:14 -07:00
Mathieu Lacage
95c06276cf
add TraceResolver::CollectSources
2007-08-27 20:46:10 +02:00
Mathieu Lacage
403ece5588
add TraceContext::IsSimilar
2007-08-27 20:45:49 +02:00
Mathieu Lacage
fce27dc4de
add TraceResolver::PrintAvailable method
2007-08-27 20:25:15 +02:00
Mathieu Lacage
b41cef3631
add TraceContext::PrintAvailable
2007-08-27 16:02:55 +02:00
Mathieu Lacage
3eeae90472
replace enum with virtual class and subclasses
2007-08-27 15:34:57 +02:00
Mathieu Lacage
e366a6eed4
remove dead code
2007-08-27 15:07:39 +02:00
Mathieu Lacage
90c8be1fa3
add TraceContextElement::GetName method
2007-08-27 14:59:50 +02:00
Mathieu Lacage
669ce539dd
cleanup a bit
2007-08-27 14:06:11 +02:00
Mathieu Lacage
ccef3f6d9f
remove TraceRoot
2007-08-27 13:36:40 +02:00
Mathieu Lacage
c1b38a9203
rename TraceContext::Add to AddElement and Union
2007-08-27 13:21:59 +02:00
Mathieu Lacage
3f159872c0
add operator << for Packet and TraceContext
2007-08-27 13:15:27 +02:00
Mathieu Lacage
9a836af0d0
add image path
2007-08-27 13:15:13 +02:00
Craig Dowell
4e486b1f59
semi-real multicast hardware addresses
2007-08-24 17:38:49 -07:00
Craig Dowell
217edad33c
add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob
2007-08-24 16:57:54 -07:00
Craig Dowell
89a326ebc5
merge with trunk
2007-08-24 13:29:51 -07:00
Raj Bhattacharjea
bce75ae3a8
Removed SConstruct file
2007-08-24 16:05:17 -04:00
Raj Bhattacharjea
9bf17256fb
Fixed inet-socket-address's opening IFDEF to be consistent with the filename
2007-08-24 14:00:52 -04:00
Raj Bhattacharjea
027cd21aa1
Added GPL and emacs modeline to inet-socket-address.h/cc
2007-08-24 13:21:33 -04:00
George Riley
391b3eef11
Change the protocol stack processing to pass packets by non-const
...
reference, rather than const reference and value as was previously done.
Also change the queue semantics to return the packet on a deque, rather
than requiring a packet as a parameter. The problem with the original
approach was that packet UID's were getting skipped. The fix handles
the uid properly, and we get sequential packet uid's on the trace file.
2007-08-24 11:44:11 -04:00
Mathieu Lacage
4bf8491d01
get a few more files to compile
2007-08-24 16:27:59 +02:00
Mathieu Lacage
a62ac4df3a
build wifi sample code
2007-08-24 15:19:20 +02:00
Mathieu Lacage
9a7206b971
merge
2007-08-24 15:12:23 +02:00
Mathieu Lacage
e23f26a8f3
start of work towards port of wifi code
2007-08-24 15:12:12 +02:00
Mathieu Lacage
490d38c9f1
fix last errors for new tests
2007-08-24 15:11:08 +02:00
Mathieu Lacage
02418f7498
fix first part of errors introduced by new tests
2007-08-24 15:05:34 +02:00
Mathieu Lacage
ca21c26638
add failing tests
2007-08-24 14:45:25 +02:00
Mathieu Lacage
00a9973ca8
use a Ptr<> where needed.
2007-08-24 12:45:45 +02:00
Mathieu Lacage
2ee1d5fca6
the protocol number field is a 16 bit integer, not a 32 bit integer
2007-08-24 10:33:58 +02:00
Mathieu Lacage
d8b046a69f
add missing include
2007-08-24 10:32:35 +02:00
Raj Bhattacharjea
08bcb4249d
clarified a comment
2007-08-22 12:02:42 -04:00
Gustavo J. A. M. Carneiro
35f5503e26
WAF: fix compatibility with Python 2.3
2007-08-21 18:04:48 +01:00
Craig Dowell
c0b90df335
branch merge
2007-08-20 13:40:15 -07:00
Tom Henderson
bea15392ec
Added tag release ns-3.0.5 for changeset 08046b6aef37
2007-08-15 23:31:51 -07:00
Tom Henderson
52de20c3b6
Add Emmanuelle to authors list
2007-08-15 23:03:06 -07:00
Tom Henderson
365e662472
update release_steps.txt
2007-08-15 22:50:31 -07:00
Tom Henderson
89758558cf
bump version number
2007-08-15 22:49:06 -07:00
Tom Henderson
8d5ddc0ddf
Release notes updated
2007-08-15 22:48:40 -07:00
Craig Dowell
9d2617d9a0
Fix bug 68. Implement IsMulticast
2007-08-14 12:00:03 -07:00
Craig Dowell
6b17652197
fix non-unique ethernet addresses
2007-08-13 23:40:51 -07:00
Tom Henderson
6c2a73ebda
cleanup valgrind errors
2007-08-13 23:06:25 -07:00
Tom Henderson
ad45701790
restore ns-2 .tr format
2007-08-13 22:53:20 -07:00