Renamed to X

git-svn-id: file:///home/svn/framework3/trunk@4109 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-11-06 03:40:14 +00:00
parent 39a3bd4a63
commit ea074d9abb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
require 'pcap'
require 'PcapX'
require 'getopts'
def pcaplet_usage()
@ -12,7 +12,7 @@ Options:
END
end
module Pcap
module PcapX
class Pcaplet
def usage(status, msg = nil)
$stderr.puts msg if msg