From Mark C. Brown: add HP's OUI.

Update Gerald's e-mail address.

svn path=/trunk/; revision=12256
This commit is contained in:
Guy Harris 2004-10-11 07:15:08 +00:00
parent c01a523dc4
commit c6bd115a94
2 changed files with 3 additions and 2 deletions

View File

@ -178,6 +178,7 @@ http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/ibm_r
{ OUI_CABLE_BPDU, "DOCSIS Spanning Tree" }, /* DOCSIS spanning tree BPDU */
{ OUI_APPLE_ATALK, "Apple (AppleTalk)" },
{ OUI_NORTEL, "Nortel Networks SONMP" },
{ OUI_HP, "Hewlett-Packard" },
{ 0, NULL }
};

4
oui.h
View File

@ -4,10 +4,9 @@
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 - 2000 Gerald Combs
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@ -35,6 +34,7 @@
#define OUI_ATM_FORUM 0x00A03E /* ATM Forum */
#define OUI_CABLE_BPDU 0x00E02F /* DOCSIS spanning tree BPDU */
#define OUI_APPLE_ATALK 0x080007 /* Appletalk */
#define OUI_HP 0x080009 /* Hewlett-Packard */
extern const value_string oui_vals[];