diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-11-28 07:11:11 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-11-28 07:11:11 +0000 |
commit | 56636f157abdc8472bcf43de4837d5af2058de16 (patch) | |
tree | bbe4c8fe37fb2677a6f3f3ab3313b96935381174 /Makefile.am | |
parent | c0b335070c3b8156aed2bf2bf85110ddf9c8275e (diff) | |
download | wireshark-56636f157abdc8472bcf43de4837d5af2058de16.tar.gz wireshark-56636f157abdc8472bcf43de4837d5af2058de16.tar.bz2 wireshark-56636f157abdc8472bcf43de4837d5af2058de16.zip |
Support for 802.11+Prism II monitor-mode link-layer headers, from
Tim Newsham.
Add in missing item for WTAP_ENCAP_CISCO_IOS in the Wiretap
encapsulation type table.
svn path=/trunk/; revision=4290
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 26c404f7b3..a24b6936d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.386 2001/11/27 09:27:29 guy Exp $ +# $Id: Makefile.am,v 1.387 2001/11/28 07:11:06 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -210,6 +210,7 @@ DISSECTOR_SRC = \ packet-ppp.c \ packet-pppoe.c \ packet-pptp.c \ + packet-prism.c \ packet-q2931.c \ packet-q931.c \ packet-qllc.c \ @@ -388,6 +389,7 @@ noinst_HEADERS = \ packet-pim.h \ packet-portmap.h \ packet-ppp.h \ + packet-prism.h \ packet-q931.h \ packet-raw.h \ packet-ripng.h \ |