ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18589: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 27 Jun 2006 22:04:37 GMT
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