an *insufficient* description of said changes. In particular,
it doesn't indicate what the packet type code for ACK is.
- Luigi Risso's PGMCC code for FreeBSD, at
+ Luigi Rizzo's PGMCC code for FreeBSD, at
https://web.archive.org/web/20020302084503/http://info.iet.unipi.it/~luigi/pgm-code/
*/
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
break;
default:
goto invalid;
- break;
}
ND_PRINT("SPM seq %u trail %u lead %u nla %s",
break;
default:
goto invalid;
- break;
}
ivl = GET_BE_U_4(bp);
break;
default:
goto invalid;
- break;
}
/*
break;
default:
goto invalid;
- break;
}
/*
break;
default:
goto invalid;
- break;
}
ND_PRINT(" REDIRECT %s", nla_buf);
break;
default:
goto invalid;
- break;
}
ND_PRINT(" PGMCC DATA %u %s", offset, nla_buf);
break;
default:
goto invalid;
- break;
}
ND_PRINT(" PGMCC FEEDBACK %u %s", offset, nla_buf);