X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2FpcapDecoder%2Fmain.cpp;h=f456dc927f8cd8bd785e39e5c16deb80b0d40721;hb=715168e6a3f4a1fb534610fb1f47a8b1d1d96e42;hp=f3330b7f9184e9fd0f3c8dd6fe930b92a9f4d3b5;hpb=6fd8a743ddef469fef5bbd6095398188fb6fc829;p=anna.git diff --git a/example/diameter/pcapDecoder/main.cpp b/example/diameter/pcapDecoder/main.cpp index f3330b7..f456dc9 100644 --- a/example/diameter/pcapDecoder/main.cpp +++ b/example/diameter/pcapDecoder/main.cpp @@ -339,11 +339,12 @@ int main(int argc, char **argv) //LOGDEBUG(anna::Logger::debug(codecEngine->asString(), ANNA_FILE_LOCATION)); if (lst.size() > 1) { - std::ofstream out("./dictionary.xml", std::ifstream::out); + std::string all_in_one = "./dictionary-all-in-one.xml"; + std::ofstream out(all_in_one, std::ifstream::out); std::string buffer = d->asXMLString(); out.write(buffer.c_str(), buffer.size()); out.close(); - std::cout << "Written 'dictionary.xml' (provide it next time to be more comfortable)." << std::endl; + std::cout << "Written '" << all_in_one << "' (provide it next time to be more comfortable)." << std::endl; } } catch (anna::RuntimeException &ex) {