aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-23 06:57:37 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-23 06:57:37 +0000
commit498c94b10a401116c00113c1633e0584824048f7 (patch)
treedd2aef45aa16ee7a7972e8bf94b114d0563d4091 /Makefile.am
parent8e6518ea607984b4fb76d0e04c28fed8631b368c (diff)
Add a "capture_arcnet()" routine and use it when capturing.
In "dissect_arcnet_common()", fetch the protocol ID using the correct offset rather than a hardwired 4. svn path=/trunk/; revision=6982
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0333899a2f..e1a7b0cf5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.545 2003/01/22 06:26:32 guy Exp $
+# $Id: Makefile.am,v 1.546 2003/01/23 06:57:31 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -497,6 +497,7 @@ noinst_HEADERS = \
packet-afs-macros.h \
packet-afs-register-info.h \
packet-afs.h \
+ packet-arcnet.h \
packet-arp.h \
packet-atalk.h \
packet-atm.h \