Displaying 3 results from an estimated 3 matches for "wiershark".
2015 Jun 09
2
EFI and proxyDHCP: setups
>>>
And I stand corrected Patrick.? Apparently some clients are
stuffing bad values into packets and moving the code to save the MAC resolves
the deafness I observed.
Commit 8a00e49 is the change.
--
-Gene
<<<
OK; I was about to ask you a few wiershark captures...
I looked at the last commit and I think
if (mode->PxeReplyReceived)
pkt_v4 = &mode->PxeReply.Dhcpv4;
else if (mode->ProxyOfferReceived)
pkt_v4 = &mode->ProxyOffer.Dhcpv4;
should be replaced by
if (mode->PxeReplyReceived)
pkt_v4 = &mode->...
2015 Jun 09
0
EFI and proxyDHCP: setups
...> And I stand corrected Patrick. Apparently some clients are
> stuffing bad values into packets and moving the code to save the MAC resolves
> the deafness I observed.
> Commit 8a00e49 is the change.
> --
> -Gene
> <<<
>
> OK; I was about to ask you a few wiershark captures...
>
>
> I looked at the last commit and I think
>
> if (mode->PxeReplyReceived)
> pkt_v4 = &mode->PxeReply.Dhcpv4;
> else if (mode->ProxyOfferReceived)
> pkt_v4 = &mode->ProxyOffer.Dhcpv4;
>
> should be replaced by...
2015 Jun 09
2
EFI and proxyDHCP: setups
On Sun, Jun 7, 2015 at 5:09 PM, Patrick Masotta <masottaus at yahoo.com> wrote:
>>>>
> Patrick, I think I've been able to figure out some missing details
> about your VMware Workstation tests. For a proxyDHCP,
> I'm using dnsmasq. Could you try to confirm your test was the
> same basic setup?
>
> On VMware Workstation 10 with a VMHWv10 VM set to