diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-04-21 01:45:58 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-04-21 01:45:58 +0000 |
commit | cd59d751243d05ffc133c4ae5760ded0cd524057 (patch) | |
tree | 4e14725fb819049613ab454bca14951c3032dc63 /Makefile.am | |
parent | 7ac3d27c77f50a477ebe8971a4aebfeed40f2374 (diff) | |
download | wireshark-cd59d751243d05ffc133c4ae5760ded0cd524057.tar.gz wireshark-cd59d751243d05ffc133c4ae5760ded0cd524057.tar.bz2 wireshark-cd59d751243d05ffc133c4ae5760ded0cd524057.zip |
Support for RTCP and RTP, from Jason Lango.
svn path=/trunk/; revision=1885
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7db57f76b1..7c900ed170 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.191 2000/04/20 07:05:52 guy Exp $ +# $Id: Makefile.am,v 1.192 2000/04/21 01:45:57 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -169,6 +169,10 @@ DISSECTOR_SOURCES = \ packet-rpc.c \ packet-rpc.h \ packet-rsvp.c \ + packet-rtcp.c \ + packet-rtcp.h \ + packet-rtp.c \ + packet-rtp.h \ packet-rtsp.c \ packet-rx.c \ packet-rx.h \ |