Commit 2b4807e
committed
nettrace: fix tcp seq and ack print error
The seq and ack is not printed in host byte order, convert it by
ntohl().
Signed-off-by: Menglong Dong <imagedong@tencent.com>1 parent 3354289 commit 2b4807e
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments