Displaying 3 results from an estimated 3 matches for "113ede2".
2015 Sep 04
2
[syslinux:master] tftp: Report server IP address on debug message
...When debugging, it is very useful to get the ip adress of the server
> that reponsded to that packet.
>
> ---
> core/fs/pxe/tftp.c | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/core/fs/pxe/tftp.c b/core/fs/pxe/tftp.c
> index 446da63..113ede2 100644
> --- a/core/fs/pxe/tftp.c
> +++ b/core/fs/pxe/tftp.c
> @@ -259,7 +259,16 @@ wait_pkt:
> } else {
> /* Make sure the packet actually came from the server and
> is long enough for a TFTP opcode */
> - dprintf("tftp_open: got packet buflen=%d\n&qu...
2015 Sep 05
1
[syslinux:master] tftp: Report server IP address on debug message
...gt; >> that reponsded to that packet.
> >>
> >> ---
> >> core/fs/pxe/tftp.c | 11 ++++++++++-
> >> 1 file changed, 10 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/core/fs/pxe/tftp.c b/core/fs/pxe/tftp.c
> >> index 446da63..113ede2 100644
> >> --- a/core/fs/pxe/tftp.c
> >> +++ b/core/fs/pxe/tftp.c
> >> @@ -259,7 +259,16 @@ wait_pkt:
> >> } else {
> >> /* Make sure the packet actually came from the server and
> >> is long enough for a TFTP opcod...
2015 Sep 05
0
[syslinux:master] tftp: Report server IP address on debug message
...ful to get the ip adress of the server
>> that reponsded to that packet.
>>
>> ---
>> core/fs/pxe/tftp.c | 11 ++++++++++-
>> 1 file changed, 10 insertions(+), 1 deletion(-)
>>
>> diff --git a/core/fs/pxe/tftp.c b/core/fs/pxe/tftp.c
>> index 446da63..113ede2 100644
>> --- a/core/fs/pxe/tftp.c
>> +++ b/core/fs/pxe/tftp.c
>> @@ -259,7 +259,16 @@ wait_pkt:
>> } else {
>> /* Make sure the packet actually came from the server and
>> is long enough for a TFTP opcode */
>> - dprint...