Address @hmoore-r7's feedback regarding binary encoding
parent
a4f623a955
commit
6185721a61
|
@ -1,4 +1,4 @@
|
||||||
# encoding: UTF-8
|
# -*- coding: binary -*-
|
||||||
|
|
||||||
require 'rex/proto/sip/response'
|
require 'rex/proto/sip/response'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# encoding: UTF-8
|
# -*- coding: binary -*-
|
||||||
|
|
||||||
# SIP protocol support
|
# SIP protocol support
|
||||||
require 'rex/proto/sip/response'
|
require 'rex/proto/sip/response'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# encoding: UTF-8
|
# -*- coding: binary -*-
|
||||||
|
|
||||||
module Rex
|
module Rex
|
||||||
module Proto
|
module Proto
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# encoding: UTF-8
|
# -*- coding: binary -*-
|
||||||
##
|
##
|
||||||
# This module requires Metasploit: http//metasploit.com/download
|
# This module requires Metasploit: http//metasploit.com/download
|
||||||
# Current source: https://github.com/rapid7/metasploit-framework
|
# Current source: https://github.com/rapid7/metasploit-framework
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# encoding: UTF-8
|
# -*- coding: binary -*-
|
||||||
##
|
##
|
||||||
# This module requires Metasploit: http//metasploit.com/download
|
# This module requires Metasploit: http//metasploit.com/download
|
||||||
# Current source: https://github.com/rapid7/metasploit-framework
|
# Current source: https://github.com/rapid7/metasploit-framework
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# encoding: UTF-8
|
# -*- coding: binary -*-
|
||||||
|
|
||||||
require 'rex/proto/sip/response'
|
require 'rex/proto/sip/response'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue