Class: FFI::PCap::Handler

Inherits:
Object
  • Object
show all
Defined in:
lib/ffi/pcap/copy_handler.rb

Overview

This class only exists for backward compatibility. Setting pcap handler to nil has the same effect now.

Instance Method Summary collapse

Instance Method Details

#receive_pcap(*args) ⇒ Object



33
34
35
# File 'lib/ffi/pcap/copy_handler.rb', line 33

def receive_pcap(*args)
  args
end