diff options
author | Jörg Mayer <jmayer@loplof.de> | 2010-06-11 16:11:42 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2010-06-11 16:11:42 +0000 |
commit | 0eddecc24828ea8c57275938834ec6226b5fd9d3 (patch) | |
tree | 1caef0d47d3be84a42954f6e72ac1ae8aba761bd /README.DECT | |
parent | 326ec92f7c26c136dad1e51d9f587623c99a4139 (diff) | |
download | wireshark-0eddecc24828ea8c57275938834ec6226b5fd9d3.tar.gz wireshark-0eddecc24828ea8c57275938834ec6226b5fd9d3.tar.bz2 wireshark-0eddecc24828ea8c57275938834ec6226b5fd9d3.zip |
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
Diffstat (limited to 'README.DECT')
-rw-r--r-- | README.DECT | 9 |
1 files changed, 4 insertions, 5 deletions
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 |