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 },