Hello,

I am facing a bug when running amfetchdump like this:

   /usr/local/sbin/amfetchdump --exact-match -lan -O /dir config client
   dle timestamp/

Error message is:

   /ERROR: -p is not compatible with -n/

But -p is not set and in the source of amfetchdump there is written:

   /usage("-p is not compatible with -n")//
   //    if ($opt_leave and $opt_no_reassembly);/

But $opt_leave is defined as:

   / 'l' => \$opt_leave,
   /

So either

   /usage("-l is not compatible with -n")//
   //    if ($opt_leave and $opt_no_reassembly);

   or

   //usage("-p is not compatible with -n")//
   //    if ($opt_pipe and $opt_no_reassembly);/

would be the fix. Outofcuriosity, could you please explain why -p or -l is not compatible with -n ?

Regards,
Dennis
/
/

Reply via email to