]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 5 Jun 2020 14:15:34 +0000 (09:15 -0500)
commite8c6e9ae5ded4f87302970a87f916ed8a3a6462f
treeeedc3e3d415373f954d1a6b42d8536444bb0f5fb
parent25ae412f759e49bc0008c5d33f50661851969466
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