Update of /cvsroot/javanetsim/javaNetSim/core
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23439/core
Modified Files:
CommandProcessor.java
Log Message:
wrong parameters description fixed
Index: CommandProcessor.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/CommandProcessor.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** CommandProcessor.java 2 Nov 2008 22:25:23 -0000 1.41
--- CommandProcessor.java 3 Nov 2008 23:33:11 -0000 1.42
***************
*** 837,841 ****
modes = new Modes(CommandInterface.CONF_MODE, CommandInterface.NETWORK_LAYER, CommandInterface.NO_CALL);
call_params = "(1|2|3|4) size <40bit|128bit> <HEX key>";
! no_call_params = "<cr>";
}
public String call(Vector<String> params){
--- 837,841 ----
modes = new Modes(CommandInterface.CONF_MODE, CommandInterface.NETWORK_LAYER, CommandInterface.NO_CALL);
call_params = "(1|2|3|4) size <40bit|128bit> <HEX key>";
! no_call_params = "(1|2|3|4)";
}
public String call(Vector<String> params){
***************
*** 1655,1659 ****
modes = new Modes(CommandInterface.CONF_MODE, CommandInterface.NETWORK_LAYER, CommandInterface.CALL_ONLY);
call_params = "(client|repeater|root access-point)";
- no_call_params = "<cr>";
}
public String call(Vector<String> params){
--- 1655,1658 ----
|