Add infrastructure for display filter functions.
[metze/wireshark/wip.git] / epan / ftypes / ftype-guid.c
index 08104453c8113398b0415d6a9355b82609a5479c..4a5e9645d5064783eb185924291017a0cc6b73b5 100644 (file)
@@ -129,6 +129,7 @@ ftype_register_guid(void)
 {
 
     static ftype_t guid_type = {
+        FT_GUID,              /* ftype */
         "GUID",              /* name */
         "Globally Unique Identifier",            /* pretty_name */
         GUID_LEN,            /* wire_size */