diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-11-15 21:11:01 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-11-15 21:11:01 +0000 |
commit | e1bf78d7083ddd244b29449a46cdbad5d1f9700d (patch) | |
tree | 47532cf8db651cb8763e1345014464d29f8760e4 /Makefile.am | |
parent | 9d142de25bd353d4bc875ba1cbcecd11e94281d5 (diff) | |
download | wireshark-e1bf78d7083ddd244b29449a46cdbad5d1f9700d.tar.gz wireshark-e1bf78d7083ddd244b29449a46cdbad5d1f9700d.tar.bz2 wireshark-e1bf78d7083ddd244b29449a46cdbad5d1f9700d.zip |
Add support for SNA-over-X.25. Add QLLC dissector. I still need to
work on dissecting the Information frame of QLLC packets.
Thanks to mario.ferreira@hsbc.com.br for lots of information on SNA
over X.25.
svn path=/trunk/; revision=4207
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 1cb71bc72f..5947633cdd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.380 2001/11/15 20:35:23 gram Exp $ +# $Id: Makefile.am,v 1.381 2001/11/15 21:11:01 gram Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -211,6 +211,7 @@ DISSECTOR_SRC = \ packet-pptp.c \ packet-q2931.c \ packet-q931.c \ + packet-qllc.c \ packet-quake.c \ packet-quakeworld.c \ packet-quake2.c \ |