Mon, 25 Aug 2008 15:21:01 -0700 |
Mathieu Lacage |
bug 279: Packets need metadata support for printing without header checking
|
file |
diff |
annotate
|
Mon, 11 Aug 2008 15:18:40 -0700 |
Mathieu Lacage |
make sure we don't attempt to read outside of ourselves when deserializing a header for printing.
|
file |
diff |
annotate
|
Sat, 21 Jun 2008 21:20:38 -0700 |
Mathieu Lacage |
testcase and fix, symmetric to changeset c861a47407a8
|
file |
diff |
annotate
|
Sat, 21 Jun 2008 21:14:28 -0700 |
Mathieu Lacage |
fix testcase from changeset e367e86d7886
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 15:06:23 -0700 |
Mathieu Lacage |
bug 217: Handle gracefully the case where a packet aggregated contains nothing.
|
file |
diff |
annotate
|
Wed, 04 Jun 2008 11:59:31 -0700 |
Mathieu Lacage |
this code is not wrong.
|
file |
diff |
annotate
|
Sat, 31 May 2008 14:12:40 -0700 |
Mathieu Lacage |
bug197: fix infinite loop
|
file |
diff |
annotate
|
Sat, 31 May 2008 11:00:01 -0700 |
Mathieu Lacage |
add small comment
|
file |
diff |
annotate
|
Sat, 31 May 2008 10:57:49 -0700 |
Mathieu Lacage |
some more cleanup
|
file |
diff |
annotate
|
Sat, 31 May 2008 10:47:24 -0700 |
Mathieu Lacage |
add small comment
|
file |
diff |
annotate
|
Sat, 31 May 2008 10:46:23 -0700 |
Mathieu Lacage |
add logging, cleanup AddAtEnd.
|
file |
diff |
annotate
|
Wed, 07 May 2008 15:18:33 -0700 |
Mathieu Lacage |
simplify code logic
|
file |
diff |
annotate
|
Wed, 07 May 2008 15:02:07 -0700 |
Mathieu Lacage |
simplify code logic
|
file |
diff |
annotate
|
Tue, 15 Apr 2008 15:10:53 -0700 |
Mathieu Lacage |
NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 19:02:03 +0200 |
Mathieu Lacage |
fix bug 159
|
file |
diff |
annotate
|
Wed, 19 Mar 2008 12:30:19 -0700 |
Mathieu Lacage |
fix failing tests
|
file |
diff |
annotate
|
Wed, 19 Mar 2008 11:11:34 -0700 |
Mathieu Lacage |
fragmentEnd is not zero when this is a fragment.
|
file |
diff |
annotate
|
Mon, 17 Mar 2008 17:37:25 -0700 |
Mathieu Lacage |
implement Packet::Print
|
file |
diff |
annotate
|
Mon, 17 Mar 2008 14:01:55 -0700 |
Mathieu Lacage |
stop using ChunkRegistry to get header and trailer uids
|
file |
diff |
annotate
|
Mon, 17 Mar 2008 11:45:36 -0700 |
Mathieu Lacage |
replace PacketPrinter with an iterator
|
file |
diff |
annotate
|
Wed, 14 Nov 2007 21:59:14 -0800 |
Tom Henderson |
nicer logging of parameters (bug 79 patch from Gustavo)
|
file |
diff |
annotate
|
Mon, 08 Oct 2007 17:44:17 +0100 |
Gustavo J. A. M. Carneiro |
Fix bug 80 (valgrind error when finalizing PacketMetadata).
|
file |
diff |
annotate
|
Wed, 26 Sep 2007 18:09:19 +0100 |
Gustavo J. A. M. Carneiro |
Add a couple of NS_LOG_PARAM calls for debugging.
|
file |
diff |
annotate
|
Mon, 24 Sep 2007 16:11:43 +0100 |
Gustavo J. A. M. Carneiro |
Check for the common error of enabling packet metadata in the middle of a simulation, and give appropriate advice in this case. Closes #78.
|
file |
diff |
annotate
|
Thu, 13 Sep 2007 17:47:42 -0700 |
Craig Dowell |
checkpoint debug to log
|
file |
diff |
annotate
|
Wed, 08 Aug 2007 09:12:55 +0200 |
Mathieu Lacage |
remove Chunk base class
|
file |
diff |
annotate
|
Sat, 04 Aug 2007 16:07:31 +0200 |
Mathieu Lacage |
ci fix metadata serialization/deserialization
|
file |
diff |
annotate
|
Sat, 04 Aug 2007 14:10:49 +0200 |
Mathieu Lacage |
implement packet metadata serialization/deserialization
|
file |
diff |
annotate
|
Sat, 04 Aug 2007 13:22:08 +0200 |
Mathieu Lacage |
rework the PacketPrinter API and implementation
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 17:52:21 +0200 |
Mathieu Lacage |
split test code out of the main PacketMetadata code
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 17:26:10 +0200 |
Mathieu Lacage |
fix valgrind warnings
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 10:39:55 +0200 |
Mathieu Lacage |
make sure we return the right integer uid if the header of trailer was already registered.
|
file |
diff |
annotate
|
Thu, 02 Aug 2007 14:56:04 +0100 |
Gustavo J. A. M. Carneiro |
Send PacketMetadataTest unit test output to Failure (), not std::cout.
|
file |
diff |
annotate
|
Mon, 23 Jul 2007 13:58:53 +0200 |
Mathieu Lacage |
fix bug 57
|
file |
diff |
annotate
|
Thu, 28 Jun 2007 13:43:27 +0200 |
Mathieu Lacage |
test and fix backward printing
|
file |
diff |
annotate
|
Thu, 28 Jun 2007 13:01:40 +0200 |
Mathieu Lacage |
more asserts, add failing tests, fix them
|
file |
diff |
annotate
|
Thu, 28 Jun 2007 12:29:21 +0200 |
Mathieu Lacage |
fix basic tests, add new test, add a bunch of asserts, add XXX comment
|
file |
diff |
annotate
|
Thu, 28 Jun 2007 12:00:00 +0200 |
Mathieu Lacage |
add failing assert
|
file |
diff |
annotate
|
Thu, 28 Jun 2007 11:07:38 +0200 |
Mathieu Lacage |
change default pretty printing output format, add doc to metadata data structures
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 00:20:53 +0200 |
Mathieu Lacage |
add separator support to backward printing
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 00:02:57 +0200 |
Mathieu Lacage |
add separator support to PacketPrinter
|
file |
diff |
annotate
|
Tue, 12 Jun 2007 13:21:06 +0200 |
Mathieu Lacage |
avoid duplicating the packet uid
|
file |
diff |
annotate
|
Thu, 07 Jun 2007 13:16:15 +0200 |
Mathieu Lacage |
fix uleb128 reading bug
|
file |
diff |
annotate
|
Thu, 07 Jun 2007 12:51:57 +0200 |
Mathieu Lacage |
PacketHistory -> PacketMetadata
|
file |
diff |
annotate
|
Thu, 07 Jun 2007 12:48:52 +0200 |
Mathieu Lacage |
rename packet-history.h to packet-metadata.h
|
file |
diff |
annotate
| base
|