*
* $Id$
*
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
#include <glib.h>
#include <epan/packet.h>
-#include "xdlc.h"
-#include "etypes.h"
-#include "llcsaps.h"
+#include <epan/xdlc.h>
+#include <epan/etypes.h>
+#include <epan/llcsaps.h>
#include "packet-hpext.h"
static dissector_table_t subdissector_table;
const value_string xsap_vals[] = {
{ HPEXT_DXSAP, "RBOOT Destination Service Access Point" },
{ HPEXT_SXSAP, "RBOOT Source Service Access Point" },
+ { HPEXT_HPSW, "HP Switch Protocol" },
{ HPEXT_SNMP, "SNMP" },
{ 0x00, NULL }
};
{ &hf_hpext_sxsap,
{ "SXSAP", "hpext.sxsap", FT_UINT16, BASE_HEX,
- VALS(xsap_vals), 0x0, "", HFILL }},
+ VALS(xsap_vals), 0x0, "", HFILL }}
};
static gint *ett[] = {
- &ett_hpext,
+ &ett_hpext
};
proto_hpext = proto_register_protocol(