NetSim 1.0.0
An educational network simulation software for students
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
ipv4.h File Reference

Contains the IPv4 class definition. More...

#include "src/models/ipaddress.h"
#include "src/models/package.h"
#include <QDebug>
#include <QList>
#include <QString>
#include <QVector>
Include dependency graph for ipv4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NetSim::IPv4
 A static class that provides methods to handle IPv4 headers and their checksum. More...
 

Namespaces

namespace  NetSim
 

Enumerations

enum  NetSim::IPFlag { NetSim::MF = 0 , NetSim::DF = 1 }
 Enumeration representing IP Flags. More...
 

Detailed Description

Contains the IPv4 class definition.