]> 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:53:35 +0000 (03:53 -0500)
commit84da8622f6cb320cd23f295d25b53fe9077894c2
treef981a72589ce1e70091b337e28773e5374e06823
parentedf9471e051a2cbfdbcc5c754ac07ae522c1e989
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