aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-10-30 15:57:34 -0400
committerMichael Mann <mmann78@netscape.net>2017-11-01 02:41:45 +0000
commit66b441f3d63e21949530d672bf1406dea94ed254 (patch)
tree82fef0bb973e0907d9333e980a95f4c2531baba0 /epan/address.h
parentd518f28b395a7d1c8588c8f321ad5ade194fb423 (diff)
Add ability to create endpoints through conversations
Add endpoint information to the packet_info structure for dissectors to potentially use as their data to create conversations. This patch includes a simple "example" of using conversation_create_endpoint with TDMoP. The assignment of the PT_TDMOP "port type" has been replaced by setting ENDPOINT_TDMOP within the endpoint structure. Then when subdissectors of TDMoP call find_or_create_conversation(), it implicitly picks up the conversation information set by TDMoP Change-Id: I11dc29989cccd3b0f0349ee901babb455ca02d19 Reviewed-on: https://code.wireshark.org/review/24190 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Andrew Chernyh <andrew.chernyh@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/address.h')
-rw-r--r--epan/address.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/address.h b/epan/address.h
index 653621a812..3c1cc43a54 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -369,8 +369,7 @@ typedef enum {
PT_USB, /* USB endpoint 0xffff means the host */
PT_I2C,
PT_IBQP, /* Infiniband QP number */
- PT_BLUETOOTH,
- PT_TDMOP
+ PT_BLUETOOTH
} port_type;
/* Types of circuit IDs Wireshark knows about. */