0x4242 is the Cisco HDLC type value for the spanning tree protocol.

svn path=/trunk/; revision=6913
This commit is contained in:
Guy Harris 2003-01-11 10:01:51 +00:00
parent 4a12e2d45d
commit 1c2361fd48
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* packet-bpdu.c
* Routines for BPDU (Spanning Tree Protocol) disassembly
*
* $Id: packet-bpdu.c,v 1.43 2002/12/22 00:40:38 guy Exp $
* $Id: packet-bpdu.c,v 1.44 2003/01/11 10:01:51 guy Exp $
*
* Copyright 1999 Christophe Tronche <ch.tronche@computer.org>
*
@ -768,4 +768,5 @@ proto_reg_handoff_bpdu(void)
bpdu_handle = find_dissector("bpdu");
dissector_add("llc.dsap", SAP_BPDU, bpdu_handle);
dissector_add("ppp.protocol", PPP_BPDU, bpdu_handle);
dissector_add("chdlctype", 0x4242, bpdu_handle);
}