View | Details | Raw Unified
Collapse All | Expand All

(-) traceroute.c.orig (-1 / +1 lines)
 Lines 2997-3003    Link Here 
    int len = ntohs(getshort(ans+off));
    int len = ntohs(getshort(ans+off));
    int retval = off+len+2;
    int retval = off+len+2;
    int i,j;
    int i,j;
    char name[256];
    static char name[256];
    off += 2;
    off += 2;
    switch (typ) {
    switch (typ) {