note about network address representation
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
4f74c9b367
commit
37a11525df
@ -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,
|
is not designed to handle protocols that are interleaved; vlan, mpls,
|
||||||
gre, etc. So we implemented our own packet library.
|
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
|
Parsing Packet
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user