wireshark/asn1/h225
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
..
Makefile Make the Makefile look like the h235 Makefiles, with the new rules. 2005-01-16 10:19:21 +00:00
Makefile.nmake Add parsertab.pyc in clean target 2006-02-23 20:05:05 +00:00
h225-exp.cnf Attempt to reimplement "non standard data/parameter" and "tunnelled 2005-01-19 22:43:15 +00:00
h225.asn - dissect_per_restricted_character_string() returns value in tvbbuff_t instead of char 2005-08-18 14:32:49 +00:00
h225.cnf Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00
packet-h225-template.c Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00
packet-h225-template.h Make the GUIDs in various data structures e_guid_t's rather than arrays 2006-03-19 20:45:45 +00:00