--- a/src/internet-node/ipv4-l4-protocol.cc Mon Apr 14 16:19:17 2008 -0700
+++ b/src/internet-node/ipv4-l4-protocol.cc Thu Apr 17 13:42:25 2008 -0700
@@ -34,11 +34,11 @@
static TypeId tid = TypeId ("ns3::Ipv4L4Protocol")
.SetParent<Object> ()
.AddAttribute ("ProtocolNumber", "The Ipv4 protocol number.",
- Uinteger (0),
+ UintegerValue (0),
MakeUintegerAccessor (&Ipv4L4Protocol::GetProtocolNumber),
MakeUintegerChecker<int> ())
.AddAttribute ("Version", "The version of the protocol.",
- Uinteger (0),
+ UintegerValue (0),
MakeUintegerAccessor (&Ipv4L4Protocol::GetVersion),
MakeUintegerChecker<int> ())
;