28#include "ns3/arp-l3-protocol.h" 
   29#include "ns3/assert.h" 
   30#include "ns3/callback.h" 
   31#include "ns3/config.h" 
   32#include "ns3/global-router-interface.h" 
   33#include "ns3/icmpv6-l4-protocol.h" 
   34#include "ns3/ipv4-global-routing.h" 
   36#include "ns3/ipv6-extension-demux.h" 
   37#include "ns3/ipv6-extension-header.h" 
   38#include "ns3/ipv6-extension.h" 
   42#include "ns3/net-device.h" 
   43#include "ns3/node-list.h" 
   45#include "ns3/object.h" 
   46#include "ns3/packet-socket-factory.h" 
   47#include "ns3/simulator.h" 
   48#include "ns3/string.h" 
   49#include "ns3/traffic-control-layer.h" 
   67#define INTERFACE_CONTEXT 
   95typedef std::map<InterfacePairIpv4, Ptr<PcapFileWrapper>>
 
   97typedef std::map<InterfacePairIpv4, Ptr<OutputStreamWrapper>>
 
  106typedef std::map<InterfacePairIpv6, Ptr<PcapFileWrapper>>
 
  108typedef std::map<InterfacePairIpv6, Ptr<OutputStreamWrapper>>
 
  117    : m_routing(nullptr),
 
  118      m_routingv6(nullptr),
 
  121      m_ipv4ArpJitterEnabled(true),
 
  122      m_ipv6NsRsJitterEnabled(true)
 
  136    listRouting.
Add(staticRouting, 0);
 
  137    listRouting.
Add(globalRouting, -10);
 
  225    int64_t currentStream = stream;
 
  235                currentStream += gr->AssignStreams(currentStream);
 
  243            currentStream += fe->AssignStreams(currentStream);
 
  251                currentStream += arpL3Protocol->AssignStreams(currentStream);
 
  258            if (icmpv6L4Protocol)
 
  260                currentStream += icmpv6L4Protocol->AssignStreams(currentStream);
 
  264    return (currentStream - stream);
 
  286    if (node->GetObject<
Object>(tid))
 
  294    node->AggregateObject(protocol);
 
  310            arp->SetAttribute(
"RequestJitter",
 
  311                              StringValue(
"ns3::ConstantRandomVariable[Constant=0.0]"));
 
  316        if (!ipv4->GetRoutingProtocol())
 
  319            ipv4->SetRoutingProtocol(ipv4Routing);
 
  332            icmpv6l4->SetAttribute(
"SolicitationJitter",
 
  333                                   StringValue(
"ns3::ConstantRandomVariable[Constant=0.0]"));
 
  337        if (!ipv6->GetRoutingProtocol())
 
  340            ipv6->SetRoutingProtocol(ipv6Routing);
 
  343        ipv6->RegisterExtensions();
 
  344        ipv6->RegisterOptions();
 
  355            node->AggregateObject(factory);
 
  365        arp->SetTrafficControl(tc);
 
  372    Ptr<Node> node = Names::Find<Node>(nodeName);
 
  396        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  411        if ((*i).first.first == ipv4->GetObject<
Node>()->
GetId())
 
  423                                            bool explicitFilename)
 
  429        NS_LOG_INFO(
"Call to enable Ipv4 pcap tracing but Ipv4 not enabled");
 
  439    std::string filename;
 
  440    if (explicitFilename)
 
  463                      "InternetStackHelper::EnablePcapIpv4Internal(): " 
  464                      "m_ipv4Enabled and ipv4L3Protocol inconsistent");
 
  469                      "InternetStackHelper::EnablePcapIpv4Internal():  " 
  470                      "Unable to connect ipv4L3Protocol \"Tx\"");
 
  475                      "InternetStackHelper::EnablePcapIpv4Internal():  " 
  476                      "Unable to connect ipv4L3Protocol \"Rx\"");
 
  502        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  517        if ((*i).first.first == ipv6->GetObject<
Node>()->
GetId())
 
  529                                            bool explicitFilename)
 
  535        NS_LOG_INFO(
"Call to enable Ipv6 pcap tracing but Ipv6 not enabled");
 
  545    std::string filename;
 
  546    if (explicitFilename)
 
  569                      "InternetStackHelper::EnablePcapIpv6Internal(): " 
  570                      "m_ipv6Enabled and ipv6L3Protocol inconsistent");
 
  575                      "InternetStackHelper::EnablePcapIpv6Internal():  " 
  576                      "Unable to connect ipv6L3Protocol \"Tx\"");
 
  581                      "InternetStackHelper::EnablePcapIpv6Internal():  " 
  582                      "Unable to connect ipv6L3Protocol \"Rx\"");
 
  614        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  619    p->AddHeader(header);
 
  640        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  662        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  697        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  702    p->AddHeader(header);
 
  703#ifdef INTERFACE_CONTEXT 
  705                         << 
