You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update a BGP test file to avoid decoding problem in a future update
Port 80 for a BGP packet could make it considered as an HTTP packet.
Avoid port 80, fix the length and avoid Syn flag.
The raw IP/TCP/BGP packet gave:
truncated-ip - 38 bytes missing!
127.0.0.1.179 > 127.0.0.1.80
Flags [S]
It gives now:
(No more "truncated-ip")
127.0.0.1.179 > 127.0.0.1.59631
Flags [P.]
0 commit comments