Wireshark-commits: [Wireshark-commits] rev 50225: /trunk/epan/ /trunk/epan/: to_str.c
Date: Fri, 28 Jun 2013 22:52:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50225

User: guy
Date: 2013/06/28 03:52 PM

Log:
 Rename octet_to_hex() to low_nibble_of_octet_to_hex() to indicate what
 it actually does (it takes the low-order nibble of an octet and returns
 a single character).
 
 Cast away some warnings.

Directory: /trunk/epan/
  Changes    Path          Action
  +8 -8      to_str.c      Modified