google / gopacket

Provides packet processing capabilities for Go
BSD 3-Clause "New" or "Revised" License
6.35k stars 1.14k forks source link

OSPFv2: fix DbDesc LSAheader parse #1163

Closed povsister closed 7 months ago

povsister commented 7 months ago

According to RFC 2328 A.4.1 The LSType field should be located at 4th byte of LSAheader. and the missing LSOptions field should be 3th.