Wireshark-commits: [Wireshark-commits] rev 33210: /trunk/ /trunk/epan/dissectors/: packet-dect.c /t
Date: Fri, 11 Jun 2010 16:11:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33210

User: jmayer
Date: 2010/06/11 09:11 AM

Log:
 Andreas Schuler <andreas (A) schulerdev.de>
 Updates to the DECT dissector:
 - using proto_tree_add_none_format()/proto_tree_add_item() instead of
   proto_tree_add_uint_format() where it makes sense
 - fixed display of full slot data
 - added some references to documentation
 - cleaned up packet length checking
 - put descrambled bfield-data in a tree
 - cleaned up some afield items
 - use custom columns instead adding all infos to COL_INFO
 - add some more infos to the columns
 
 Me:
 - Replace proto_tree_add_none_format(..., strvar) by
   proto_tree_add_none_format(..., "%s", strvar).
 - Fix an unused variable warning.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +253 -157  packet-dect.c    Modified

Directory: /trunk/
  Changes    Path           Action
  +4 -5      README.DECT    Modified