Ethereal-dev: [Ethereal-dev] nlpid.h, packet-osi.c updates for SNDCF support

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: MEYER Laurent <laurent.meyer@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Feb 2003 16:34:28 +0100
    Hello,

    I wish to add NLPID_SNDCF listing into nlpid.h and packet-osi.c,
the  patches follows in attachements.

Best regards.

Laurent MEYER.


47a48
> #define NLPID_SNDCF		0xc1	/* "SubNetwork Dependant Convergence Function */
--- packet-osi.c	Mon Feb 24 16:19:22 2003
+++ packet-osi.c.new	Mon Feb 24 16:27:53 2003
@@ -124,6 +124,7 @@
 	{ NLPID_ISO11577,        "ISO 11577" },
 	{ NLPID_COMPRESSED,      "Data compression protocol" },
 	{ NLPID_IP,              "IP" },
+	{ NLPID_SNDCF,		 "SubNetwork Dependant Convergence Function"},
 	{ NLPID_IP6,             "IPv6" },
 	{ NLPID_PPP,             "PPP" },
 	{ 0,                     NULL },