diff -r 4e8cb1577144 -r 4b28e9740e3b src/internet-node/ipv4-l4-protocol.cc --- 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 () .AddAttribute ("ProtocolNumber", "The Ipv4 protocol number.", - Uinteger (0), + UintegerValue (0), MakeUintegerAccessor (&Ipv4L4Protocol::GetProtocolNumber), MakeUintegerChecker ()) .AddAttribute ("Version", "The version of the protocol.", - Uinteger (0), + UintegerValue (0), MakeUintegerAccessor (&Ipv4L4Protocol::GetVersion), MakeUintegerChecker ()) ;