diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-04-22 08:37:55 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-04-22 08:37:55 +0000 |
commit | 99b9d2a13ecdf5f60edbd839e98d7340211277c7 (patch) | |
tree | b13a03fb3a7943f180cbd54fef1292ac4ba18ae0 /packet-vines.c | |
parent | e3c76dd07e3ea9bf1a3a0045c602f4f0d4acc4aa (diff) | |
download | wireshark-99b9d2a13ecdf5f60edbd839e98d7340211277c7.tar.gz wireshark-99b9d2a13ecdf5f60edbd839e98d7340211277c7.tar.bz2 wireshark-99b9d2a13ecdf5f60edbd839e98d7340211277c7.zip |
SAP_VINES1 (0xba) doesn't appear to be used for Vines-IP-over-LLC; it's
used for some other protocol.
Put in some information about an RMON draft that gives some information
about various protocol numbers in various protocols.
svn path=/trunk/; revision=7525
Diffstat (limited to 'packet-vines.c')
-rw-r--r-- | packet-vines.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-vines.c b/packet-vines.c index d6d688839d..480cba88b8 100644 --- a/packet-vines.c +++ b/packet-vines.c @@ -1,7 +1,7 @@ /* packet-vines.c * Routines for Banyan VINES protocol packet disassembly * - * $Id: packet-vines.c,v 1.56 2003/04/19 06:04:20 guy Exp $ + * $Id: packet-vines.c,v 1.57 2003/04/22 08:37:55 guy Exp $ * * Don Lafontaine <lafont02@cn.ca> * @@ -259,7 +259,6 @@ proto_reg_handoff_vines_llc(void) vines_llc_handle = create_dissector_handle(dissect_vines_llc, proto_vines_llc); - dissector_add("llc.dsap", SAP_VINES1, vines_llc_handle); dissector_add("llc.dsap", SAP_VINES2, vines_llc_handle); } |