summaryrefslogtreecommitdiffstats
path: root/pimd/pim_igmp.c
Commit message (Expand)AuthorAgeFilesLines
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-261-2/+3
* pimd: Fix invalid memory read when receiving a V1 or V2 query.Savannah SR#1085422015-02-041-16/+28
* pimd: Remove unused pim checksum in favour of quagga's version.Everton Marques2015-02-041-2/+2
* Parsing fixes.Everton Marques2015-02-041-6/+14
* pimd: fix worst char * <> uint8_t * interminglingDavid Lamparter2015-02-041-2/+2
* pimd: fix format stringsDavid Lamparter2015-02-041-4/+4
* [pim] Correction for cross-compilation error with this syntaxLeonard Herve2015-02-041-2/+4
* [pim] Move encoded source address length check to pim_parse_addr_sourceEverton Marques2015-02-041-1/+1
* [pim] Log physical interface up/downEverton Marques2015-02-041-5/+5
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+1411