aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-17 00:32:43 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-17 00:32:43 +0000
commit9ec8de619bf2a0570bb182426fc772e6d34b8781 (patch)
treebeec035095e135d72c17c3cdee265524a117611f /packet-netbios.h
parent99c3bce667e07a5c303c05ac0c95f42b1abba3e9 (diff)
Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors
for protocols that run inside 802.2 LLC register themselves with it using "dissector_add()". Make various dissectors static if they can be, and remove from header files declarations of those dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1872 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-netbios.h')
-rw-r--r--packet-netbios.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-netbios.h b/packet-netbios.h
index 45b99d7e67..f0d16ed86e 100644
--- a/packet-netbios.h
+++ b/packet-netbios.h
@@ -5,7 +5,7 @@
*
* derived from the packet-nbns.c
*
- * $Id: packet-netbios.h,v 1.5 2000/02/15 21:02:42 gram Exp $
+ * $Id: packet-netbios.h,v 1.6 2000/04/17 00:32:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -31,7 +31,6 @@
#define NETBIOS_NAME_LEN 16
void capture_netbios(const u_char *, int, packet_counts *);
-void dissect_netbios(const u_char *, int, frame_data *, proto_tree *);
extern int process_netbios_name(const u_char *name_ptr, char *name_ret);
extern int get_netbios_name(const u_char *data_ptr, int offset,