[Javanetsim-cvs] javaNetSim/core/protocolsuite/tcp_ip/ospf ospf_packetheader.java,1.4,1.5
Status: Beta
Brought to you by:
darkkey
From: Alouette <alo...@us...> - 2006-02-10 13:48:58
|
Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/ospf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32073/core/protocolsuite/tcp_ip/ospf Modified Files: ospf_packetheader.java Log Message: Index: ospf_packetheader.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/ospf/ospf_packetheader.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ospf_packetheader.java 10 Feb 2006 13:00:57 -0000 1.4 --- ospf_packetheader.java 10 Feb 2006 13:48:45 -0000 1.5 *************** *** 41,44 **** --- 41,45 ---- */ public ospf_packetheader() { + super(""); Checksum=1; Authentication=""; *************** *** 55,58 **** --- 56,60 ---- public ospf_packetheader(int inType) { + super(""); Checksum=1; Type=inType; |