In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of
[obnox/wireshark/wip.git] / packet-netbios.c
index 8ceb02c69c79ee129086ee940bcd7dc8909f3cc8..f9386cca666cb8d0b917d0aba1ebac9e56a9db4a 100644 (file)
@@ -5,7 +5,7 @@
  * 
  * derived from the packet-nbns.c
  *
- * $Id: packet-netbios.c,v 1.13 2000/01/16 02:54:48 guy Exp $
+ * $Id: packet-netbios.c,v 1.14 2000/01/23 08:55:34 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -178,8 +178,7 @@ static char *CommandName[] = {
        "Session Alive",        /* 0x1f */
 };
 
-void capture_netbios(const u_char *pd, int offset, guint32 cap_len,
-       packet_counts *ld)
+void capture_netbios(const u_char *pd, int offset, packet_counts *ld)
 {
        ld->netbios++;
 }