Second step in introducing asn context to BER dissectors just like in PER.
[obnox/wireshark/wip.git] / dftest.c
index 69d4d7875a05d26c337ac220d8d22c1524852946..e42ff526b1af7cc0e978e2e3427bc3d7892537e2 100644 (file)
--- a/dftest.c
+++ b/dftest.c
@@ -88,7 +88,7 @@ main(int argc, char **argv)
           by the dissectors, and we must do it before we read the preferences,
           in case any dissectors register preferences. */
        epan_init(register_all_protocols,
-                 register_all_protocol_handoffs,
+                 register_all_protocol_handoffs, NULL, NULL,
                  failure_message, open_failure_message, read_failure_message);
 
        /* now register the preferences for any non-dissector modules.