wireshark/epan/ftypes
Gilbert Ramirez 9615c4ef25 Provide a way for ftype modules to provide a string representation
of their value. Provide such a method for FT_BYTES, FT_UINT_BYTES,
and FT_ETHER. Have proto_alloc_dfilter_string() use the new methods.

This is part of a movement of ftype-related code out of proto.c and
into the ftype code. The immediate effect is that generated display
filters for long byte sequences don't incorrectly have trailing periods
("...") to indicate continuation.

svn path=/trunk/; revision=7100
2003-02-08 04:22:37 +00:00
..
.cvsignore From Motonori Shindo: add "*.pdb" to the ".cvsignore" files in 2001-12-12 01:39:44 +00:00
Makefile.am Move version to 0.8.16. 2001-03-05 22:53:41 +00:00
Makefile.nmake From Joerg Mayer: 2002-02-27 09:42:52 +00:00
ftype-bytes.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftype-double.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftype-integer.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftype-ipv4.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftype-none.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftype-string.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftype-time.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftype-tvbuff.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftypes-int.h Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftypes.c Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00
ftypes.h Provide a way for ftype modules to provide a string representation 2003-02-08 04:22:37 +00:00