rev 17676: /trunk/epan/dissectors/: packet-h225.c packet-h225.h /trunk/epan/: guid-utils.h h225-persistentdata.c h225-persistentdata.h /trunk/epan/ftypes/: ftype-guid.c /trunk/gtk/: voip_calls.c voip_calls.h ...
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: guy Date: 2006/03/19 02:45 PM Log: 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. Directory: /trunk/epan/dissectors/ Changes Path Action +7 -7 packet-h225.c Modified +1 -1 packet-h225.h Modified Directory: /trunk/epan/ Changes Path Action +4 -0 guid-utils.h Modified +4 -4 h225-persistentdata.c Modified +3 -3 h225-persistentdata.h Modified Directory: /trunk/epan/ftypes/ Changes Path Action +76 -77 ftype-guid.c Modified Directory: /trunk/gtk/ Changes Path Action +5 -6 voip_calls.c Modified +2 -1 voip_calls.h Modified +6 -7 voip_calls_dlg.c Modified Directory: /trunk/asn1/h225/ Changes Path Action +2 -2 h225.cnf Modified +5 -5 packet-h225-template.c Modified +1 -1 packet-h225-template.h Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17676&view=rev