wireshark/epan/ftypes
Guy Harris 7db8eea5c6 Make the GUIDs in various data structures e_guid_t's rather than arrays
of 16 bytes.  Use "sizeof" for the size of e_guid_t's, and use structure
assignment to copy GUID values.

Make functions such as append_h225ras_call() and new_h225ras_call() take
pointers to e_guid_t's as arguments.

Define GUID_LEN in epan/guid-utils.h and use it as the length of a GUID
in a packet.  (Note that "sizeof e_guid_t" is not guaranteed to be 16,
although it is guaranteed to be the size of an e_guid_t.)

When constructing a display filter that matches a GUID, use
guid_to_str() to construct the string for the GUID.

svn path=/trunk/; revision=17676
2006-03-19 20:45:45 +00:00
..
ftype-bytes.c new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00
ftype-double.c
ftype-guid.c Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00
ftype-integer.c Fix usage of PRI[du]64 - they just replace the "letter" part of the 2005-11-03 04:30:35 +00:00
ftype-ipv4.c "XXX.XXX.XXX.XXX" is 15 characters, not 14 characters. 2005-10-30 22:55:30 +00:00
ftype-none.c
ftype-pcre.c Fix bug 764. Always initialize the members of the tuple on creation. 2006-02-23 21:22:54 +00:00
ftype-string.c When printing the code for a display filter: 2005-10-31 02:42:22 +00:00
ftype-time.c
ftype-tvbuff.c When printing the code for a display filter: 2005-10-31 02:42:22 +00:00
ftypes-int.h new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00
ftypes.c new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00
ftypes.h new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00
Makefile.am new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00
Makefile.nmake new FT_GUID handling - big/little endian supported 2006-03-10 11:58:22 +00:00