Hi Steve: I am still working on it. I can't seem to capture the DHCP traffic when hooked up to this router. I have had the router setup to mirror all traffic to a port which is monitored by Wireshark, but I never see the bootp activity. I am able to capture the bootp traffic on another router. I have confirmed that the code is executing the following case statement in source/ti/ndk/nettools/dhcp/dhcpsm.c. case SELECTING : /* Set IPServer to broadcast */ pLease->IPServer = INADDR_BROADCAST; StateSelecting(pLease); break; Either the DHCP traffic is just not there or the port mirroring isn't doing everything it should. I am going to try and get a hold of a tap (any recommendations on a good tap?). Any other ideas are welcome of course :). Paul
↧