We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27157c1 commit 6397634Copy full SHA for 6397634
‎lib/redhound/header/ether.rb
@@ -18,7 +18,6 @@ def initialize(bytes:)
18
end
19
20
def generate
21
- pp @bytes[0..5]
22
@dhost = @bytes[0..5]
23
@shost = @bytes[6..11]
24
@type = @bytes[12..13]
0 commit comments