Module: Sflowtool

Defined in:
lib/sflowtool.rb,
ext/sflowtool/fluent-plugin-sflow.c

Class Method Summary collapse

Class Method Details

.parse(data, exporter) ⇒ Object



5
6
7
# File 'lib/sflowtool.rb', line 5

def parse(data, exporter)
  purge_trailing_commas(receive_sflow_datagram(data, exporter))
end

.receive_sflow_datagramObject



12
13
# File 'ext/sflowtool/fluent-plugin-sflow.c', line 12

VALUE wrap_receiveSFlowDatagram(self, data, exporter)
VALUE self, data, exporter;