diff -r 39bb7c3571e9 -r 052078dda061 networkprotocols/ipeventnotifier/src/DHCPUnicastTranslator.cpp --- a/networkprotocols/ipeventnotifier/src/DHCPUnicastTranslator.cpp Mon May 03 13:58:16 2010 +0300 +++ b/networkprotocols/ipeventnotifier/src/DHCPUnicastTranslator.cpp Tue Jun 29 19:20:22 2010 +0530 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -128,7 +128,7 @@ #ifndef _DEBUG if (udp.iHdr->DstPort() == 68) #else - if (udp.iHdr->DstPort() == 68 || udp.iHdr->DstPort() == 127 || udp.iHdr->DstPort() == 119 || udp.iHdr->DstPort() == 125 + if (udp.iHdr->DstPort() == 68 || udp.iHdr->DstPort() == 127 || udp.iHdr->DstPort() == 119 || udp.iHdr->DstPort() == 94 || udp.iHdr->DstPort() == 125 #ifdef SYMBIAN_NETWORKING_DHCP_MSG_HEADERS || udp.iHdr->DstPort() == 92 || udp.iHdr->DstPort() == 99 #endif//SYMBIAN_NETWORKING_DHCP_MSG_HEADERS