Add additional Type->Name associations: Now we can roughly
[obnox/wireshark/wip.git] / tap-funnel.c
index 10711afc0c27d57aa22cba022683849361bd92f0..c06958b67236f0fecbf082f23ad92517d91f0f70 100644 (file)
@@ -3,7 +3,7 @@
  *
  * EPAN's GUI mini-API
  *
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
  *
  * $Id$
  *
@@ -94,11 +94,21 @@ static const funnel_ops_t funnel_ops = {
     NULL,
     NULL,
     NULL,
-       NULL,
+    NULL,
     /*...,*/
     NULL,
     funnel_logger,
-       NULL
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+       NULL,
+       NULL,
+    NULL,
+    NULL,
+    NULL
 };