aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-11 08:28:07 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-09-11 08:28:07 +0000
commit9f92dc93c546a59e08e2fef4b742ddda39230606 (patch)
tree977d0908d3a418c567ea31fcec2d863745069f81 /epan/packet.h
parentdee4443809a9cf723b68548391b1a140d6a986e5 (diff)
Add data parameter to call_dissector_only.
svn path=/trunk/; revision=44872
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 5fec48744f..b560f9296f 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -383,7 +383,7 @@ extern int call_dissector(dissector_handle_t handle, tvbuff_t *tvb,
* it and return the length of the tvbuff pointed to by the argument.
*/
extern int call_dissector_only(dissector_handle_t handle, tvbuff_t *tvb,
- packet_info *pinfo, proto_tree *tree);
+ packet_info *pinfo, proto_tree *tree, void *data);
/* Do all one-time initialization. */
extern void dissect_init(void);