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

Date: Thu, 06 Jan 2011 02:45:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35394

User: morriss
Date: 2011/01/05 06:45 PM

Log:
 Rather than creating strtoul{l} functions that can deal with possibly non-NULL
 terminated strings (retrieved with tvb_get_ptr()), just use
 tvb_get_ephemeral_string() and the standard strtoul{l} functions.

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +18 -55    packet-nasdaq-itch.c    Modified