From Laurent Meyer: NLPID for Subnetwork Dependent Convergence Function.

svn path=/trunk/; revision=7191
This commit is contained in:
Guy Harris 2003-02-24 19:49:04 +00:00
parent 1fecbdd169
commit 92ab400add
4 changed files with 7 additions and 3 deletions

View File

@ -1621,9 +1621,10 @@ Martijn Schipper <martijn.schipper [AT] intersil.com> {
Fix for tag for 802.11g ERP Information field
}
And assorted fixes by:
And assorted fixes and enhancements by:
Pavel Roskin <proski [AT] gnu.org>
Laurent Meyer <laurent.meyer [AT] thales-avionics.com>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -1727,6 +1727,7 @@ B<http://www.ethereal.com>.
Teemu Rinta-aho <teemu.rinta-aho [AT] nomadiclab.com>
Martijn Schipper <martijn.schipper [AT] intersil.com>
Pavel Roskin <proski [AT] gnu.org>
Laurent Meyer <laurent.meyer [AT] thales-avionics.com>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -2,7 +2,7 @@
* Definitions of OSI NLPIDs (Network Layer Protocol IDs)
* Laurent Deniel <laurent.deniel@free.fr>
*
* $Id: nlpid.h,v 1.12 2003/01/26 19:35:24 deniel Exp $
* $Id: nlpid.h,v 1.13 2003/02/24 19:49:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -45,6 +45,7 @@
#define NLPID_ISO11577 0x8d /* X.273 */
#define NLPID_IP6 0x8e
#define NLPID_COMPRESSED 0xb0 /* "Data compression protocol" */
#define NLPID_SNDCF 0xc1 /* "SubNetwork Dependent Convergence Function */
#define NLPID_IP 0xcc
#define NLPID_PPP 0xcf

View File

@ -2,7 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
* $Id: packet-osi.c,v 1.58 2003/01/26 19:35:24 deniel Exp $
* $Id: packet-osi.c,v 1.59 2003/02/24 19:49:03 guy Exp $
* Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@ -124,6 +124,7 @@ const value_string nlpid_vals[] = {
{ NLPID_ISO11577, "ISO 11577" },
{ NLPID_COMPRESSED, "Data compression protocol" },
{ NLPID_IP, "IP" },
{ NLPID_SNDCF, "SubNetwork Dependent Convergence Function"},
{ NLPID_IP6, "IPv6" },
{ NLPID_PPP, "PPP" },
{ 0, NULL },