Developer’s Guide¶
Release: 4.5.4
This manual is written for developers who intend to extend INET with new components, written in C++.
Table of Contents
- Introduction
 - Working with Packets
- Overview
 - Representing Data
 - Representing Packets
 - Representing Signals
 - Representing Transmission Errors
 - Packet Tagging
 - Region Tagging
 - Dissecting Packets
 - Filtering Packets
 - Printing Packets
 - Recording PCAP
 - Encapsulating Packets
 - Fragmenting Packets
 - Aggregating Packets
 - Serializing Packets
 - Emulation Support
 - Queueing Packets
 - Buffering Packets
 - Reassembling Packets
 - Reordering Packets
 
 - Communicating with Tags
 - Using Sockets
 - Testing
 - Appendix: Author’s Guide