http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18589
User: etxrab
Date: 2006/06/27 10:04 PM
Log:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-sip.c Modified