Print Autonomous System Number in ASDOT notation

    The ASN will be displayed in ASDOT notation when the number is bigger than (code is ):

    1. static char *
    2. as_printf(netdissect_options *ndo,
    3. char *str, int size, u_int asnum)
    4. snprintf(str, size, "%u", asnum);
    5. } else {
    6. }
    7. }