aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
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 /epan/epan.h
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 'epan/epan.h')
-rw-r--r--epan/epan.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/epan/epan.h b/epan/epan.h
index 39ecf72fc1..bb1fafb70f 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -121,19 +121,6 @@ void epan_cleanup(void);
*/
void epan_conversation_init(void);
-/**
- * Initialize the table of circuits. Circuits are identified by a
- * circuit ID; they are used for protocols where packets *do* contain
- * a circuit ID value indicating to which flow the packet belongs.
- *
- * We might want to make a superclass for both endpoint-specified
- * conversations and circuit ID-specified circuits, so we can attach
- * information either to a circuit or a conversation with common
- * code.
- */
-void epan_circuit_init(void);
-void epan_circuit_cleanup(void);
-
/** A client will create one epan_t for an entire dissection session.
* A single epan_t will be used to analyze the entire sequence of packets,
* sequentially, in a single session. A session corresponds to a single