aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-10-29 15:24:27 -0400
committerMichael Mann <mmann78@netscape.net>2017-10-30 02:26:59 +0000
commitd597b5d61ec941df2c1a3bd56c125dd70aa7d47c (patch)
treea8b0e585059984604a04d1a5fb0244f62d2ac377 /epan/conversation.c
parent39ba9d4e7fb52ca8017bd4e934d6e6f8acba8d4c (diff)
Remove port_type values not set in pinfo->ptype
NCP and SBCCS values used for conversation (endpoints) and not to pass "type" to subdissectors. Change-Id: I56a13d2bb7d718b340e9b5a102c43f6e0012bfb9 Reviewed-on: https://code.wireshark.org/review/24174 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/conversation.c')
-rw-r--r--epan/conversation.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/conversation.c b/epan/conversation.c
index 532a4361b4..b473511ed4 100644
--- a/epan/conversation.c
+++ b/epan/conversation.c
@@ -1360,8 +1360,6 @@ endpoint_type conversation_pt_to_endpoint_type(port_type pt)
return ENDPOINT_DCCP;
case PT_IPX:
return ENDPOINT_IPX;
- case PT_NCP:
- return ENDPOINT_NCP;
case PT_EXCHG:
return ENDPOINT_EXCHG;
case PT_DDP:
@@ -1376,8 +1374,6 @@ endpoint_type conversation_pt_to_endpoint_type(port_type pt)
return ENDPOINT_I2C;
case PT_IBQP:
return ENDPOINT_IBQP;
- case PT_SBCCS:
- return ENDPOINT_SBCCS;
case PT_BLUETOOTH:
return ENDPOINT_BLUETOOTH;
case PT_TDMOP: