summaryrefslogtreecommitdiff
path: root/packet-arp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-16 22:59:37 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-16 22:59:37 +0000
commit83a275737e3a5c00e3b81ef2f6e91d89bb559368 (patch)
tree33fd7acb0a51beb5066ca67dfc30d1ae6de3f869 /packet-arp.h
parent9aa7670a4eb9e7aac604180b00ca4fa751d68ea7 (diff)
downloadwireshark-83a275737e3a5c00e3b81ef2f6e91d89bb559368.tar.gz
Make various dissectors static if they can be, and get rid of any header
files that no longer contain any information as a result of that change. svn path=/trunk/; revision=1871
Diffstat (limited to 'packet-arp.h')
-rw-r--r--packet-arp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-arp.h b/packet-arp.h
index 9b3f61bfbb..6da1857cb9 100644
--- a/packet-arp.h
+++ b/packet-arp.h
@@ -2,7 +2,7 @@
* Definitions of routines for ARP packet disassembly that are used
* elsewhere
*
- * $Id: packet-arp.h,v 1.2 2000/02/15 21:01:57 gram Exp $
+ * $Id: packet-arp.h,v 1.3 2000/04/16 22:59:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -31,6 +31,5 @@ gchar *arphrdaddr_to_str(guint8 *ad, int ad_len, guint16 type);
gchar *arphrdtype_to_str(guint16 hwtype, const char *fmt);
void dissect_atm_nsap(const u_char *pd, int offset, int len, proto_tree *tree);
-void dissect_arp(const u_char *, int, frame_data *, proto_tree *);
#endif /* packet-atm.h */