aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-mapi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-04 07:03:57 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-04 07:03:57 +0000
commit27840b016e2ce29a5983c606c42b5b6ba591f39b (patch)
tree98dc21a0a82fcaed9cd383f9659adc50973f242a /packet-dcerpc-mapi.c
parente727bad6bda55a2a0ad01378437f5d2f0230ab05 (diff)
Get rid of the "data_src" member of the "frame_data" structure; put it
in the "packet_info" structure instead, as we don't need a pointer for every single frame in the capture file, just for each frame for which we currently have an open "epan_dissect_t". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5614 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc-mapi.c')
-rw-r--r--packet-dcerpc-mapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-mapi.c b/packet-dcerpc-mapi.c
index e1b1e3b06a..362c921b0a 100644
--- a/packet-dcerpc-mapi.c
+++ b/packet-dcerpc-mapi.c
@@ -2,7 +2,7 @@
* Routines for MS Exchange MAPI
* Copyright 2002, Ronnie Sahlberg
*
- * $Id: packet-dcerpc-mapi.c,v 1.9 2002/05/31 00:31:13 tpot Exp $
+ * $Id: packet-dcerpc-mapi.c,v 1.10 2002/06/04 07:03:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -177,7 +177,7 @@ mapi_decrypt_pdu(tvbuff_t *tvb, int offset,
mmd=g_hash_table_lookup(mapi_decrypted_table, &mmd_key);
}
- add_new_data_source(pinfo->fd, mmd->tvb, "Decrypted MAPI");
+ add_new_data_source(pinfo, mmd->tvb, "Decrypted MAPI");
/* decrypted PDU */