Andreas Schuler <andreas (A) schulerdev.de>
authorJörg Mayer <jmayer@loplof.de>
Fri, 11 Jun 2010 16:11:42 +0000 (16:11 -0000)
committerJörg Mayer <jmayer@loplof.de>
Fri, 11 Jun 2010 16:11:42 +0000 (16:11 -0000)
commit0eddecc24828ea8c57275938834ec6226b5fd9d3
tree1caef0d47d3be84a42954f6e72ac1ae8aba761bd
parent326ec92f7c26c136dad1e51d9f587623c99a4139
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.

svn path=/trunk/; revision=33210
README.DECT
epan/dissectors/packet-dect.c