Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The Wireshark gui endpoint_dialog.cpp supports geo data:

#include <epan/maxmind_db.h>

The tap (tap-endpoints.c) that prints the tshark endpoints report does not:

    printf("================================================================================\n");
    printf("%s Endpoints\n", iu->type);
    printf("Filter:%s\n", iu->filter ? iu->filter : "<no filter="">");

    printf("                       |  %sPackets  | |  Bytes  | | Tx Packets | | Tx Bytes | | Rx Packets | | Rx Bytes |\n",
        display_port ? "Port  ||  " : "");