From Jan Kiszka: add a comment explaining what the IrDA plugin does.
[obnox/wireshark/wip.git] / packet-sdlc.c
index b485f971aefc4760b44cbf3a6547d73d72ceb72b..8983090ee6f77d7cb961eb1f18200b6ca144d9ed 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-sdlc.c
  * Routines for SDLC frame disassembly
  *
- * $Id: packet-sdlc.c,v 1.1 2003/01/03 22:31:24 guy Exp $
+ * $Id: packet-sdlc.c,v 1.2 2003/09/02 19:18:52 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -107,7 +107,7 @@ dissect_sdlc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
         * to control what to use.
         */
        control = dissect_xdlc_control(tvb, 1, pinfo, sdlc_tree, hf_sdlc_control,
-           ett_sdlc_control, is_response, FALSE);
+           ett_sdlc_control, is_response, FALSE, FALSE);
        sdlc_header_len += XDLC_CONTROL_LEN(control, FALSE);
 
        if (tree)