Lines Matching defs:pptr
25 ssh_print_version(netdissect_options *ndo, const u_char *pptr, u_int len)
29 if ( GET_U_1(pptr+idx) != 'S' )
32 if ( GET_U_1(pptr+idx) != 'S' )
35 if ( GET_U_1(pptr+idx) != 'H' )
38 if ( GET_U_1(pptr+idx) != '-' )
45 c = GET_U_1(pptr + idx);
59 if (GET_U_1(pptr + idx + 1) == '\n') {
87 ND_PRINT(": %.*s", (int)idx, pptr);
92 ssh_print(netdissect_options *ndo, const u_char *pptr, u_int len)
96 ssh_print_version(ndo, pptr, len);