ethernet Header and Trailer classes

This commit is contained in:
Emmanuelle Laprise
2007-07-27 21:16:40 +02:00
parent 718ec64593
commit ad5f36f2ac
9 changed files with 540 additions and 6 deletions

View File

@@ -10,7 +10,10 @@ def build(bld):
'ipv4-address.cc',
'net-device.cc',
'mac-address.cc',
'address-utils.cc',
'llc-snap-header.cc',
'ethernet-header.cc',
'ethernet-trailer.cc',
'ipv4-route.cc',
'queue.cc',
'drop-tail-queue.cc',
@@ -30,10 +33,13 @@ def build(bld):
'ipv4-address.h',
'net-device.h',
'mac-address.h',
'address-utils.h',
'ipv4-route.h',
'queue.h',
'drop-tail-queue.h',
'llc-snap-header.h',
'ethernet-header.h',
'ethernet-trailer.h',
'channel.h',
'node-list.h',
'socket.h',