diff options
author | Jun-ichiro itojun Hagino <itojun@itojun.org> | 2002-01-09 02:51:46 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@itojun.org> | 2002-01-09 02:51:46 +0000 |
commit | 7cfaf110e6ec7903ecbd9d0d35c161e2f37ffce8 (patch) | |
tree | 15afd9c2abc6c361347f97132c500fbb407d3d5d /Makefile.am | |
parent | 5e7698f3224a44369e62e85c9448447c75f278ab (diff) | |
download | wireshark-7cfaf110e6ec7903ecbd9d0d35c161e2f37ffce8.tar.gz wireshark-7cfaf110e6ec7903ecbd9d0d35c161e2f37ffce8.tar.bz2 wireshark-7cfaf110e6ec7903ecbd9d0d35c161e2f37ffce8.zip |
DHCPv6 dissector, based on draft-ietf-dhc-dhcpv6-22.txt.
note that protocol constants are subject to change.
(packet format is also subject to change. but 22 draft should go
to wg last call very soon, and I really hope it to be the final one...)
svn path=/trunk/; revision=4504
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 192cb9970c..2b3add5f99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.402 2001/12/27 05:24:20 ashokn Exp $ +# $Id: Makefile.am,v 1.403 2002/01/09 02:51:46 itojun Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -113,6 +113,7 @@ DISSECTOR_SRC = \ packet-dcerpc-wkssvc.c \ packet-ddtp.c \ packet-dec-bpdu.c \ + packet-dhcpv6.c \ packet-diameter.c \ packet-dlsw.c \ packet-dns.c \ |