Sha256: 2bac736ee5a5e10f4434cb3db0bf576dc21d6e2f03fbabcc402c135096a7535a

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

# path setting magic for example directory only
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require "bilbo"

# start a new capture instance
Bilbo::Capture.new do |packet|
  # do something with the packet
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bilbo-1.0.1 examples/capture_example_2.rb
bilbo-1.0.0 examples/capture_example_2.rb