Index: ethereal/wiretap/wtap.c
===================================================================
RCS file: /cvsroot/ethereal/wiretap/wtap.c,v
retrieving revision 1.69
diff -u -r1.69 ethereal/wiretap/wtap.c
--- ethereal/wiretap/wtap.c	2002/07/31 19:27:57	1.69
+++ ethereal/wiretap/wtap.c	2002/08/05 21:38:18
@@ -143,6 +143,9 @@
 	/* WTAP_ENCAP_HHDLC */
 	{ "HiPath HDLC", "hhdlc" },
 
+	/* WTAP_ENCAP_DOCSIS */
+	{ "Data Over Cable Service Interface Specification", "docsis" },
+
 	/* WTAP_ENCAP_COSINE */
 	{ "CoSine L2 debug log", "cosine" },
 };
