Add --no-ident option.

This commit is contained in:
Dominik Derigs
2023-01-23 22:48:01 +00:00
committed by Simon Kelley
parent 7f42ca8af8
commit e5e8cae1ca
3 changed files with 38 additions and 25 deletions

View File

@@ -281,7 +281,8 @@ struct event_desc {
#define OPT_STRIP_ECS 69
#define OPT_STRIP_MAC 70
#define OPT_NORR 71
#define OPT_LAST 72
#define OPT_NO_IDENT 72
#define OPT_LAST 73
#define OPTION_BITS (sizeof(unsigned int)*8)
#define OPTION_SIZE ( (OPT_LAST/OPTION_BITS)+((OPT_LAST%OPTION_BITS)!=0) )