diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-12-16 22:30:11 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-12-16 22:30:11 +0000 |
commit | c52144b652b91b134ea412494759784499446853 (patch) | |
tree | c564a40124c843f02d1d55d3a49df6193ccbf6c1 /Makefile.am | |
parent | 794f0c04f4948c824d64e8ee1a987c03e716082f (diff) | |
download | wireshark-c52144b652b91b134ea412494759784499446853.tar.gz wireshark-c52144b652b91b134ea412494759784499446853.tar.bz2 wireshark-c52144b652b91b134ea412494759784499446853.zip |
M2TP support, from Heinz Prantner.
svn path=/trunk/; revision=4409
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 5426155264..e62f866068 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.397 2001/12/16 20:17:09 guy Exp $ +# $Id: Makefile.am,v 1.398 2001/12/16 22:30:09 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -175,6 +175,7 @@ DISSECTOR_SRC = \ packet-lmi.c \ packet-lpd.c \ packet-m2pa.c \ + packet-m2tp.c \ packet-m3ua.c \ packet-mapi.c \ packet-mbtcp.c \ |