Issue 6 Fix - Change netstat protocols to lower case to support unix. Some windows protocols will not work on unix.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@294 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
ed10cb41b3
commit
99ec50f096
@ -330,7 +330,7 @@ public class Challenge2Screen extends SequentialLessonAdapter
|
||||
{
|
||||
t.setBorder(1);
|
||||
}
|
||||
String[] list = { "TCP", "TCPv6", "IP", "IPv6", "UDP", "UDPv6" };
|
||||
String[] list = { "tcp", "tcpv6", "ip", "ipv6", "udp", "udpv6" };
|
||||
|
||||
TR tr = new TR();
|
||||
tr.addElement(new TD().addElement(ECSFactory.makeButton("View Network")));
|
||||
|
Loading…
x
Reference in New Issue
Block a user