Advertisement
doragasu

Untitled

Jan 2nd, 2018
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. pbuf_remove_header: old 0x3ffed832 new 0x3ffed846 (20)
  2. TCP header:
  3. +-------------------------------+
  4. | 43858 | 1989 | (src port, dest port)
  5. +-------------------------------+
  6. | 3188347345 | (seq no)
  7. +-------------------------------+
  8. | 0000000000 | (ack no)
  9. +-------------------------------+
  10. | 10 | |000010| 29200 | (hdrlen, flags (SYN
  11. ), win)
  12. +-------------------------------+
  13. | 0x6de3 | 0 | (chksum, urgp)
  14. +-------------------------------+
  15. inet_chksum_pseudo(): checksumming pbuf 0x3ffef1c8 (has next 0)
  16. inet_chksum_pseudo(): pbuf chain lwip_chksum()=ffff
  17. pbuf_remove_header: old 0x3ffed846 new 0x3ffed86e (40)
  18. tcp_input: packed for LISTENing connection.
  19. TCP connection request 43858 -> 1989.
  20. sys_timeout: 0x3fff3658 msecs=250 handler=tcpip_tcp_timer arg=0
  21. tcp_parseopt: MSS
  22. tcp_parseopt: SACK_PERM
  23. tcp_parseopt: TS
  24. tcp_parseopt: NOP
  25. tcp_parseopt: other
  26. pbuf_alloc(length=20)
  27. pbuf_alloc(length=20) == 0x3fff35c8
  28. pbuf_add_header: old 0x3fff3638 new 0x3fff3624 (20)
  29. inet_chksum_pseudo(): checksumming pbuf 0x3fff35c8 (has next 0)
  30. inet_chksum_pseudo(): pbuf chain lwip_chksum()=17bc
  31. pbuf_add_header: old 0x3fff3624 new 0x3fff3610 (20)
  32. ip4_output_if: en0
  33. IP header:
  34. +-------------------------------+
  35. | 4 | 5 | 0x00 | 60 | (v, hl, tos, len)
  36. +-------------------------------+
  37. | 5 |000| 0 | (id, flags, offset)
  38. +-------------------------------+
  39. | 255 | 6 | 0x37d8 | (ttl, proto, chksum)
  40. +-------------------------------+
  41. | 192 | 168 | 1 | 132 | (src)
  42. +-------------------------------+
  43. | 192 | 168 | 1 | 10 | (dest)
  44. +-------------------------------+
  45. ip4_output_if: call netif->output()
  46. pbuf_add_header: old 0x3fff3610 new 0x3fff3602 (14)
  47. pbuf_free(0x3ffef1c8)
  48. pbuf_free: deallocating 0x3ffef1c8
  49. sct calling h=cyclic_timer arg=0x40220304
  50. tcpip: ip_reass_tmr()
  51. sys_timeout: 0x3ffeee20 msecs=1000 handler=cyclic_timer arg=0x40220304
  52. sct calling h=cyclic_timer arg=0x40220334
  53. tcpip: igmp_tmr()
  54. sys_timeout: 0x3ffeede0 msecs=100 handler=cyclic_timer arg=0x40220334
  55. sct calling h=cyclic_timer arg=0x40220310
  56. tcpip: etharp_tmr()
  57. sys_timeout: 0x3ffeedf8 msecs=1000 handler=cyclic_timer arg=0x40220310
  58. sct calling h=cyclic_timer arg=0x40220340
  59. tcpip: pbuf_free(0x3fff35c8)
  60. pbuf_free: 0x3fff35c8 has ref 1, ending here.
  61. dns_tmr()
  62. dns_tmr: dns_check_entries
  63. sys_timeout: 0x3ffef1a8 msecs=1000 handler=cyclic_timer arg=0x40220340
  64. tcpip_thread: PACKET 0x3ffef1c8
  65. pbuf_remove_header: old 0x3ffed1e0 new 0x3ffed1ee (14)
  66. ip_input: iphdr->dest 0x8401a8c0 netif->ip_addr 0x8401a8c0 (0x1a8c0, 0x1a8c0, 0x84000000)
  67. ip4_input: packet accepted on interface en
  68. ip4_input:
  69. IP header:
  70. +-------------------------------+
  71. | 4 | 5 | 0x00 | 52 | (v, hl, tos, len)
  72. +-------------------------------+
  73. | 4224 |010| 0 | (id, flags, offset)
  74. +-------------------------------+
  75. | 64 | 6 | 0xa665 | (ttl, proto, chksum)
  76. +-------------------------------+
  77. | 192 | 168 | 1 | 10 | (src)
  78. +-------------------------------+
  79. | 192 | 168 | 1 | 132 | (dest)
  80. +-------------------------------+
  81. ip4_input: p->len 52 p->tot_len 52
  82. pbuf_remove_header: old 0x3ffed1ee new 0x3ffed202 (20)
  83. TCP header:
  84. +-------------------------------+
  85. | 43858 | 1989 | (src port, dest port)
  86. +-------------------------------+
  87. | 3188347346 | (seq no)
  88. +-------------------------------+
  89. | 0000006511 | (ack no)
  90. +-------------------------------+
  91. | 8 | |010000| 29200 | (hdrlen, flags (ACK
  92. ), win)
  93. +-------------------------------+
  94. | 0x146b | 0 | (chksum, urgp)
  95. +-------------------------------+
  96. inet_chksum_pseudo(): checksumming pbuf 0x3ffeee78 (has next 0)
  97. inet_chksum_pseudo(): pbuf chain lwip_chksum()=ffff
  98. pbuf_remove_header: old 0x3ffed202 new 0x3ffed222 (32)
  99. +-+-+-+-+-+-+-+-+-+-+-+-+-+- tcp_input: flags ACK
  100. -+-+-+-+-+-+-+-+-+-+-+-+-+-+
  101. State: SYN_RCVD
  102. tcp_parseopt: NOP
  103. tcp_parseopt: NOP
  104. tcp_parseopt: TS
  105. TCP connection established 43858 -> 1989.
  106. accept_function: newpcb->state: ESTABLISHED
  107. tcp_receive: ACK for 6511, unacked->seqno 6510:6511
  108. tcp_receive: removing 6510:6511 from pcb->unacked
  109. pbuf_free(0x3fff35c8)
  110. pbuf_free: deallocating 0x3fff35c8
  111. State: ESTABLISHED
  112. pbuf_free(0x3ffeee78)
  113. pbuf_free: deallocating 0x3ffeee78
  114. sct calling h=cyclic_timer arg=0x40220328
  115. tcpip: dhcp_fine_tmr()
  116. sys_timeout: 0x3ffeedc0 msecs=500 handler=cyclic_timer arg=0x40220328
  117. sct calling h=cyclic_timer arg=0x40220334
  118. tcpip: igmp_tmr()
  119. sys_timeout: 0x3ffeede0 msecs=100 handler=cyclic_timer arg=0x40220334
  120. sct calling h=tcpip_tcp_timer arg=0
  121. tcp_slowtmr: processing active pcb
  122. sys_timeout: 0x3ffeee78 msecs=250 handler=tcpip_tcp_timer arg=0
  123. lwip_selscan: fd=3 ready for reading
  124. lwip_select: nready=1
  125. select()=1
  126. --> in con loop 0
  127. --> in con loop 1
  128. --> in con loop 2
  129. --> in con loop 3
  130. --> 3 is set!
  131. Accept connection 3 on ch 1
  132. lwip_accept(3)...
  133. lwip_accept(3) returning new sock=4 addr=192.168.1.10 port=43858
  134. Socket 4, channel 1: established connection from 192.168.1.10.
  135. lwip_close(3)
  136. tcp_close: closing in State: LISTEN
  137. Accepted
  138. Raised
  139. .lwip_select(5, 0x3fff9470, 0, 0, tvsec=1 tvusec=0)
  140. Recv msg, evt=5
  141. Serial recvd 5 bytes.
  142. CmdRequest: 20
  143. Sending 5 bytes
  144. Fatal exception (9):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement