Commit Graph

17 Commits

Author SHA1 Message Date
Harald Welte 7a7f9a68c0 titan: Re-add MNCC_EncDec.cc which was lost 2019-05-20 17:37:12 +02:00
Harald Welte a6d5dcb7e0 titan: Don't use "-D" compiler flag which older versions don't have 2019-05-20 17:31:24 +02:00
Harald Welte dd8af6fa0e Makefile cleanup 2019-05-20 17:29:51 +02:00
Harald Welte 71f0f1d94d titan support: Rebuild C++ source from ttcn using ttcn3_compiler 2019-05-20 17:02:29 +02:00
Harald Welte db8c4ca598 Update TITAN-generated c++ files built for TITAN 6.5.0
The old ones were for 6.3.0, let's update them with their current
counterparts generated with TITAN 6.5.0 from the sources in
git.osmocom.org/osmo-ttcn3-hacks
2019-03-26 17:18:38 +01:00
Harald Welte fcef0e01ff
Merge pull request #1 from axilirator/fixeria/parent_fd
Properly handle multiple child connections
2018-12-14 16:00:40 +01:00
Vadim Yanitskiy 04ac475170 sock_events.c: also track child file descriptors
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.
2018-10-31 19:18:41 +07:00
Vadim Yanitskiy 0578d751b1 utils.h: share 'sock_state' struct from 'utils.c' 2018-10-31 19:14:20 +07:00
Vadim Yanitskiy 6424fba52d utils.c: use udtrace_sstate_by_fd() 2018-10-31 19:06:30 +07:00
Vadim Yanitskiy 642b9e483b utils.c: drop 'const' qualifier from udtrace_sstate_by_fd() 2018-10-31 19:05:37 +07:00
Harald Welte e041c4f4a9 Add reference to unixdump by stealth 2018-04-18 09:54:46 +02:00
Martin Hauke 5e82cb7d63 misc fixes
* only link against ttcn3-dynamic when you build with ENABLE_TITAN
* obey CFLAGS
* fix typos
2018-04-02 11:42:55 +02:00
Harald Welte a9b94bd8b9 MNCC_EncDec.cc: Fix decoding of speech versions in bearer capabilities 2018-03-26 20:52:27 +02:00
Harald Welte 1945a75292 add README.md 2018-03-26 19:33:09 +02:00
Harald Welte 670659c28c add TITAN support for MNCC/PCU interface decoding 2018-03-26 19:02:08 +02:00
Harald Welte 75e9578917 prepare for different payload dissectors 2018-03-26 18:21:03 +02:00
Harald Welte 4bbf70b9f3 initial checkin of unix domain socket tracer 2018-03-26 16:46:52 +02:00