commit | 45ae937cedd8ddb477ead0a04158c79b214d5422 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Jun 23 17:38:18 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 24 17:43:52 2016 +0000 |
tree | f2c76885236a03a1b2a0cd665bc32fd17ba1d25c | |
parent | eef96acd1aaf01ead9d9b9f8076a89083e7e3e87 [diff] |
net.c: fix printing AF_PACKET socket addresses * defs.h (print_ifindex, print_sockaddr_data_ll): New prototypes. * net.c: Stop including "xlat/af_packet_types.h". (print_ifindex): Remove static keyword. (print_sockaddr_data_l): Remove. * sockaddr_ll.c: New file. * Makefile.am (strace_SOURCES): Add it. * xlat/arp_hardware_types.in: New file. * xlat/ethernet_protocols.in: Likewise.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.