aboutsummaryrefslogtreecommitdiffstats
path: root/tap-mgcpstat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 00:06:36 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 00:06:36 +0000
commit6472876ab34d2aa016e0b2afa0348d45ce551c86 (patch)
treed43921a8c5c3de76255c3c98ec29b5589838db95 /tap-mgcpstat.c
parent53ab91826b303f7091c411d03e6430c4558d1c99 (diff)
downloadwireshark-6472876ab34d2aa016e0b2afa0348d45ce551c86.tar.gz
wireshark-6472876ab34d2aa016e0b2afa0348d45ce551c86.tar.bz2
wireshark-6472876ab34d2aa016e0b2afa0348d45ce551c86.zip
Move the tap infrastructure to the epan directory.
svn path=/trunk/; revision=12128
Diffstat (limited to 'tap-mgcpstat.c')
-rw-r--r--tap-mgcpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-mgcpstat.c b/tap-mgcpstat.c
index a7905ed03e..f6853db127 100644
--- a/tap-mgcpstat.c
+++ b/tap-mgcpstat.c
@@ -34,7 +34,7 @@
#include <string.h>
#include "epan/packet_info.h"
-#include "tap.h"
+#include <epan/tap.h>
#include "epan/value_string.h"
#include "register.h"
#include "plugins/mgcp/packet-mgcp.h"