summaryrefslogtreecommitdiff
path: root/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* sock_events.c: also track child file descriptorsVadim Yanitskiy2018-10-311-0/+3
| | | | | | | | | | In some applications, such as OsmocomBB, a single UNIX socket can be used by multiple processes (i.e. a server and multiple clients). Previously this caused a segmentation fault. Let's modify both sock_ev_accept() and sock_ev_accept4() in order to handle such connections properly, by using both socket path and dissector from the parent.
* utils.h: share 'sock_state' struct from 'utils.c'Vadim Yanitskiy2018-10-311-0/+9
|
* utils.c: use udtrace_sstate_by_fd()Vadim Yanitskiy2018-10-311-0/+3
|
* prepare for different payload dissectorsHarald Welte2018-03-261-3/+9
|
* initial checkin of unix domain socket tracerHarald Welte2018-03-261-0/+15
personal git repositories of Harald Welte. Your mileage may vary