Syncing PacketFu with upstream.

git-svn-id: file:///home/svn/framework3/trunk@12952 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Tod Beardsley 2011-06-16 13:58:33 +00:00
parent 64ea35d743
commit c12939e582
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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