interface << ") " << *p << std::endl;
 
  730        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  734#ifdef INTERFACE_CONTEXT 
  736                         << 
interface << ") " << *packet << std::endl;
 
  739                         << *packet << std::endl;
 
  761        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  765#ifdef INTERFACE_CONTEXT 
  767                         << 
interface << ") " << *packet << std::endl;
 
  770                         << *packet << std::endl;
 
  781        if ((*i).first.first == ipv4->GetObject<
Node>()->
GetId())
 
  794                                             bool explicitFilename)
 
  798        NS_LOG_INFO(
"Call to enable Ipv4 ascii tracing but Ipv4 not enabled");
 
  827        std::string filename;
 
  828        if (explicitFilename)
 
  866                          "InternetStackHelper::EnableAsciiIpv4Internal():  " 
  867                          "Unable to connect ipv4L3Protocol \"Drop\"");
 
  868            result = ipv4L3Protocol->TraceConnectWithoutContext(
 
  872                          "InternetStackHelper::EnableAsciiIpv4Internal():  " 
  873                          "Unable to connect ipv4L3Protocol \"Tx\"");
 
  874            result = ipv4L3Protocol->TraceConnectWithoutContext(
 
  878                          "InternetStackHelper::EnableAsciiIpv4Internal():  " 
  879                          "Unable to connect ipv4L3Protocol \"Rx\"");
 
  902        std::ostringstream oss;
 
  910        oss << 
"/NodeList/" << node->GetId() << 
"/$ns3::ArpL3Protocol/Drop";
 
  919        oss << 
"/NodeList/" << node->GetId() << 
"/$ns3::Ipv4L3Protocol/Drop";
 
  922        oss << 
"/NodeList/" << node->GetId() << 
"/$ns3::Ipv4L3Protocol/Tx";
 
  925        oss << 
"/NodeList/" << node->GetId() << 
"/$ns3::Ipv4L3Protocol/Rx";
 
  958        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
  963    p->AddHeader(header);
 
  983        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
 1006        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
 1025                                  std::string context,
 
 1041        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
 1046    p->AddHeader(header);
 
 1047#ifdef INTERFACE_CONTEXT 
 1049                         << 
interface << ") " << *p << std::endl;
 
 1066                                std::string context,
 
 1074        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
 1078#ifdef INTERFACE_CONTEXT 
 1080                         << 
interface << ") " << *packet << std::endl;
 
 1083                         << *packet << std::endl;
 
 1097                                std::string context,
 
 1105        NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
 
 1109#ifdef INTERFACE_CONTEXT 
 1111                         << 
