Syncing PacketFu with upstream.
git-svn-id: file:///home/svn/framework3/trunk@12952 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
64ea35d743
commit
c12939e582
|
@ -345,7 +345,7 @@ module PacketFu
|
|||
end
|
||||
end
|
||||
table
|
||||
if @headers.last.members.include? :body
|
||||
if @headers.last.members.map {|x| x.to_sym }.include? :body
|
||||
body_part = [:body, self.payload, @headers.last.body.class.name]
|
||||
end
|
||||
table << body_part
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module PacketFu
|
||||
|
||||
# Check the repo's for version release histories
|
||||
VERSION = "1.1.0"
|
||||
VERSION = "1.1.1" # Fixes for 1.8
|
||||
|
||||
# Returns PacketFu::VERSION
|
||||
def self.version
|
||||
|
|
Loading…
Reference in New Issue