[Javanetsim-cvs] javaNetSim/core/protocolsuite/tcp_ip SNMP.java,1.7,1.8
Status: Beta
Brought to you by:
darkkey
From: QweR <qw...@us...> - 2006-02-09 23:12:47
|
Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2985/core/protocolsuite/tcp_ip Modified Files: SNMP.java Log Message: Index: SNMP.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/SNMP.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SNMP.java 1 Feb 2006 21:38:59 -0000 1.7 --- SNMP.java 9 Feb 2006 23:12:39 -0000 1.8 *************** *** 48,53 **** public class SNMP extends Application{ ! public final static int SNMP_ERROR_DPI_noError = 0; ! public final static int SNMP_ERROR_DPI_notFound = 102; public final static int SNMP_GET = 1; public final static int SNMP_GETNEXT = 2; --- 48,61 ---- public class SNMP extends Application{ ! public final static int SNMP_ERROR_noError = 0; [...1142 lines suppressed...] - * @author gift (sourceforge.net user) - * @version v0.01 - */ - public void RecvIP(String IP) throws LowLinkException, TransportLayerException - { - - } - - /** - * This method recieves source port number of a packet - * @param data to receive - * @author gift (sourceforge.net user) - * @version v0.01 - */ - public void RecvPrt(int port_num) throws LowLinkException, TransportLayerException - { - - } } --- 1069,1071 ---- |