commit | d953299b94043156cab202c486dc5b864f71c633 | [log] [tgz] |
---|---|---|
author | guy <guy> | Thu Jul 07 01:22:15 2005 +0000 |
committer | guy <guy> | Thu Jul 07 01:22:15 2005 +0000 |
tree | d9178547cd73d7a9716b8dd080f202b9b7218553 | |
parent | e085b97e4b488bfd158529331e20ebaeb2b79f0f [diff] |
Add a flag to suppress the "default_print()" call made in various link-layer print routines if no other print routine claimed the packet. Test whether that flag is set rather than testing whether neither of -x or -q were specified, and have -x, -q, *and* -X set that flag, so that -X suppresses it just as -x does. That way you don't get those pckets dumped twice if -X was specified.