aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbipx.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-29 01:19:01 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-29 01:19:01 +0000
commit0102e0c783324875d19d6290c63121edc827f0a5 (patch)
tree7b803b1e3738baaf01cab288a68e3f087627367d /packet-nbipx.c
parent096770328914d454c8a7267c4ec14b23c9a73977 (diff)
Start the process of tvbuffifying the SMB dissector - give it a
tvbuffified heuristic-dissector interface, but have it immediately turn its arguments into an old-style buffer pointer and offset. Register the SMB dissector as a heuristic NetBIOS dissector, and have "dissect_netbios_payload()" just try the heuristics, as it no longer has to call the SMB dissector explicitly. svn path=/trunk/; revision=3973
Diffstat (limited to 'packet-nbipx.c')
-rw-r--r--packet-nbipx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-nbipx.c b/packet-nbipx.c
index 81092ae76f..d43008c33f 100644
--- a/packet-nbipx.c
+++ b/packet-nbipx.c
@@ -2,7 +2,7 @@
* Routines for NetBIOS over IPX packet disassembly
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-nbipx.c,v 1.40 2001/09/29 00:57:35 guy Exp $
+ * $Id: packet-nbipx.c,v 1.41 2001/09/29 01:19:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -36,7 +36,6 @@
#include "packet.h"
#include "packet-ipx.h"
#include "packet-netbios.h"
-#include "packet-smb.h"
static int proto_nbipx = -1;