Tvbuffify the STP dissector, have it register itself and have the LLC
[obnox/wireshark/wip.git] / packet-lapd.c
index 68f0a4b0ae1a32a3baa8aea087dd8a07485c9896..671d50bb3d195e23c541e5ef63188f452c24aa7d 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for LAPD frame disassembly
  * Gilbert Ramirez <gram@xiexie.org>
  *
- * $Id: packet-lapd.c,v 1.14 2000/09/21 04:41:07 gram Exp $
+ * $Id: packet-lapd.c,v 1.15 2000/11/16 07:35:38 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -153,11 +153,11 @@ dissect_lapd(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
                        break;
 
                default:
-                       dissect_data(next_tvb, pinfo, tree);
+                       dissect_data(next_tvb, 0, pinfo, tree);
                        break;
                }
        } else
-               dissect_data(next_tvb, pinfo, tree);
+               dissect_data(next_tvb, 0, pinfo, tree);
 }
 
 void