diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-03-06 09:01:47 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2003-03-06 09:01:47 +0000 |
commit | e00fb8c41365618d603fb0c8943540098ea42e5d (patch) | |
tree | ad2df5060759258d225affe6746f23afe26bd23d /Makefile.am | |
parent | b1a9c6e00ff713bcbfeb14a1b1215b6d386c6428 (diff) | |
download | wireshark-e00fb8c41365618d603fb0c8943540098ea42e5d.tar.gz wireshark-e00fb8c41365618d603fb0c8943540098ea42e5d.tar.bz2 wireshark-e00fb8c41365618d603fb0c8943540098ea42e5d.zip |
From Lars Ronald :
MGCP request/response matching and
MGCPSTAT RTT calculation.
For those with MGCP captures, try
-z mgcp,rtd[,filter]
svn path=/trunk/; revision=7294
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 c3cd81ffd0..81afca8c94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.564 2003/03/04 04:11:44 gerald Exp $ +# $Id: Makefile.am,v 1.565 2003/03/06 09:01:40 sahlberg Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -806,6 +806,7 @@ TETHEREAL_TAP_SRC = \ tap-dcerpcstat.c \ tap-iostat.c \ tap-iousers.c \ + tap-mgcpstat.c \ tap-protocolinfo.c \ tap-protohierstat.c \ tap-rpcstat.c \ |