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
Tom Henderson
ad3b6a04cc
Doxygen cleanup
2007-08-13 20:53:29 -07:00
Craig Dowell
caab4a3f41
Silliness for optimized version
2007-08-13 20:14:36 -07:00
Craig Dowell
aecc283cb5
set source IP address in udp-socket packets
2007-08-13 19:54:47 -07:00
Craig Dowell
87c9e523c7
set source address in socket
2007-08-13 16:21:39 -07:00
Craig Dowell
90451d9635
cleanup. more complex multicast example
2007-08-13 14:58:06 -07:00
Craig Dowell
e567af9b24
more multicast plumbing
2007-08-13 12:08:01 -07:00
Craig Dowell
dfae0be7d0
branch merge
2007-08-12 22:43:25 -07:00
Craig Dowell
d62a38e533
many debug prints
2007-08-12 22:41:24 -07:00
Craig Dowell
bc8ee80491
debug prints to make validation easier
2007-08-12 15:51:12 -07:00
Tom Henderson
915e34b32b
fix optimized build; remove old comment
2007-08-12 14:24:49 -07:00
Craig Dowell
5099a91a21
untested multicast support
2007-08-12 13:59:49 -07:00
Mathieu Lacage
6f9ab0dea5
move includes down to where they are really needed
2007-08-12 22:45:24 +02:00
Mathieu Lacage
f90c3d0350
more tests
2007-08-12 22:44:21 +02:00
Mathieu Lacage
66d375b3b3
add forgotten virtual keyword
2007-08-12 22:44:12 +02:00
Mathieu Lacage
233d71fec7
CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource
2007-08-12 22:31:16 +02:00
Mathieu Lacage
14f3f82555
remove useless code
2007-08-12 22:24:45 +02:00
Mathieu Lacage
22fec82616
replace CallbackTraceSourceBase with TraceSource base class
2007-08-12 22:23:08 +02:00
Mathieu Lacage
fcfdb18914
add some debugging for disconnect
2007-08-12 21:23:55 +02:00
Mathieu Lacage
23d17d56e9
test object-based tracing
2007-08-12 21:23:40 +02:00
Mathieu Lacage
4d50d21f78
rewrite tests with test.h macros
2007-08-12 21:08:28 +02:00
Mathieu Lacage
722285bd8f
rewrite Object tests with test.h macros
2007-08-12 18:43:15 +02:00
Mathieu Lacage
2bd8f97709
add NS_TEST_ASSERT_UNEQUAL
2007-08-12 18:37:38 +02:00
Mathieu Lacage
b4aae47556
replace the adhoc mobility course change callbacks with a trace source
2007-08-12 18:28:37 +02:00
Mathieu Lacage
1d546dbd83
an untested interface id trace resolver
2007-08-12 18:28:13 +02:00