interface << ") " << *packet << std::endl;
 
 1114                         << *packet << std::endl;
 
 1125        if ((*i).first.first == ipv6->GetObject<
Node>()->
GetId())
 
 1138                                             bool explicitFilename)
 
 1142        NS_LOG_INFO(
"Call to enable Ipv6 ascii tracing but Ipv6 not enabled");
 
 1171        std::string filename;
 
 1172        if (explicitFilename)
 
 1196            bool result = ipv6L3Protocol->TraceConnectWithoutContext(
 
 1200                          "InternetStackHelper::EnableAsciiIpv6Internal():  " 
 1201                          "Unable to connect ipv6L3Protocol \"Drop\"");
 
 1202            result = ipv6L3Protocol->TraceConnectWithoutContext(
 
 1206                          "InternetStackHelper::EnableAsciiIpv6Internal():  " 
 1207                          "Unable to connect ipv6L3Protocol \"Tx\"");
 
 1208            result = ipv6L3Protocol->TraceConnectWithoutContext(
 
 1212                          "InternetStackHelper::EnableAsciiIpv6Internal():  " 
 1213                          "Unable to connect ipv6L3Protocol \"Rx\"");
 
 1236        std::ostringstream oss;
 
 1239        oss << 
"/NodeList/" << node->GetId() << 
"/$ns3::Ipv6L3Protocol/Drop";
 
 1242        oss << 
"/NodeList/" << node->GetId() << 
"/$ns3::Ipv6L3Protocol/Tx";
 
 1245        oss << 
"/NodeList/" << node->GetId() << 
"/$ns3::Ipv6L3Protocol/Rx";
 
