argus ra -M hex
Carter Bullard
carter at qosient.com
Tue Apr 14 10:46:23 EDT 2009
Hey CS Lee,
No, I didn't, and sorry if I missed it!!! Looking at the code,
looks like
a cut copy and paste error. if you could make this change, and test
that would be most helpful.
Carter
in the file ./common/argus_util.c:
in routine ArgusParseArgs, on my line number 933, (but that may not be
helpful):
Change this piece of code:
if (!(strncasecmp(optarg, "hex", 5))) {
parser->eflag = ARGUS_HEXDUMP;
ArgusAddMode = 0;
} else
To this:
if (!(strncasecmp(optarg, "hex", 3))) {
parser->eflag = ARGUS_HEXDUMP;
ArgusAddMode = 0;
} else
(change the 5 to a 3).
Carter
On Apr 14, 2009, at 2:58 AM, CS Lee wrote:
> hi carter,
>
> Do you receive the bug report i sent to argus mailing list a while
> ago about the -M hex causing segfault?
>
> --
> Best Regards,
>
> CS Lee<geek00L[at]gmail.com>
>
> http://geek00l.blogspot.com
> http://defcraft.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20090414/b785285c/attachment.html>
More information about the argus
mailing list