Add a "-G fields3" report which prints the bitmask of the field, and avoids
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 27 May 2005 15:13:09 +0000 (15:13 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 27 May 2005 15:13:09 +0000 (15:13 +0000)
commitdda29e1a86ff5023e26fbc897c2df400582275c4
treec29b61b757089accb477aa4e28052851548693e4
parent9e04137007388b0f53bc561c28b109b0501b538d
Add a "-G fields3" report which prints the bitmask of the field, and avoids
printing the blurb twice, like fields2 does.
Add a script, fsanity.py, to check sanity of FT definitions. Right now the
only check is for bitmasks for integer-like fields.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14454 f5534014-38df-0310-8fa8-9805f1628bb7
clopts_common.c
epan/proto.c
tools/ftsanity.py [new file with mode: 0755]