summaryrefslogtreecommitdiff
path: root/ui/cli
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-30 22:07:38 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-30 22:07:38 +0000
commit58346b632786cebda787c8519b2d3e70207ab6b5 (patch)
tree40afe325045aa3de70f202f91d7c2d08b8214d69 /ui/cli
parent94387fdcbd451cf0762ed898a5e63fbf85f3904c (diff)
downloadwireshark-58346b632786cebda787c8519b2d3e70207ab6b5.tar.gz
Move tcap and camel "persistent data" functionality to the dissectors themselves instead of being part of epan directory.
svn path=/trunk/; revision=54499
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/tap-camelcounter.c2
-rw-r--r--ui/cli/tap-camelsrt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/cli/tap-camelcounter.c b/ui/cli/tap-camelcounter.c
index d1fd5dbf44..ddbe9951d1 100644
--- a/ui/cli/tap-camelcounter.c
+++ b/ui/cli/tap-camelcounter.c
@@ -37,7 +37,7 @@
#include "epan/value_string.h"
#include "epan/stat_cmd_args.h"
#include "epan/asn1.h"
-#include "epan/camel-persistentdata.h"
+#include "epan/dissectors/packet-camel.h"
void register_tap_listener_camelcounter(void);
diff --git a/ui/cli/tap-camelsrt.c b/ui/cli/tap-camelsrt.c
index 64c357c2ff..a53d81784c 100644
--- a/ui/cli/tap-camelsrt.c
+++ b/ui/cli/tap-camelsrt.c
@@ -35,7 +35,7 @@
#include "epan/value_string.h"
#include "epan/asn1.h"
#include "epan/dissectors/packet-camel.h"
-#include "epan/camel-persistentdata.h"
+#include "epan/dissectors/packet-tcap.h"
#include "epan/timestats.h"
#include "epan/stat_cmd_args.h"