Commit Graph

7717 Commits

Author SHA1 Message Date
Tommaso Pecorella
e4e367ad27 Bug 1720 - IPv6 Fragmentation cause crashes (better fix) 2013-06-25 23:01:41 +02:00
Tommaso Pecorella
b589986de5 Bug 1720 - IPv6 Fragmentation cause crashes 2013-06-25 22:46:01 +02:00
Tommaso Pecorella
e83e0ee9f8 Bug 1719 - IPv6 default state is set to not forward packets 2013-06-25 00:13:50 +02:00
Tommaso Pecorella
f91ad6f841 Bug 1718 - Ipv4StaticRouting log component is misspelled 2013-06-25 00:08:12 +02:00
Guowang Shi
727abcda3e Bug 1697 - ICMPv6 Redirect trigger contains multiple bugs 2013-06-19 09:21:39 +02:00
Guowang Shi
70f2ea6e92 Bug 1688 - Routers should advertise themselves from the link-local address 2013-06-19 09:10:31 +02:00
Tom Henderson
8159a8ec39 rescan bindings 2013-06-18 15:29:09 -07:00
Tom Henderson
63606febe2 remove tools module 2013-06-18 13:47:15 -07:00
Tom Henderson
2180f8ad5d move average.h from tools to stats module 2013-06-18 13:42:57 -07:00
Tom Henderson
7477fb5d43 move delay-jitter-estimation to stats/helper 2013-06-18 13:21:35 -07:00
Tom Henderson
5b536a7932 add license to files 2013-06-18 13:18:19 -07:00
Tom Henderson
1071fd3d46 move gnuplot support from src/tools to src/stats 2013-06-18 13:16:51 -07:00
Tom Henderson
201f7e084a move event-garbage-collector from tools module to core/helper 2013-06-18 10:05:15 -07:00
Tom Henderson
eb8227f290 make core/helper directory; move random-stream helper code there 2013-06-18 09:46:32 -07:00
Guowang Shi
0292598490 Bug 1703 - Nodes don't react to a DAD 2013-06-16 13:30:41 +02:00
Tommaso Pecorella
7f9ede9841 Bug 1701 - Ipv6StaticRouting: the source address should match the destination scope 2013-06-16 09:34:36 +02:00
Tommaso Pecorella
8fcd718f03 Bug 1700 - Ipv6RawSocket does not honor the bound address when sending packets 2013-06-16 08:58:39 +02:00
Tom Henderson
88e80b4b9f rescan internet bindings 2013-06-15 15:34:38 -07:00
Guowang Shi
4c6280072c bug 1646 - ICMPv6 Redirect are sent from global address instead of link-local 2013-06-15 10:56:55 +02:00
Peter D. Barnes, Jr.
2b4ec72110 CommandLine: correct license.
Sorry Mathieu ;)
2013-06-14 14:01:19 -07:00
Peter D. Barnes, Jr.
744b0617a5 CommandLine: add Usage message, simplify bool args
Accept obvious bool arguments:  --arg --arg=t --arg=true
Get program name from argv[0]
Example program
Doxygenate
2013-06-14 13:54:39 -07:00
Tom Henderson
42c055f11b bugfix: add TcpSocket to the SocketList vector, to make each socket accessible through the Config subsystem 2013-06-14 08:08:29 -07:00
Morten V. Pedersen
71e266473d bug 1693: missing include 2013-06-12 08:43:51 -07:00
Mitch Watrous
4f20392af0 rescan DSR bindings 2013-06-02 09:27:51 -07:00
Mitch Watrous
54d457f233 bug 1595: remove unimplemented function declarations 2013-06-02 09:27:30 -07:00
Nicola Baldo
4984b6d7df changed default params of some lte examples to make them run faster 2013-05-31 16:25:32 +02:00
Nicola Baldo
956fe90da4 fixed Bug 1630 - spurious RX packets in DlRlcStats 2013-05-31 15:54:42 +02:00
Junling Bu
9c68edd4a7 fixed Bug 1677 - The annotation of YansWifiPhy needs correction 2013-05-27 13:45:39 +02:00
Tommaso Pecorella
d7e61e2f49 Bug 1689 - IPv6 shouldn't add a default gateway without checking the Router lifetime 2013-05-25 21:36:10 +02:00
Vedran Miletić
c0e64dac61 Fix Bug 1669 - ns-3 should support binding two and three (possibly more) arguments 2013-05-25 18:18:00 +02:00
Tommaso Pecorella
15ada60263 imported patch make_pair.patch 2013-05-25 12:56:26 +02:00
Peter D. Barnes, Jr.
86109ec9b5 Fix vector index range. 2013-05-24 12:50:44 -07:00
Peter D. Barnes, Jr.
d8a560820b Revert ed82eb2702d0 on wifi/model/wifi-mad-header.cc to diagnose valgrind error. 2013-05-24 12:50:02 -07:00
John Abraham
e220b67e28 NetAnim:Some RPs need non-null packets for RouteOutput 2013-05-24 08:09:18 -07:00
Peter D. Barnes, Jr.
78b9cd962b Use the *right* explicit value, cast to the right size, instead of C++11 constant. 2013-05-23 17:10:09 -07:00
Peter D. Barnes, Jr.
01136df80f Use the *right* explicit value, instead of C++11 constant. 2013-05-23 12:39:56 -07:00
Peter D. Barnes, Jr.
a76c71b970 Use explicit value, instead of C++11 constant. 2013-05-23 09:55:58 -07:00
Peter D. Barnes, Jr.
666bcc699f Merge Coverity fixes 2013-05-22 17:58:58 -07:00
Peter D. Barnes, Jr.
258eba0cf3 Add duration to test cases. 2013-05-22 17:22:49 -07:00
Peter D. Barnes, Jr.
4fc79291b9 Use PacketTagList::TagData::MAX_SIZE in DeviceNameTag 2013-05-22 12:57:58 -07:00
Peter D. Barnes, Jr.
686bd41f4a Defer null pointer check to Packet class. 2013-05-22 10:11:39 -07:00
Peter D. Barnes, Jr.
8ffa0f7c30 [Coverity] Structurally dead code (UNREACHABLE) 2013-05-21 15:11:10 -07:00
Peter D. Barnes, Jr.
5920bdc24d [Coverity] Dead default in switch (DEADCODE) 2013-05-20 15:56:47 -07:00
Peter D. Barnes, Jr.
84126f97be [Coverity] Untrusted loop bound (TAINTED_SCALAR) 2013-05-20 15:50:00 -07:00
Peter D. Barnes, Jr.
9ef6072262 [Coverity] Unintended sign extension (SIGN_EXTENSION) 2013-05-20 15:37:04 -07:00
Peter D. Barnes, Jr.
74a3079c12 [Coverity] Better document why regions are unreachable 2013-05-16 12:30:44 -04:00
Peter D. Barnes, Jr.
2516df45bb [Coverity] Explicit null dereferenced (FORWARD_NULL) 2013-05-16 11:25:29 -04:00
Peter D. Barnes, Jr.
572eaccd20 [Coverity] Unchecked return value from library (CHECKED_RETURN) 2013-05-16 11:18:20 -04:00
Peter D. Barnes, Jr.
403d97e6f3 Document deliberate case fall through. 2013-05-16 11:06:52 -04:00
Peter D. Barnes, Jr.
9ee67412c4 [Coverity] Division or modulo by zero (DIVIDE_BY_ZERO) 2013-05-16 10:57:10 -04:00