Changeset 5604
- Timestamp:
- 07/26/08 13:23:54 (2 months ago)
- Files:
-
- framework3/trunk/lib/rex/socket/ip.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/lib/rex/socket/ip.rb
r5603 r5604 97 97 Rex::Compat.is_macosx 98 98 ) 99 dgram=dgram.dup100 dgram[2,2]=dgram[2,2].unpack("n").pack("s")101 dgram[6,2]=dgram[6,2].unpack("n").pack("s")99 gram=gram.dup 100 gram[2,2]=gram[2,2].unpack("n").pack("s") 101 gram[6,2]=gram[6,2].unpack("n").pack("s") 102 102 end 103 103
