cvs commit: src/usr.bin/kdump kdump.c kdump_subr.h mksubr
Craig Rodrigues
rodrigc at FreeBSD.org
Wed Jan 3 20:47:00 PST 2007
rodrigc 2007-01-04 04:46:59 UTC
FreeBSD src repository
Modified files:
usr.bin/kdump kdump.c kdump_subr.h mksubr
Log:
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)
Revision Changes Path
1.32 +11 -1 src/usr.bin/kdump/kdump.c
1.2 +1 -0 src/usr.bin/kdump/kdump_subr.h
1.8 +2 -0 src/usr.bin/kdump/mksubr
More information about the cvs-src
mailing list