From fd52f9294733564f9505607ab589fe3d13ab1d6e Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 2 Feb 2016 22:52:09 +0100 Subject: Update list of field types compatible for comparisons Change-Id: Ic356773f780b88f0a7d8735167dec240fa5bdbc2 Reviewed-on: https://code.wireshark.org/review/13670 Reviewed-by: Pascal Quantin --- doc/README.dissector | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'doc/README.dissector') diff --git a/doc/README.dissector b/doc/README.dissector index 5b4f02388e..141d85f129 100644 --- a/doc/README.dissector +++ b/doc/README.dissector @@ -1120,13 +1120,14 @@ for protocols with variable-width header fields. Note that the formats used must all belong to the same group as defined below: - FT_INT8, FT_INT16, FT_INT24 and FT_INT32 -- FT_UINT8, FT_UINT16, FT_UINT24, and FT_UINT32 +- FT_UINT8, FT_UINT16, FT_UINT24, FT_UINT32, FT_IPXNET and FT_FRAMENUM - FT_INT40, FT_INT48, FT_INT56 and FT_INT64 -- FT_UINT40, FT_UINT48, FT_UINT56, and FT_UINT64 -- FT_STRING, FT_STRINGZ and FT_UINT_STRING +- FT_UINT40, FT_UINT48, FT_UINT56, FT_UINT64 and FT_EUI64 +- FT_ABSOLUTE_TIME and FT_RELATIVE_TIME +- FT_STRING, FT_STRINGZ, FT_UINT_STRING and FT_STRINGZPAD - FT_FLOAT and FT_DOUBLE -- FT_BYTES and FT_UINT_BYTES -- FT_OID and FT_REL_OID +- FT_BYTES, FT_UINT_BYTES, FT_ETHER, FT_AX25, FT_VINES and FT_FCWWN +- FT_OID, FT_REL_OID and FT_SYSTEM_ID Any field not in a grouping above should *NOT* be used in duplicate field abbrevations. The current code does not prevent it, but someday in the future -- cgit v1.2.3