#include "netdissect-stdinc.h"
#include <stdio.h>
-#include <string.h>
#include "netdissect.h"
#include "addrtoname.h"
trunc:
nd_print_trunc(ndo);
- return;
}
static void
trunc:
nd_print_trunc(ndo);
- return;
}
static void
trunc:
nd_print_trunc(ndo);
- return;
}
void
* First 2 bytes are the version number.
*/
ndo->ndo_protocol = "cnfp";
- ND_TCHECK_2(cp);
ver = GET_BE_U_2(cp);
switch (ver) {
ND_PRINT("NetFlow v%x", ver);
break;
}
- return;
-
-trunc:
- nd_print_trunc(ndo);
- return;
}