diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-11-06 20:30:40 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-11-06 20:30:40 +0000 |
commit | 3852944487cb9fde7e95c172677c7f74b146bd49 (patch) | |
tree | fede15ed3f4614f4bb3357bcbfda0f07b9d0b2b9 /Makefile.am | |
parent | ad5e74a19d4c2eb8fa6712037a5810528c09fc0e (diff) | |
download | wireshark-3852944487cb9fde7e95c172677c7f74b146bd49.tar.gz wireshark-3852944487cb9fde7e95c172677c7f74b146bd49.tar.bz2 wireshark-3852944487cb9fde7e95c172677c7f74b146bd49.zip |
IEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support, from Pekka
Nikander.
svn path=/trunk/; revision=4170
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 72454859fe..c0c743895b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.376 2001/11/06 13:43:44 girlich Exp $ +# $Id: Makefile.am,v 1.377 2001/11/06 20:30:38 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -108,6 +108,8 @@ DISSECTOR_SRC = \ packet-dns.c \ packet-dsi.c \ packet-dvmrp.c \ + packet-eap.c \ + packet-eapol.c \ packet-eigrp.c \ packet-esis.c \ packet-eth.c \ |