]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_logger: use the correct pointer when logging tx_messages to pcap
authorPirmin Walthert <infos@nappsoft.ch>
Thu, 4 Jun 2020 06:50:35 +0000 (08:50 +0200)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 4 Jun 2020 08:57:56 +0000 (03:57 -0500)
commitdd5fb6dad1b1256108598aabfd0a2b7b8497c551
treeabf2d5ca4dbf9f1cc7bca3084bcbfb467460d5e7
parent918cccc0533aa9d15cbca0cfc07628f7d14698a9
res_pjsip_logger: use the correct pointer when logging tx_messages to pcap

When writing tx messages to pcap files, Asterisk is using the wrong
pointer resulting in lots of wasted space. This patch fixes it to use
the correct pointer.

ASTERISK-28932 #close

Change-Id: I5b8253dd59a083a2ca2c81f232f1d14d33c6fd23
res/res_pjsip_logger.c