Changing H.323 constant for H323_STATUS_FACILITY

However, it's not actually being used in the module anywhere, so this
change appears cosmetic more than anything right now. However, I'm
inclined to believe Ricky's suggestions when it comes to H.323.

Corroborated by this 2003 post to the Ethereal mailing list:

http://www.ethereal.com/lists/ethereal-users/200311/msg00001.html

[See #6521]
unstable
Tod Beardsley 2012-03-13 12:26:03 -05:00
parent 1699825c27
commit 81248f35c4
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class Metasploit3 < Msf::Auxiliary
@@H323_STATUS_SETUP_ACK = 0x0D
@@H323_STATUS_CONNECT = 0x07
@@H323_STATUS_RELEASE_COMPLETE = 0x5a
@@H323_STATUS_FACILITY = 0x1c
@@H323_STATUS_FACILITY = 0x62
def encap_tpkt(ver,data)