aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-17 22:51:42 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-17 22:51:42 +0000
commitee04f7826f03e9082fd55484fd860c3ea4bb0b22 (patch)
tree519c9a93863c211f54ca91d8bcb537cd4d0469c5 /plugins
parent3c2c59b9c914af94f0e4b1b35ed9a812778bba44 (diff)
Now that the GIOP dissector sets "pinfo->current_proto" before calling
subdissectors, the subdissectors don't have to set it themselves. svn path=/trunk/; revision=4417
Diffstat (limited to 'plugins')
-rw-r--r--plugins/giop/packet-coseventcomm.c2
-rw-r--r--plugins/giop/packet-cosnaming.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/giop/packet-coseventcomm.c b/plugins/giop/packet-coseventcomm.c
index c983cd40df..4752a7bc65 100644
--- a/plugins/giop/packet-coseventcomm.c
+++ b/plugins/giop/packet-coseventcomm.c
@@ -648,8 +648,6 @@ static gboolean dissect_coseventcomm(tvbuff_t *tvb, packet_info *pinfo, proto_tr
gboolean be; /* big endianess */
guint32 offset_saved = (*offset); /* save in case we must back out */
- pinfo->current_proto = "COSEVENTCOMM";
-
if (check_col(pinfo->cinfo, COL_PROTOCOL))
col_add_str(pinfo->cinfo, COL_PROTOCOL, "COSEVENTCOMM");
diff --git a/plugins/giop/packet-cosnaming.c b/plugins/giop/packet-cosnaming.c
index b4326ecbab..3ae40b66fa 100644
--- a/plugins/giop/packet-cosnaming.c
+++ b/plugins/giop/packet-cosnaming.c
@@ -1683,8 +1683,6 @@ static gboolean dissect_cosnaming(tvbuff_t *tvb, packet_info *pinfo, proto_tree
gboolean be; /* big endianess */
guint32 offset_saved = (*offset); /* save in case we must back out */
- pinfo->current_proto = "COSNAMING";
-
if (check_col(pinfo->cinfo, COL_PROTOCOL))
col_add_str(pinfo->cinfo, COL_PROTOCOL, "COSNAMING");