diff --git a/doc/tutorial/source/data-collection.rst b/doc/tutorial/source/data-collection.rst index 1f646de07..18f0d3bca 100644 --- a/doc/tutorial/source/data-collection.rst +++ b/doc/tutorial/source/data-collection.rst @@ -321,6 +321,7 @@ the data out of the probed Packet object: { static TypeId tid = TypeId ("ns3::Ipv6PacketProbe") .SetParent () + .SetGroupName ("Stats") .AddConstructor () .AddTraceSource ( "Output", "The packet plus its IPv6 object and interface that serve as the output for this probe", diff --git a/doc/tutorial/source/tracing.rst b/doc/tutorial/source/tracing.rst index e4b769313..f186991fd 100644 --- a/doc/tutorial/source/tracing.rst +++ b/doc/tutorial/source/tracing.rst @@ -365,6 +365,7 @@ simple Object we can work with. { static TypeId tid = TypeId ("MyObject") .SetParent (Object::GetTypeId ()) + .SetGroupName ("MyGroup") .AddConstructor () .AddTraceSource ("MyInteger", "An integer value to trace.",