diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-02-27 02:45:42 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-02-27 02:45:42 +0000 |
commit | 5408067454f43ae8912a192e20a2db76714f7d33 (patch) | |
tree | 8f3bf935823514840c511a0dd639546cd6d6d43b /Makefile.am | |
parent | f7b3583e8a4ba65980c04a6977762b6c760eb286 (diff) | |
download | wireshark-5408067454f43ae8912a192e20a2db76714f7d33.tar.gz wireshark-5408067454f43ae8912a192e20a2db76714f7d33.tar.bz2 wireshark-5408067454f43ae8912a192e20a2db76714f7d33.zip |
From Akira Endoh: Wellfleet Breath of Life support.
svn path=/trunk/; revision=7210
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 32285ef311..71497d21e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.558 2003/02/27 02:28:37 guy Exp $ +# $Id: Makefile.am,v 1.559 2003/02/27 02:45:42 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -100,6 +100,7 @@ DISSECTOR_SRC = \ packet-bacnet.c \ packet-beep.c \ packet-bgp.c \ + packet-bofl.c \ packet-bootp.c \ packet-bootparams.c \ packet-bpdu.c \ |