aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-null.c')
-rw-r--r--packet-null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-null.c b/packet-null.c
index 9e7bd53b8e..7d334aad81 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.37 2001/01/03 06:55:30 guy Exp $
+ * $Id: packet-null.c,v 1.38 2001/01/09 06:31:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -322,5 +322,5 @@ proto_reg_handoff_null(void)
* Get a handle for the PPP dissector.
*/
ppp_handle = find_dissector("ppp");
- dissector_add("wtap_encap", WTAP_ENCAP_NULL, dissect_null);
+ dissector_add("wtap_encap", WTAP_ENCAP_NULL, dissect_null, proto_null);
}