Patch against argus-3.0.0.rc.24
Peter Van Epp
vanepp at sfu.ca
Wed Aug 9 19:06:06 EDT 2006
This may not be right (it won't be if IP V6 has ip_ids :-)), but it
lets argus-3.0.0.rc.24 compile so I can poke at igmp some more.
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
*** common/argus_util.c.orig Wed Aug 9 09:11:11 2006
--- common/argus_util.c Wed Aug 9 16:11:44 2006
***************
*** 257,263 ****
--- 257,265 ----
flow->esp6_flow.spi = ntohl(flow->esp6_flow.spi);
break;
case IPPROTO_IGMP:
+ /*
flow->igmp6_flow.ip_id = ntohs(flow->igmp6_flow.ip_id);
+ */
break;
}
}
***************
*** 634,640 ****
--- 636,644 ----
flow->esp6_flow.spi = htonl(flow->esp6_flow.spi);
break;
case IPPROTO_IGMP:
+ /*
flow->igmp6_flow.ip_id = htons(flow->igmp6_flow.ip_id);
+ */
break;
}
}
More information about the argus
mailing list