aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-21 20:21:11 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-21 20:21:11 +0000
commit8ed1260c2c992e4419d52ae45e322d28999a2a3c (patch)
tree6cc80f864f7e8cd0d00d6ef3d30534c46b4c2dcf /epan/packet.c
parentaa49bdf665f206861936713258e4dfd93e422324 (diff)
add a field in pinfo where dcerpc/pidl can store the name of the current dcerpc procedure
use this field in the policy handle helper to indicate not only which frames the handle was opened/close in but also the name of the function that opened it. eventually, when other pidl support infrastructure is developed it would be nice if this could be expanded to also contain the name of the object/handle opened. svn path=/trunk/; revision=20895
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 8b039fbe9a..d6d2dc5d19 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -313,6 +313,7 @@ dissect_packet(epan_dissect_t *edt, union wtap_pseudo_header *pseudo_header,
edt->pi.profinet_type = 0;
edt->pi.usb_conv_info = NULL;
edt->pi.tcp_tree = NULL;
+ edt->pi.dcerpc_procedure_name="";
TRY {
edt->tvb = tvb_new_real_data(pd, fd->cap_len, fd->pkt_len);