Wireshark-commits: [Wireshark-commits] rev 36740: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 20 Apr 2011 20:12:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36740

User: cmaynard
Date: 2011/04/20 01:12 PM

Log:
 Use [hi|lo]_nibble macros, leave room in str[] for invalid BCD digits to be
 displayed as blanks.  Since imsi_to_str() and ip_to_str() do the same thing,
 just have imsi_to_str() call ip_to_str() rather than having two different
 implementations of the same thing.  Use a BCD2CHAR macro instead of doing a
 table lookup.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +26 -31    packet-gtp.c    Modified