An implementation of the ARP protocol.
Manage ASCII trace files for device models.
void HookDefaultDropSinkWithoutContext(Ptr< T > object, std::string traceName, Ptr< OutputStreamWrapper > stream)
Hook a trace source to the default drop operation trace sink that does not accept nor log a trace con...
static void DefaultDropSinkWithContext(Ptr< OutputStreamWrapper > file, std::string context, Ptr< const Packet > p)
Basic Drop default trace sink.
std::string GetFilenameFromInterfacePair(std::string prefix, Ptr< Object > object, uint32_t interface, bool useObjectNames=true)
Let the ascii trace helper figure out a reasonable filename to use for an ascii trace file associated...
Ptr< OutputStreamWrapper > CreateFileStream(std::string filename, std::ios::openmode filemode=std::ios::out)
Create and initialize an output stream object we'll use to write the traced bits.
An interface aggregated to a node to provide global routing info.
An implementation of the ICMPv6 protocol.
aggregate IP/TCP/UDP functionality to existing Nodes.
void EnablePcapIpv6Internal(std::string prefix, Ptr< Ipv6 > ipv6, uint32_t interface, bool explicitFilename) override
Enable pcap output the indicated Ipv6 and interface pair.
void SetIpv4StackInstall(bool enable)
Enable/disable IPv4 stack install.
void Install(std::string nodeName) const
Aggregate implementations of the ns3::Ipv4, ns3::Ipv6, ns3::Udp, and ns3::Tcp classes onto the provid...
void SetIpv4ArpJitter(bool enable)
Enable/disable IPv4 ARP Jitter.
void EnableAsciiIpv4Internal(Ptr< OutputStreamWrapper > stream, std::string prefix, Ptr< Ipv4 > ipv4, uint32_t interface, bool explicitFilename) override
Enable ascii trace output on the indicated Ipv4 and interface pair.
bool m_ipv6Enabled
IPv6 install state (enabled/disabled) ?
void SetRoutingHelper(const Ipv4RoutingHelper &routing)
bool m_ipv6NsRsJitterEnabled
IPv6 IPv6 NS and RS Jitter state (enabled/disabled) ?
bool AsciiHooked(Ptr< Ipv4 > ipv4)
checks if there is an hook to an ascii output stream
bool m_ipv4Enabled
IPv4 install state (enabled/disabled) ?
const Ipv4RoutingHelper * m_routing
IPv4 routing helper.
void InstallAll() const
Aggregate IPv4, IPv6, UDP, and TCP stacks to all nodes in the simulation.
void SetIpv6StackInstall(bool enable)
Enable/disable IPv6 stack install.
int64_t AssignStreams(NodeContainer c, int64_t stream)
Assign a fixed random variable stream number to the random variables used by this model.
static void CreateAndAggregateObjectFromTypeId(Ptr< Node > node, const std::string typeId)
create an object from its TypeId and aggregates it to the node.
void Initialize()
Initialize the helper to its default values.
void SetIpv6NsRsJitter(bool enable)
Enable/disable IPv6 NS and RS Jitter.
bool PcapHooked(Ptr< Ipv4 > ipv4)
checks if there is an hook to a Pcap wrapper
void EnablePcapIpv4Internal(std::string prefix, Ptr< Ipv4 > ipv4, uint32_t interface, bool explicitFilename) override
Enable pcap output the indicated Ipv4 and interface pair.
bool m_ipv4ArpJitterEnabled
IPv4 ARP Jitter state (enabled/disabled) ?
const Ipv6RoutingHelper * m_routingv6
IPv6 routing helper.
InternetStackHelper & operator=(const InternetStackHelper &o)
Copy constructor.
InternetStackHelper()
Create a new InternetStackHelper which uses a mix of static routing and global routing by default.
void Reset()
Return helper internal state to that of a newly constructed one.
~InternetStackHelper() override
Destroy the InternetStackHelper.
void EnableAsciiIpv6Internal(Ptr< OutputStreamWrapper > stream, std::string prefix, Ptr< Ipv6 > ipv6, uint32_t interface, bool explicitFilename) override
Enable ascii trace output on the indicated Ipv6 and interface pair.
Helper class that adds ns3::Ipv4GlobalRouting objects.
Access to the IPv4 forwarding table, interfaces, and configuration.
Implement the IPv4 layer.
DropReason
Reason why a packet has been dropped.
Helper class that adds ns3::Ipv4ListRouting objects.
void Add(const Ipv4RoutingHelper &routing, int16_t priority)
a factory to create ns3::Ipv4RoutingProtocol objects
virtual Ipv4RoutingHelper * Copy() const =0
virtual constructor
virtual Ptr< Ipv4RoutingProtocol > Create(Ptr< Node > node) const =0
Helper class that adds ns3::Ipv4StaticRouting objects.
Demultiplexes IPv6 extensions.
static const uint8_t EXT_NUMBER
Fragmentation extension number.
Access to the IPv6 forwarding table, interfaces, and configuration.
IPv6 layer implementation.
DropReason
Reason why a packet has been dropped.
A factory to create ns3::Ipv6RoutingProtocol objects.
virtual Ptr< Ipv6RoutingProtocol > Create(Ptr< Node > node) const =0
virtual Ipv6RoutingHelper * Copy() const =0
virtual constructor
Helper class that adds ns3::Ipv6StaticRouting objects.
keep track of a set of node pointers.
std::vector< Ptr< Node > >::const_iterator Iterator
Node container iterator.
Iterator End() const
Get an iterator which indicates past-the-last Node in the container.
static NodeContainer GetGlobal()
Create a NodeContainer that contains a list of all nodes created through NodeContainer::Create() and ...
Iterator Begin() const
Get an iterator which refers to the first Node in the container.
bool TraceConnectWithoutContext(std::string name, const CallbackBase &cb)
Connect a TraceSource to a Callback without a context.
Instantiate subclasses of ns3::Object.
Ptr< Object > Create() const
Create an Object instance of the configured TypeId.
void SetTypeId(TypeId tid)
Set the TypeId of the Objects to be created by this factory.
A base class which provides memory management and object aggregation.
static void EnablePrinting()
Enable printing packets metadata.
This can be used as an interface in a node in order for the node to generate PacketSockets that can c...
Manage pcap files for device models.
Ptr< PcapFileWrapper > CreateFile(std::string filename, std::ios::openmode filemode, DataLinkType dataLinkType, uint32_t snapLen=std::numeric_limits< uint32_t >::max(), int32_t tzCorrection=0)
Create and initialize a pcap file.
std::string GetFilenameFromInterfacePair(std::string prefix, Ptr< Object > object, uint32_t interface, bool useObjectNames=true)
Let the pcap helper figure out a reasonable filename to use for the pcap file associated with a node.
Smart pointer class similar to boost::intrusive_ptr.
static Time Now()
Return the current simulation virtual time.
Hold variables of type string.
double GetSeconds() const
Get an approximation of the time stored in this instance in the indicated unit.
The Traffic Control layer aims at introducing an equivalent of the Linux Traffic Control infrastructu...
a unique identifier for an interface.
static TypeId LookupByName(std::string name)
Get a TypeId by name.
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file,...
#define NS_ASSERT_MSG(condition, message)
At runtime, in debugging builds, if this condition is not true, the program prints the message to out...
void Connect(std::string path, const CallbackBase &cb)
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by ",...
#define NS_LOG_INFO(msg)
Use NS_LOG to output a message of level LOG_INFO.
auto MakeBoundCallback(R(*fnPtr)(Args...), BArgs &&... bargs)
Make Callbacks with varying number of bound arguments.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
static void Ipv6L3ProtocolDropSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, const Ipv6Header &header, Ptr< const Packet > packet, Ipv6L3Protocol::DropReason reason, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 dropped packet - Ascii output.
static void Ipv4L3ProtocolDropSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, const Ipv4Header &header, Ptr< const Packet > packet, Ipv4L3Protocol::DropReason reason, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 dropped packet - Ascii output.
Callback< R, Args... > MakeCallback(R(T::*memPtr)(Args...), OBJ objPtr)
Build Callbacks for class method members which take varying numbers of arguments and potentially retu...
static void Ipv6L3ProtocolRxTxSink(Ptr< const Packet > p, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 packet - Pcap output.
std::map< InterfacePairIpv4, Ptr< OutputStreamWrapper > > InterfaceStreamMapIpv4
Ipv4/interface and output stream container.
static void Ipv4L3ProtocolRxTxSink(Ptr< const Packet > p, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 packet - Pcap output.
static void Ipv6L3ProtocolRxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 received packet - Ascii output.
std::map< InterfacePairIpv6, Ptr< OutputStreamWrapper > > InterfaceStreamMapIpv6
Ipv6/interface and output stream container.
static InterfaceStreamMapIpv6 g_interfaceStreamMapIpv6
A mapping of Ipv6/interface pairs to pcap files.
std::map< InterfacePairIpv6, Ptr< PcapFileWrapper > > InterfaceFileMapIpv6
Ipv6/interface and Pcap file wrapper container.
std::pair< uint32_t, uint32_t > InterfacePairIpv6
Ipv6/interface pair.
static void Ipv4L3ProtocolRxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 received packet - Ascii output.
static void Ipv6L3ProtocolTxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 transmitted packet - Ascii output.
std::map< InterfacePairIpv4, Ptr< PcapFileWrapper > > InterfaceFileMapIpv4
Ipv4/interface and Pcap file wrapper container.
static void Ipv4L3ProtocolRxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 received packet - Ascii output.
std::pair< uint32_t, uint32_t > InterfacePairIpv4
Ipv4/interface pair.
static InterfaceFileMapIpv4 g_interfaceFileMapIpv4
A mapping of Ipv4/interface pairs to pcap files.
static InterfaceStreamMapIpv4 g_interfaceStreamMapIpv4
A mapping of Ipv4/interface pairs to ascii streams.
static void Ipv4L3ProtocolDropSinkWithoutContext(Ptr< OutputStreamWrapper > stream, const Ipv4Header &header, Ptr< const Packet > packet, Ipv4L3Protocol::DropReason reason, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 dropped packet - Ascii output.
static void Ipv4L3ProtocolTxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 transmitted packet - Ascii output.
static InterfaceFileMapIpv6 g_interfaceFileMapIpv6
A mapping of Ipv6/interface pairs to pcap files.
static void Ipv4L3ProtocolTxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 transmitted packet - Ascii output.
static void Ipv6L3ProtocolRxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 received packet - Ascii output.
static void Ipv6L3ProtocolTxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 transmitted packet - Ascii output.
static void Ipv6L3ProtocolDropSinkWithoutContext(Ptr< OutputStreamWrapper > stream, const Ipv6Header &header, Ptr< const Packet > packet, Ipv6L3Protocol::DropReason reason, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 dropped packet - Ascii output.