yanzou

Results 2 issues of yanzou

hi, I was using this gem for parsing and filtering pcap, then I came across a problem: ``` ruby header = ::Pcap::Capture.open_dead(parser.datalink, parser.snaplen) dumper = ::Pcap::Dumper.open(header, new_file) #do some thing...

Hi there, I am try to something like this ``` ruby data = get_some_collection #get [{obj1}, {obj2}.....] rendered_data = rabl.render_to_stream(data, rabl_template) #render via rabl template file and get result as...