wireshark/epan/ftypes
Guy Harris ebf6ae7cf6 Make some pointers "guchar" pointers, so that characters extracted from
strings are unsigned, so that we can hand them to "isXXX()" macros
without GCC warning us that an array subscript is "char" (as in "if this
is a character with the 8th bit set, you may not get the answer you
think you should from 'isXXX()'").

svn path=/trunk/; revision=2972
2001-02-01 21:52:16 +00:00
..
.cvsignore Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
ftype-bytes.c Make some pointers "guchar" pointers, so that characters extracted from 2001-02-01 21:52:16 +00:00
ftype-double.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-integer.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-ipv4.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-none.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-string.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-time.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftype-tvbuff.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftypes-int.h Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftypes.c Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
ftypes.h Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
Makefile.am Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00