|
INET Framework for OMNeT++/OMNEST
|
#include <errno.h>#include "inet/common/packet/PcapDump.h"#include "inet/common/serializer/SerializerBase.h"#include "inet/networklayer/common/IPProtocolId_m.h"#include "inet/transportlayer/udp/UDPPacket_m.h"#include "inet/networklayer/ipv4/IPv4Datagram.h"#include "inet/common/serializer/ipv4/IPv4Serializer.h"#include "inet/networklayer/ipv6/IPv6Datagram.h"#include "inet/common/serializer/ipv6/IPv6Serializer.h"Classes | |
| struct | inet::pcap_hdr |
| struct | inet::pcaprec_hdr |
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
| #define | MAXBUFLENGTH 65536 |
| #define | PCAP_MAGIC 0xa1b2c3d4 |
| #define MAXBUFLENGTH 65536 |
Referenced by inet::PcapDump::writeFrame(), and inet::PcapDump::writeIPv6Frame().
| #define PCAP_MAGIC 0xa1b2c3d4 |
Referenced by inet::PcapDump::openPcap().