Re: Some argus client IPFIX experiments.
Richard Rothwell via Argus-info <[email protected]>
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <[email protected]> |
Hi Carter,
I think this line in argus_util.c needs to be changed to use the correct character count:
if (!(strncmp("ipfix-udp:", tptr, 6))) {
Seems 6 should be 10.
Some to the other items in the if block need the same change.
Regards