Searched refs:ipx_decode (Results 1 – 2 of 2) sorted by relevance
64 static void ipx_decode(netdissect_options *, const struct ipxHdr *, const u_char *, u_int);92 ipx_decode(ndo, ipx, p + ipxSize, length - ipxSize); in ipx_print()110 ipx_decode(netdissect_options *ndo, const struct ipxHdr *ipx, const u_char *datap, u_int length) in ipx_decode() function
1054 - Fixed alignment bug in ipx_decode(). Thanks to Matt Crawford