Ethereal-cvs: [Ethereal-cvs] rev 16716: /trunk/epan/dissectors/: packet-rtcp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 07 Dec 2005 03:03:40 GMT
User: guy
Date: 2005/12/06 09:03 PM

Log:
 Why duplicate the code of "tvb_get_string()" when you could just use
 "tvb_get_string()"?
 
 Why even bother with "tvb_get_string()" when you can just use
 "proto_tree_add_item()" with a string item?
 
 Make sure that the prefix in a PRIV item isn't bigger than the item
 itself.  That fixes bug 603.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +27 -27    packet-rtcp.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16716&view=rev