Commit Graph

3100 Commits

Author SHA1 Message Date
Mathieu Lacage
b3390aaa3e report packet drops in ARP. 2008-05-25 14:58:22 -07:00
Mathieu Lacage
3d0264e3a3 fix bug 185 2008-05-25 14:44:36 -07:00
Mathieu Lacage
42fbffdbdb more logging. Make sure we do dispose attached Ipv4Interface 2008-05-25 14:44:14 -07:00
Mathieu Lacage
f83b6c7ab1 more logging. Make sure we invoke parent's Dispose method 2008-05-25 14:43:41 -07:00
Mathieu Lacage
2f1e4574c0 more logging output 2008-05-25 14:42:55 -07:00
Mathieu Lacage
de351e9388 re-organize the ARP code to expose arp cache attributes. 2008-05-25 11:07:08 -07:00
Mathieu Lacage
20f5f62292 add attributes to ArpCache 2008-05-25 10:27:34 -07:00
Tom Henderson
a41edb2fa1 remove std::endl from PPP header print 2008-05-25 05:35:22 -07:00
Craig Dowell
ffd1766adc fix bug 183 2008-05-23 17:03:51 -07:00
Tom Henderson
f9e025ad81 add dia to the supported figure generation tools for the tutorial; clean up 2008-05-23 15:50:00 -07:00
Tom Henderson
b62c394703 dia command line options 2008-05-23 14:51:05 -07:00
Tom Henderson
4ba092f3aa branch merge 2008-05-23 12:26:21 -07:00
Tom Henderson
93126f3a55 tutorial work (add back packet chapter) 2008-05-23 12:25:55 -07:00
Craig Dowell
888a3bdad6 ppp model description 2008-05-21 21:20:30 -07:00
Gustavo J. A. M. Carneiro
e9e87c3232 Require gtk+ >= 2.12; closes #182 2008-05-20 22:04:38 +01:00
Mathieu Lacage
45d6dcd5f4 avoid warning with g++ 4.1.2 2008-05-20 08:01:11 -07:00
Mathieu Lacage
e4c1b22090 fix build for g++ 3.4.6 2008-05-20 07:56:59 -07:00
Mathieu Lacage
2c57f536e3 merge with HEAD 2008-05-16 15:52:04 -07:00
Mathieu Lacage
a1882f8e10 merge from HEAD 2008-05-16 15:48:09 -07:00
Mathieu Lacage
7c509777e5 forgot to remove dead includes 2008-05-16 10:40:37 -07:00
Mathieu Lacage
d5a75f0cec merge with HEAD 2008-05-16 10:29:34 -07:00
Mathieu Lacage
91c4ef481f remove dead code. 2008-05-16 10:25:24 -07:00
Craig Dowell
d034ec3e08 fix bug 180 2008-05-16 10:11:49 -07:00
Mathieu Lacage
dd4979ef89 merge with HEAD 2008-05-16 08:52:40 -07:00
Mathieu Lacage
84c9dd96db merge with HEAD 2008-05-16 08:41:19 -07:00
Mathieu Lacage
0e05b107fd avoid un-initialized bits 2008-05-15 11:37:36 -07:00
Mathieu Lacage
05c3383610 remove XXX 2008-05-15 11:25:17 -07:00
Mathieu Lacage
43c64f656b ensure that the list of positions is long enough 2008-05-15 10:39:44 -07:00
Mathieu Lacage
2b4b265b60 re-enable editing 2008-05-15 10:29:58 -07:00
Mathieu Lacage
0efe19fe76 cleanup the model memory. 2008-05-15 10:22:53 -07:00
Mathieu Lacage
1a990a1877 bug 179: Packet fragmentation bug 2008-05-15 09:49:04 -07:00
Gustavo J. A. M. Carneiro
6547b9222c GlobalRoutingManager: don't segfault for NetDevices that have no associated Channel (e.g. virtual NetDevices); just skip them. 2008-05-15 12:56:10 +01:00
Gustavo J. A. M. Carneiro
a4a8086580 GlobalRoutingManager: don't abort with non-IP NetDevices, just skip them. 2008-05-15 12:54:28 +01:00
Unknown
8d3dfb1df9 Merged nonotifier with main branch. 2008-05-15 07:47:17 -04:00
Unknown
3226ce7f09 Changed MobilityModel::m_trace to be more descriptive. 2008-05-15 07:46:03 -04:00
Unknown
1b12b95ee9 Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc. 2008-05-14 19:24:17 -04:00
Mathieu Lacage
ffdff79112 improve doxygen doc. 2008-05-14 15:47:44 -07:00
Mathieu Lacage
4b7bfc9b77 tweak log output 2008-05-14 15:47:35 -07:00
Mathieu Lacage
ccb704ffc7 close the writer before deleting it 2008-05-14 15:00:58 -07:00
Mathieu Lacage
ce87f97994 reset the output stream to get a proper trace path 2008-05-14 14:59:16 -07:00
Mathieu Lacage
8a7187fba3 also handle parent attributes. 2008-05-14 13:54:39 -07:00
Mathieu Lacage
3a8df9f3d6 make sure we iterate over the parent's attributes. 2008-05-14 13:54:27 -07:00
Mathieu Lacage
31a31ffc07 add missing TypeId::HasParent method 2008-05-14 13:54:23 -07:00
Mathieu Lacage
63dccc1973 make the iteration code more flexible. add tooltips to gtk config store 2008-05-14 13:33:55 -07:00
Gustavo J. A. M. Carneiro
36e6b69aaf PacketSocket bind-to-interface bug 2008-05-14 19:15:00 +01:00
Gustavo J. A. M. Carneiro
dc624d46b3 merge 2008-05-14 18:16:02 +01:00
Gustavo J. A. M. Carneiro
1cecfe5548 Missing Packet::Copy in Node::ReceiveFromDevice for the multiple protocol handlers scenario. 2008-05-14 18:15:26 +01:00
Mathieu Lacage
a54122b4e8 set a default window size. 2008-05-14 10:06:04 -07:00
Mathieu Lacage
693099a950 add scroll area and alternating row colors. 2008-05-14 09:51:25 -07:00
Mathieu Lacage
ae1fed72b1 add missing getters 2008-05-14 09:44:39 -07:00