On 05/10/2006 06:18 PM, Sébastien LAVEZE wrote: > I have problem using the conntrack utility... > It always display the help message and i get the message > conntrack v1.00beta2: Missing arguments... The result of getopt_long() was assigned to a char, which defaults to unsigned on ARM, so the comparison against -1 always failed.