Commit Graph

6 Commits

Author SHA1 Message Date
Harald Welte cdc4f97ab5 qmuxd_wrapper: Fix stream_append()
we want to copy to the actual buffer... One ampersand less.
2016-12-25 22:00:00 +01:00
Harald Welte 897ac5238e qmuxd_wrapper: reduce logging by adding a compile-time DEBUG option 2016-12-25 21:52:06 +01:00
Harald Welte f44b9565bb qmuxd_wrapper: Make hexdump buffer thread-local, to be on the safe side 2016-12-25 21:47:39 +01:00
Harald Welte f8a57056b2 qmuxd_wrapper: Add some protocol decode logic; fix recv/read bugs
we need to actually first call libc's read/recv and then interpret the
data, rathe than interpretting the uninitialized buffer ;)
2016-12-25 21:46:33 +01:00
Harald Welte daacff9106 qmuxd_wrapper: Reduce dlsym() load (don't call it again and again) 2016-12-25 18:13:11 +01:00
Harald Welte 377d3cf830 add a LD_PRELOAD wrapper to trace client <-> qmuxd communications 2016-12-25 17:23:15 +01:00