freebsd-skq/usr.bin/kdump
rodrigc e6806e98ac Add sockipprotoname() function. Decode the third parameter (protocol)
of a socket() call with sockipprotoname() if the first parameter (domain)
is PF_INET or PF_INET6.

Old parsing behavior before this change:
ping6    CALL  socket(PF_INET6,SOCK_RAW,0x3a)

New behavior after this change:
ping6    CALL  socket(PF_INET6,SOCK_RAW,IPPROTO_ICMPV6)
2007-01-04 04:46:59 +00:00
..
kdump_subr.h Add sockipprotoname() function. Decode the third parameter (protocol) 2007-01-04 04:46:59 +00:00
kdump.1
kdump.c Add sockipprotoname() function. Decode the third parameter (protocol) 2007-01-04 04:46:59 +00:00
Makefile
mkioctls Add audit.h to mkioctls inclusion list: audit pipe ioctls need access 2006-06-05 10:06:51 +00:00
mksubr Add sockipprotoname() function. Decode the third parameter (protocol) 2007-01-04 04:46:59 +00:00