From Martin Mathieson:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 27 Jun 2006 22:04:35 +0000 (22:04 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 27 Jun 2006 22:04:35 +0000 (22:04 +0000)
commitb84140f3a26d35ccaa5ee6e50d80a63d408b6f02
treeda5eb7b3263de68b0c561808c2f3b3305893b544
parentc35ed7879a0e018d7fcfa54f1082dbf69a970fa4
From Martin Mathieson:
Fix Bug 976

Looking at frame 170 in the trace, it looks like
tvb_get_ephemeral_text() struggles with the null character in the middle
of the 4th parameter (in the WWW-Authenticate header) and returns NULL.
The attached patch uses tvb_format_text() instead which also does a
better job of showing the string.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18589 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-sip.c