diff options
Diffstat (limited to 'python/m5/objects/Ethernet.py')
-rw-r--r-- | python/m5/objects/Ethernet.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/m5/objects/Ethernet.py b/python/m5/objects/Ethernet.py index a357ba346..d3e8c2811 100644 --- a/python/m5/objects/Ethernet.py +++ b/python/m5/objects/Ethernet.py @@ -30,6 +30,7 @@ class EtherTap(EtherInt): class EtherDump(SimObject): type = 'EtherDump' file = Param.String("dump file") + maxlen = Param.Int(96, "max portion of packet data to dump") if build_env['ALPHA_TLASER']: |