]> 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:13 +0000 (09:15 -0500)
commita2b5ca0479863f3b5a2867e81110310c2e1b53b0
tree7b7a5c0bdfd95265f4686a757272e244e60bc855
parentd3fdd4c41b5a0b19cef7c205b2e837e325692be4
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