summaryrefslogtreecommitdiffhomepage
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/library_packet.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/library_packet.rst b/doc/source/library_packet.rst
index 70340f6e..b4a5d919 100644
--- a/doc/source/library_packet.rst
+++ b/doc/source/library_packet.rst
@@ -10,6 +10,13 @@ packets. dpkt is the popular library for the same purpose, however it
is not designed to handle protocols that are interleaved; vlan, mpls,
gre, etc. So we implemented our own packet library.
+Network Addresses
+=================
+
+Unless otherwise specified, MAC/IPv4/IPv6 addresses are specified
+using human readable strings for this library.
+For example, '08:60:6e:7f:74:e7', '192.0.2.1', 'fe80::a60:6eff:fe7f:74e7'.
+
Parsing Packet
==============