msantos / pkt

Erlang network protocol library
http://blog.listincomprehension.com/search/label/epcap
BSD 3-Clause "New" or "Revised" License
150 stars 44 forks source link

IGMPv3 type 0x22 support #21

Closed maxlapshin closed 10 years ago

maxlapshin commented 10 years ago

I've took schema from http://tools.ietf.org/html/rfc3376#section-4.2

and changed IGMP reader a bit to support IGMPv3 type 0x22 message.

msantos commented 10 years ago

Thank you!