Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 18:08
· 29 commits to main since this release
5d14465
Fix bug in IGMP protocol implementation (#17)

1. Parse protocol type when unmarshalling IGMPv1orv2 message
2. Fix an offset issue when unmarshalling IGMPv3Query message
3. Use function Len() to compare data length instead of using constant
   values

Signed-off-by: wenying <[email protected]>