pcap_tools icon indicating copy to clipboard operation
pcap_tools copied to clipboard

Some tools to proccess tcpdump dumps

Results 3 pcap_tools issues
Sort by recently updated
recently updated
newest added

A TCP segment that has the FIN flag set may also contain data. The following segment contains 848 octets of data and has the FIN flag set: ``` 19:03:37.804959 IP...

irb(main):001:0> require 'pcap_tools' LoadError: cannot load such file -- C:/Ruby200/lib/ruby/gems/2.0.0/gems/popen4-0 .1.2/lib/open3 from C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/popen4-0.1.2/lib/popen4.rb:10:i n `' from C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' from C:/Ruby200/lib/ruby/gems/2.0.0/gems/pcap_tools-0.0.7/lib/pcap_tools /loader.rb:1:in`'...

``` C:\Users\Administrator\Desktop>pcap_tools data2.pcap Mode : http C:/Ruby193/lib/ruby/gems/1.9.1/gems/popen4-0.1.2/lib/popen4.rb:49:in `popen4': uninitialized constant POpen4::Open4 (NameError) from C:/Ruby193/lib/ruby/gems/1.9.1/gems/pcap_tools-0.0.7/lib/pcap_tools/loader.rb:102:in `load_file' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/pcap_tools-0.0.7/bin/pcap_tools:138:in `block in ' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/pcap_tools-0.0.7/bin/pcap_tools:137:in `each' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/pcap_tools-0.0.7/bin/pcap_tools:137:in `' from C:/Ruby193/bin/pcap_tools:23:in `load' from...