aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-iax2-analysis.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-11-11 17:16:13 -0500
committerAnders Broman <a.broman58@gmail.com>2017-11-13 05:21:36 +0000
commit800b26edbe34e135cc9be1d4395db2c13ae1213f (patch)
treefae0a8da631334bde17966a4e7a6a5c0f4491f71 /ui/tap-iax2-analysis.c
parent7c40580584eac67a23633e58810028dddc58781c (diff)
Remove circuit API
Replace with conversation API that limits the "endpoint" to a single uint32 value. The intention is to eventually have "layered" endpoints, because circuit_id was used in cases where src/dest port have already been populated (and are used for layers above). Those src/dest ports should just be treated as just another endpoint, but we currently only have support for one. Change-Id: Ic6aa7ef0241275aa4dfde9459194369b48c72960 Reviewed-on: https://code.wireshark.org/review/24369 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/tap-iax2-analysis.c')
-rw-r--r--ui/tap-iax2-analysis.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/tap-iax2-analysis.c b/ui/tap-iax2-analysis.c
index f057743eb6..b5d43b30eb 100644
--- a/ui/tap-iax2-analysis.c
+++ b/ui/tap-iax2-analysis.c
@@ -34,8 +34,6 @@
#include <glib.h>
-#include <epan/circuit.h>
-
#include <epan/dissectors/packet-iax2.h>
#include "tap-iax2-analysis.h"