aboutsummaryrefslogtreecommitdiffstats
path: root/epan/exported_pdu.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/exported_pdu.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/exported_pdu.c')
-rw-r--r--epan/exported_pdu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/exported_pdu.c b/epan/exported_pdu.c
index b128fcab6a..480367bfd6 100644
--- a/epan/exported_pdu.c
+++ b/epan/exported_pdu.c
@@ -116,14 +116,10 @@ static guint exp_pdu_new_to_old_port_type(port_type pt)
return OLD_PT_DCCP;
case PT_IPX:
return OLD_PT_IPX;
- case PT_NCP:
- return OLD_PT_NCP;
case PT_EXCHG:
return OLD_PT_EXCHG;
case PT_DDP:
return OLD_PT_DDP;
- case PT_SBCCS:
- return OLD_PT_SBCCS;
case PT_IDP:
return OLD_PT_IDP;
case PT_TIPC: