Commit Graph

560 Commits

Author SHA1 Message Date
Mohamed Amine Ismail
1acaf15fb4 Moving the propagation models of wifi from src/devices/wifi to src/common. The idea is to share them with the other wireless devices. 2010-02-02 11:44:02 +01:00
Mathieu Lacage
54c4309174 add missing doxygen 2010-02-01 08:32:34 +01:00
Mathieu Lacage
4811680d2a avoid copying bytes one after the other. 2010-02-01 08:28:11 +01:00
Mathieu Lacage
36c8b44093 don't call ostream::write too often. 2010-01-31 19:18:38 +01:00
Tom Henderson
11da7ab680 Update error model and olsr doxygen 2010-01-25 09:22:19 +01:00
Unknown
a9b56d32b1 doxygen for missing methods in pcap-file.h 2009-12-28 13:21:13 -08:00
Sebastien Vincent
83ebd91e1b Fix build with g++-4.5 + rescan python bindings. 2009-12-20 18:24:46 +01:00
Mathieu Lacage
63b0bbc0bd get rid of un-needed #ifdef 2009-12-09 10:38:23 +01:00
Nicola Baldo
42ab2d58cb frmlen field in prism header set to PRISM_STATUS_PRESENT 2009-11-24 12:06:19 +01:00
Mathieu Lacage
9e53577fba mark Packet::PeekData deprecated 2009-11-18 12:38:20 +01:00
Mathieu Lacage
1668a400c9 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations. 2009-11-12 13:01:01 +01:00
Mathieu Lacage
0f37dd8bdc remove uneeded header 2009-11-10 07:45:32 +01:00
Craig Dowell
4450bbafc3 pass explicit temp directory to test suites 2009-11-05 19:14:37 -08:00
Pavel Boyko
663d743257 Pcap::Diff() method added to compare PCAP traces packet-by-packet 2009-10-28 11:43:57 +03:00
Andrey Mazo
d43166d21b memset () wants #include <cstring>. 2009-10-09 12:05:36 +04:00
Craig Dowell
482ed05b77 valgrind complains about uninitialized buffer even if we don't care 2009-10-08 20:32:00 -07:00
Pavel Boyko
01576478a0 packet test suite ported to new framework 2009-10-01 13:59:26 +04:00
Pavel Boyko
8426a04201 packet-metadata test suite ported to new framework 2009-10-01 13:39:14 +04:00
Pavel Boyko
b71856629c buffer test suite ported 2009-10-01 13:23:45 +04:00
Mathieu Lacage
f60e34c899 allow --check --valgrind to pass again 2009-09-26 16:55:06 +02:00
Sebastien Vincent
361382a57c Merge with ns-3-dev. 2009-09-18 22:20:27 +02:00
Sebastien Vincent
9f16bba32e Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf. 2009-09-18 22:18:06 +02:00
Josh Pelkey
c13f67a457 Minor documentation typo 2009-09-18 12:59:01 -04:00
Josh Pelkey
4273c4d1ba Merge NixVector Routing code 2009-09-18 10:32:07 -04:00
Craig Dowell
ae814b5f5c fc11 is pretty picky about headers 2009-09-12 22:55:20 -07:00
Craig Dowell
3ad8ddf899 add test and validation framework 2009-09-12 19:44:17 -07:00
Mathieu Lacage
979b638d6a export sgi-hashmap.h 2009-08-25 08:41:04 +02:00
Nicola Baldo
e8fa8c79ab bug 644: make sure we set standard and frequency correctly in radiotap output 2009-08-13 13:39:14 +02:00
Guillaume Seguin
c11373476e add an ascii writer class 2009-08-13 12:54:21 +02:00
Nicola Baldo
605ca58e9b bug 639: add configurable capture size to pcap 2009-08-13 09:36:53 +02:00
Nicola Baldo
0372fed519 bug 639: Buffer::CopyData is buggy. 2009-08-13 09:36:16 +02:00
Kirill Andreev
57634eb170 back out Radiotap header change causing regression 2009-07-24 07:04:29 -07:00
Mathieu Lacage
138b79f906 get rid of some doxygen warnings 2009-07-02 16:38:53 +02:00
Tommaso Pecorella
c79635f21e bug 562: bug in TagBuffer::WriteU64 2009-06-19 09:06:35 +02:00
Mathieu Lacage
d0ae1f4850 avoid extra memory allocations when using PcapWriter 2009-06-08 16:43:21 +02:00
Mathieu Lacage
22f1c511e2 remove dead reference to EnableMetadata 2009-06-08 09:24:25 +02:00
Mathieu Lacage
8dfb6eb0dc merge with HEAD 2009-06-08 09:19:00 +02:00
Mathieu Lacage
421ea7d458 update documentation 2009-06-04 08:41:15 +02:00
Mathieu Lacage
dc7bfd5411 fix build with gcc 3.4.6 2009-06-03 17:42:22 +02:00
Mathieu Lacage
a0ba80de4b make it fit on my monitor 2009-06-03 17:42:13 +02:00
Nicola Baldo
22f45c914a added support for radiotap and prism headers 2009-06-03 11:53:26 +02:00
Mathieu Lacage
a8e074d6e3 new tags 2009-06-03 08:49:40 +02:00
Pavel Boyko
833865e151 bug 572: Tag offsets not updated in Packet::PeekData 2009-06-02 19:40:05 +02:00
Mathieu Lacage
3cac2b93bb improve logging output 2009-06-02 16:37:41 +02:00
Mathieu Lacage
ec6fbe54f4 add missing log call 2009-06-02 16:23:39 +02:00
Mathieu Lacage
2f0944386f bug 560: remove deprecated methods. 2009-05-19 15:34:20 +02:00
Adrian S.-W. Tam
2fba7f868e test and fix Buffer::Iterator::WriteHtolsbU64, Buffer::Iterator::ReadU64 , Buffer::Iterator::ReadLsbtohU64 2009-05-07 09:13:06 +02:00
Timo Bingmann
eb8ca704b4 bug 486: patches for icc compilation. 2009-02-24 08:29:36 +01:00
Gustavo J. A. M. Carneiro
4ea68659ff Fix TagBuffer::ReadU64 bug. 2009-02-09 19:09:07 +00:00
Guillaume Vu-Brugier
0642485437 bug 329: pcap files generated in native win32 (mingw) are always corrupt 2009-01-16 09:08:20 +01:00