Skip to content

Commit

Permalink
Perm change, fixed Issue #32 in zbreplay including the FCS in replaye…
Browse files Browse the repository at this point in the history
…d packets
  • Loading branch information
joswr1ght committed Apr 30, 2015
1 parent d98c5a6 commit ce59b13
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file modified tools/zbkey
100755 → 100644
Empty file.
Empty file modified tools/zbopenear
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion tools/zbreplay
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ while args.count != packetcount:
# We don't want to replay ACK packets from the capture, typically.
if not packet_ack(packet):
packetcount += 1
kb.inject(packet)
kb.inject(packet[0:-2])
time.sleep(args.sleep)
except TypeError: # raised when pnext returns Null (end of capture)
break
Expand Down
Empty file modified tools/zbwireshark
100755 → 100644
Empty file.

0 comments on commit ce59b13

Please sign in to comment.