This commit is contained in:
Neale Pickett 2007-12-12 12:22:42 -07:00
parent 9308b408eb
commit 5fa124a2ba
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Frame:
def __repr__(self):
return '<Frame %s:%d -> %s:%d len %d>' % (self.src_addr, self.th_sport,
self.drc_addr, self.th_dport,
self.dst_addr, self.th_dport,
len(self.payload))