Menu

#64 I.ICMP incorrect IP used in response

3.0b6
pending-fixed
None
5
2013-07-09
2013-06-24
No

Reported by Geoff Body:

Source file I.icmp.s changes:

line ~259 should be #ip_src instead of #ip_dst

line ~269 PZL TMPPTR should pass the TMPPTR pointer + IPHEADERLEN so it points to IPdata

Discussion

  • Andrew Roughan

    Andrew Roughan - 2013-06-24
    • Group: Intermittent/non-reproducable --> Reproducable
     
  • Andrew Roughan

    Andrew Roughan - 2013-07-09

    I changed line 259 as requested
    and
    269 PZL TMPTR
    to be

    CLC
    LDA TMPTR
    ADC IPHEADERLEN
    TAX
    LDA TMPTR+2
    ADC #0
    PHA
    PHX
    
     
  • Andrew Roughan

    Andrew Roughan - 2013-07-09

    Geoff tested this and reported>
    If I am connected using the telnet client I now get a response back from the IIgs to ping requests.
    The response time is 60ms on a Rom 03 2.8MHz.

     
  • Andrew Roughan

    Andrew Roughan - 2013-07-09
    • status: open --> pending-fixed
    • Group: Reproducable --> 3.0b6
     

Log in to post a comment.

MongoDB Logo MongoDB