X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2FpcapDecoder%2Fmain.cpp;h=d3f6f4e8cff952a82e35dfc0dfb1be25b2b98fcb;hb=66ca2e4491aa9a96bb11ce3aacde339b64681761;hp=69c4f19ddf4b53b7cae498b870e5ab0c7fc1f1a1;hpb=c2d9954484b92913d1289160efa6a9055cb9bdf1;p=anna.git diff --git a/example/diameter/pcapDecoder/main.cpp b/example/diameter/pcapDecoder/main.cpp index 69c4f19..d3f6f4e 100644 --- a/example/diameter/pcapDecoder/main.cpp +++ b/example/diameter/pcapDecoder/main.cpp @@ -349,14 +349,15 @@ int main(int argc, char **argv) { //check command line arguments if(argc < 3) { std::string msg = "Usage: "; msg += exec; - msg += " [--no-validation] [--ignore-flags]\n\n"; + msg += " [--no-validation] [--ignore-flags] [--debug]\n\n"; msg += " stacks: \n"; msg += " This is a list of #-separated stacks defined by a comma-separated pair \n"; msg += " If only one stack is provided, application-id could be omitted and then, all the messages will be decoded with the\n"; msg += " dictionary regardless the value of the application-id (the stack will be registered with id=0).\n"; msg += " Input file: normally a pcap file, but hexadecimal content (colons allowed) can also be decoded (use '.hex' extension).\n"; msg += " --no-validation: no validation is performed.\n"; - msg += " --ignore-flags: wrong flags regarding dictionary are ignored in xml representation."; + msg += " --ignore-flags: wrong flags regarding dictionary are ignored in xml representation.\n"; + msg += " --debug: activates debug level traces (warning by default)."; _exit(msg); }