From 0eddecc24828ea8c57275938834ec6226b5fd9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 11 Jun 2010 16:11:42 +0000 Subject: Andreas Schuler 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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.DECT') diff --git a/README.DECT b/README.DECT index f9a7b85321..1bde60573d 100644 --- a/README.DECT +++ b/README.DECT @@ -25,12 +25,11 @@ Edit->Preferences... Colums No. | Number - Time | Time (format as specified) Protocol | Protocol - TA | HP-UX Subsystem - A-Field | Network src addr - B-Field | Network dest addr - Info | Information + Frame | Custom Column: dect.framenumber + TA | Custom Column: dect.cc.TA + A-Field | Custom Column: dect.cc.AField + B-Field | Custom Column: dect.cc.BField OK -- cgit v1.2.1