aboutsummaryrefslogtreecommitdiffstats
path: root/packet-arp.c
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.c
parent9aa7670a4eb9e7aac604180b00ca4fa751d68ea7 (diff)
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.c')
-rw-r--r--packet-arp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-arp.c b/packet-arp.c
index 57513c91df..f56010cd5e 100644
--- a/packet-arp.c
+++ b/packet-arp.c
@@ -1,7 +1,7 @@
/* packet-arp.c
* Routines for ARP packet disassembly
*
- * $Id: packet-arp.c,v 1.27 2000/04/13 18:18:43 gram Exp $
+ * $Id: packet-arp.c,v 1.28 2000/04/16 22:59:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -548,7 +548,7 @@ dissect_atmarp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
}
}
-void
+static void
dissect_arp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
{
guint16 ar_hrd;