Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. ip4_output_if: call netif->output()
  2. ip4_input: UDP packet to DHCP client port 1900
  3. ip4_input: packet not for us.
  4. ip4_input: UDP packet to DHCP client port 1900
  5. ip4_input: packet not for us.
  6. ip4_input: UDP packet to DHCP client port 1900
  7. ip4_input: packet not for us.
  8. ip4_input: UDP packet to DHCP client port 1900
  9. ip4_input: packet not for us.
  10. tcp_output_segment: rtseq 6682
  11. ip4_output_if: st0
  12. IP header:
  13. +-------------------------------+
  14. | 4 | 5 | 0x00 | 42 | (v, hl, tos, len)
  15. +-------------------------------+
  16. | 63 |000| 0 | (id, flags, offset)
  17. +-------------------------------+
  18. | 255 | 6 | 0xcb88 | (ttl, proto, chksum)
  19. +-------------------------------+
  20. | 192 | 168 | 1 | 46 | (src)
  21. +-------------------------------+
  22. | 139 | 162 | 162 | 141 | (dest)
  23. +-------------------------------+
  24. ip4_output_if: call netif->output()
  25. tcp_slowtmr: rtime 3 pcb->rto 3
  26. tcp_output_segment: rtseq 6682
  27. ip4_output_if: st0
  28. IP header:
  29. +-------------------------------+
  30. | 4 | 5 | 0x00 | 42 | (v, hl, tos, len)
  31. +-------------------------------+
  32. | 64 |000| 0 | (id, flags, offset)
  33. +-------------------------------+
  34. | 255 | 6 | 0xcb87 | (ttl, proto, chksum)
  35. +-------------------------------+
  36. | 192 | 168 | 1 | 46 | (src)
  37. +-------------------------------+
  38. | 139 | 162 | 162 | 141 | (dest)
  39. +-------------------------------+
  40. ip4_output_if: call netif->output()
  41. tcp_slowtmr: rtime 6 pcb->rto 6
  42. tcp_output_segment: rtseq 6682
  43. ip4_output_if: st0
  44. IP header:
  45. +-------------------------------+
  46. | 4 | 5 | 0x00 | 42 | (v, hl, tos, len)
  47. +-------------------------------+
  48. | 65 |000| 0 | (id, flags, offset)
  49. +-------------------------------+
  50. | 255 | 6 | 0xcb86 | (ttl, proto, chksum)
  51. +-------------------------------+
  52. | 192 | 168 | 1 | 46 | (src)
  53. +-------------------------------+
  54. | 139 | 162 | 162 | 141 | (dest)
  55. +-------------------------------+
  56. ip4_output_if: call netif->output()
  57. ip4_input: UDP packet to DHCP client port 1900
  58. ip4_input: packet not for us.
  59. tcp_slowtmr: rtime 12 pcb->rto 12
  60. tcp_output_segment: rtseq 6682
  61. ip4_output_if: st0
  62. IP header:
  63. +-------------------------------+
  64. | 4 | 5 | 0x00 | 42 | (v, hl, tos, len)
  65. +-------------------------------+
  66. | 66 |000| 0 | (id, flags, offset)
  67. +-------------------------------+
  68. | 255 | 6 | 0xcb85 | (ttl, proto, chksum)
  69. +-------------------------------+
  70. | 192 | 168 | 1 | 46 | (src)
  71. +-------------------------------+
  72. | 139 | 162 | 162 | 141 | (dest)
  73. +-------------------------------+
  74. ip4_output_if: call netif->output()
  75. ip_input: iphdr->dest 0x2e01a8c0 netif->ip_addr 0x2e01a8c0 (0x1a8c0, 0x1a8c0, 0x2e000000)
  76. ip4_input: packet accepted on interface st
  77. ip4_input:
  78. IP header:
  79. +-------------------------------+
  80. | 4 | 5 | 0x28 | 40 | (v, hl, tos, len)
  81. +-------------------------------+
  82. | 3468 |010| 0 | (id, flags, offset)
  83. +-------------------------------+
  84. | 58 | 6 | 0x4316 | (ttl, proto, chksum)
  85. +-------------------------------+
  86. | 139 | 162 | 162 | 141 | (src)
  87. +-------------------------------+
  88. | 192 | 168 | 1 | 46 | (dest)
  89. +-------------------------------+
  90. ip4_input: p->len 40 p->tot_len 40
  91. tcp_receive: pcb->rttest 548 rtseq 6682 ackno 6682
  92. tcp_close: closing in State: CLOSE_WAIT
  93. Disconnected from MQTT.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement