Commit Graph

2803 Commits

Author SHA1 Message Date
Tom Henderson
db02706e4c Prepend ascii trace lines with action and time 2008-03-30 22:39:27 -07:00
Tom Henderson
78bfd610d9 Move csma-one-subnet to helper api 2008-03-30 21:41:25 -07:00
Tom Henderson
20726f8201 move csma-multicast to new tracing helpers 2008-03-30 21:12:02 -07:00
Tom Henderson
4fc3138b1e Prepend ascii trace lines with action and time 2008-03-30 21:05:50 -07:00
Tom Henderson
b6932288ae csma-multicast helper-ized (w/o tracing cutover yet) 2008-03-30 14:04:57 -07:00
Tom Henderson
6397957980 documentation for class RngStream 2008-03-29 13:28:54 -07:00
Tom Henderson
8810ebfe02 Fix multicast forwarding problem 2008-03-29 08:47:25 -07:00
Tom Henderson
7771ab6562 enable csma multicast 2008-03-29 06:33:19 -07:00
Mathieu Lacage
27615d70d1 use lsb order rather than network order 2008-03-28 18:45:52 -07:00
Mathieu Lacage
1a443df051 initialize no more fragment flag 2008-03-28 18:45:26 -07:00
Mathieu Lacage
ff4dfc3009 add Htolsb and Lsbtoh write/read methods 2008-03-28 18:45:10 -07:00
Mathieu Lacage
a349c602db basic pcap output 2008-03-28 17:35:50 -07:00
Mathieu Lacage
62308cf1ce delete a packet chunk after deserializing it from a packet. 2008-03-28 17:03:03 -07:00
Mathieu Lacage
511e11e9be configure tracing post-topology construction, not before. 2008-03-28 16:58:44 -07:00
Mathieu Lacage
6de12cc9d2 port to new pcap/ascii trace helpers 2008-03-28 13:40:08 -07:00
Mathieu Lacage
9ad6948605 use new pcap/ascii api 2008-03-28 13:19:14 -07:00
Mathieu Lacage
7e17f8d7e1 add ascii/pcap trace helpers 2008-03-28 13:05:44 -07:00
Mathieu Lacage
67c8f12b67 add doxygen 2008-03-28 12:49:39 -07:00
Federico Maguolo
e0346ac124 GetMaxSsrc -> NeedRtsTransmission and GetMaxSlrc -> NeedDataRetransmission 2008-03-28 12:14:02 -07:00
Providence SALUMU MUNGA
46cc3fab6d make sure dev is initialized correctly when binding to more than one interface. 2008-03-28 11:26:59 -07:00
Providence SALUMU MUNGA
02dc54f597 tx power shoudl reflect the user-selected power level, not be always the power level zero. 2008-03-28 11:25:07 -07:00
Mathieu Lacage
a7677d77de use new csma pcap and ascii tracing 2008-03-28 11:20:02 -07:00
Mathieu Lacage
e963c05aeb add ascii and pcap tracing support to csma helper. 2008-03-28 11:19:38 -07:00
Mathieu Lacage
cb475c1750 improve doxygen documentation. 2008-03-28 10:38:03 -07:00
Mathieu Lacage
4202275d10 give refcounting powers to PcapWriter. 2008-03-28 10:23:31 -07:00
Mathieu Lacage
e9c67a3ada Rx traces report the full packet and make sure we set the length field correctly in case of LLC encapsulation 2008-03-28 10:21:57 -07:00
Mathieu Lacage
ba70c90271 export header. 2008-03-27 15:32:15 -07:00
George F. Riley
8d084573dc bug: 147. Add RefCountBase 2008-03-27 15:28:54 -07:00
Mathieu Lacage
9644e5ee88 remove include 2008-03-27 15:22:04 -07:00
Mathieu Lacage
74541b0d23 remove useless trailing ; 2008-03-27 15:21:08 -07:00
Mathieu Lacage
fa2983e8a4 remove useless trailing ; 2008-03-27 15:21:05 -07:00
Mathieu Lacage
a280c30a20 remove dead member 2008-03-27 15:20:47 -07:00
Mathieu Lacage
a85420cd34 merge with HEAD 2008-03-27 12:21:58 -07:00
Mathieu Lacage
982fe8454b port to helper API 2008-03-27 12:20:26 -07:00
Mathieu Lacage
b5cfd48e9a helper for UdpEcho client and server 2008-03-27 12:20:14 -07:00
Mathieu Lacage
b7f945f750 add UdpEchoClient::SetRemote 2008-03-27 12:19:22 -07:00
Mathieu Lacage
942f3404a3 improve attribute help string 2008-03-27 12:19:00 -07:00
Mathieu Lacage
fd49891782 fix missing includes 2008-03-27 11:47:58 -07:00
Raj Bhattacharjea
6191bda098 Implement TcpHeader::Print (bug 151) 2008-03-27 12:27:41 -04:00
Mathieu Lacage
ac7ef5158d merge with HEAD 2008-03-27 09:13:41 -07:00
Mathieu Lacage
c61932afc5 port to helper API 2008-03-27 09:13:29 -07:00
Raj Bhattacharjea
473ea28f10 Cleanup of RandomVariable doxygen (bug 110) 2008-03-27 11:36:23 -04:00
Mathieu Lacage
1d78ea62e8 port to helper API 2008-03-26 16:12:46 -07:00
Mathieu Lacage
37f1478f00 use an attribute name which matches the member variable and method 2008-03-26 16:12:36 -07:00
Mathieu Lacage
2fe2751c9e do not aggregate error model to device 2008-03-26 14:53:00 -07:00
Mathieu Lacage
80e0d082b4 convert to helper API 2008-03-26 14:51:03 -07:00
Mathieu Lacage
011e2bbb70 add extra convenience constructors 2008-03-26 14:50:56 -07:00
Mathieu Lacage
26fba17dc2 port to helper API 2008-03-26 14:18:22 -07:00
Mathieu Lacage
4e2a41ae85 add SetMetric 2008-03-26 14:18:12 -07:00
Mathieu Lacage
cb3bcff3a6 fallout from gustavo's header inclusion policy change. 2008-03-26 14:17:58 -07:00