diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-12-17 07:38:14 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-12-17 07:38:14 +0000 |
commit | b5b2fbe783283358250e5dc0a5592229ccdbaf3d (patch) | |
tree | 11a84d7106aa6e3a4bee5cf8ee538728540a33b6 /Makefile.am | |
parent | 8c47761ae45a9fccb063dc6c42be7439841706d3 (diff) | |
download | wireshark-b5b2fbe783283358250e5dc0a5592229ccdbaf3d.tar.gz wireshark-b5b2fbe783283358250e5dc0a5592229ccdbaf3d.tar.bz2 wireshark-b5b2fbe783283358250e5dc0a5592229ccdbaf3d.zip |
X.25 over TCP support, from Paul Ionescu.
Also, update his e-mail address.
svn path=/trunk/; revision=2765
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 6a2363e980..4206f77d3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.258 2000/12/13 02:24:21 guy Exp $ +# $Id: Makefile.am,v 1.259 2000/12/17 07:38:14 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -174,6 +174,7 @@ DISSECTOR_SOURCES = \ packet-wtp.c \ packet-x11.c \ packet-x25.c \ + packet-xot.c \ packet-yhoo.c \ packet-ypbind.c \ packet-ypserv.c \ |