This website requires JavaScript.
Explore
Help
Sign In
adam
/
metasploit-gs
Watch
1
Star
0
Fork
0
You've already forked metasploit-gs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
154894bda6ef76d4eb2bec80e861ba94de97e4a5
metasploit-gs
/
lib
/
packetfu.rb
T
6 lines
74 B
Ruby
Raw
Normal View
History
Unescape
Escape
Mark all libraries as defaulting to 8-bit strings
2012-06-29 00:18:28 -05:00
# -*- coding: binary -*-
Fixes
#3348
. Adds the PacketFu packet processing library from
http://code.google.com/p/packetfu/
, and adds a db_import path for pcaps (it's straightforward -- db_import /path/to/file.pcap will import hosts and service ports from a pcap file.)
2010-12-12 17:44:48 +00:00
module
PacketFu
end
Updating PacketFu to 1.0.2
2011-05-23 14:04:38 +00:00
require
'packetfu/packetfu'
Fixes
#3348
. Adds the PacketFu packet processing library from
http://code.google.com/p/packetfu/
, and adds a db_import path for pcaps (it's straightforward -- db_import /path/to/file.pcap will import hosts and service ports from a pcap file.)
2010-12-12 17:44:48 +00:00
Reference in New Issue
Copy Permalink