From 22e7aa3f509c6affb5665748a8949584f923dba7 Mon Sep 17 00:00:00 2001 From: gram Date: Wed, 14 Oct 1998 04:28:49 +0000 Subject: I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.c call it under fewer circumstances. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-nbipx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-nbipx.c') diff --git a/packet-nbipx.c b/packet-nbipx.c index eda8927cfb..2f12c2ccdf 100644 --- a/packet-nbipx.c +++ b/packet-nbipx.c @@ -2,7 +2,7 @@ * Routines for NetBIOS over IPX packet disassembly * Gilbert Ramirez * - * $Id: packet-nbipx.c,v 1.1 1998/10/14 04:09:12 gram Exp $ + * $Id: packet-nbipx.c,v 1.2 1998/10/14 04:28:49 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -61,7 +61,7 @@ struct nbipx_header { void -dissect_nbipx(const u_char *pd, int offset, frame_data *fd, GtkTree *tree) +dissect_nbipx_ns(const u_char *pd, int offset, frame_data *fd, GtkTree *tree) { GtkWidget *nbipx_tree, *ti; struct nbipx_header header; -- cgit v1.2.3