From c6bd115a949f4d18aa17ea485c4964f83ab62fe4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 11 Oct 2004 07:15:08 +0000 Subject: [PATCH] From Mark C. Brown: add HP's OUI. Update Gerald's e-mail address. svn path=/trunk/; revision=12256 --- epan/dissectors/packet-llc.c | 1 + oui.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-llc.c b/epan/dissectors/packet-llc.c index e7f1b21a2e..0d60f70b3c 100644 --- a/epan/dissectors/packet-llc.c +++ b/epan/dissectors/packet-llc.c @@ -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 } }; diff --git a/oui.h b/oui.h index 5aea27a11f..e3b77a5f25 100644 --- a/oui.h +++ b/oui.h @@ -4,10 +4,9 @@ * $Id$ * * Ethereal - Network traffic analyzer - * By Gerald Combs + * By Gerald Combs * 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[];