This commit is contained in:
Nico Schottelius 2019-03-04 16:26:03 +01:00
parent 91f2788778
commit d558537367
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ log = logging.getLogger("main")
class CpuHeader(Packet):
name = 'CpuPacket'
fields_desc = [
BitField('task',0,8)
BitField('task',0,8),
BitField('ingress_port', 0, 16)
]